13 #ifndef vtkStdFunctionTypeUInt8Array_h 14 #define vtkStdFunctionTypeUInt8Array_h 16 #include "vtkStdFunctionArray.h" 22 #define vtkDataArray vtkStdFunctionArray<vtkTypeUInt8> 40 #if defined(__VTK_WRAP__) || defined(__WRAP_GCCXML__) 41 vtkCreateReadOnlyWrappedArrayInterface(vtkTypeUInt8);
55 void ConstructBackend(std::function<vtkTypeUInt8(
int)> func);
62 typedef vtkStdFunctionArray<vtkTypeUInt8> RealSuperclass;
vtkArrayDownCast_FastCastMacro(vtkStdFunctionTypeUInt8Array)
#define VTKCOMMONCORE_EXPORT
void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE
#define VTK_ABI_NAMESPACE_BEGIN
std function implicit array of vtkTypeUInt8.
static vtkStdFunctionTypeUInt8Array * FastDownCast(vtkAbstractArray *source)
A faster alternative to SafeDownCast for downcasting vtkAbstractArrays.
void operator=(const vtkObjectBase &)