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