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