13 #ifndef vtkAffineUnsignedIntArray_h 14 #define vtkAffineUnsignedIntArray_h 16 #include "vtkAffineArray.h" 22 #define vtkDataArray vtkAffineArray<unsigned int> 40 #if defined(__VTK_WRAP__) || defined(__WRAP_GCCXML__) 41 vtkCreateReadOnlyWrappedArrayInterface(
unsigned int);
58 void ConstructBackend(
unsigned int slope,
unsigned int intercept);
65 typedef vtkAffineArray<unsigned int> RealSuperclass;
#define VTKCOMMONCORE_EXPORT
#define VTK_ABI_NAMESPACE_END
void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE
vtkArrayDownCast_FastCastMacro(vtkAffineUnsignedIntArray)
affine implicit array of unsigned int.
#define VTK_ABI_NAMESPACE_BEGIN
static vtkAffineUnsignedIntArray * FastDownCast(vtkAbstractArray *source)
A faster alternative to SafeDownCast for downcasting vtkAbstractArrays.
void operator=(const vtkObjectBase &)