13 #ifndef vtkAffineUnsignedShortArray_h 14 #define vtkAffineUnsignedShortArray_h 16 #include "vtkAffineArray.h" 22 #define vtkDataArray vtkAffineArray<unsigned short> 25 class VTKCOMMONCORE_EXPORT VTK_DEPRECATED_IN_9_6_0("Use vtkAffineType*Array instead
") vtkAffineUnsignedShortArray : public vtkDataArray 28 vtkImplicitArrayTypeMacro(vtkAffineUnsignedShortArray, vtkDataArray); 33 static vtkAffineUnsignedShortArray* New(); 34 static vtkAffineUnsignedShortArray* ExtendedNew(); 35 void PrintSelf(ostream& os, vtkIndent indent) override; 37 // This macro expands to the set of method declarations that 38 // make up the interface of vtkImplicitArray, which is ignored 40 #if defined(__VTK_WRAP__) || defined(__WRAP_GCCXML__) 41 vtkCreateReadOnlyWrappedArrayInterface(unsigned short); 47 static vtkAffineUnsignedShortArray* FastDownCast(vtkAbstractArray* source) 49 return static_cast<vtkAffineUnsignedShortArray*>(Superclass::FastDownCast(source)); 58 void ConstructBackend(unsigned short slope, unsigned short intercept); 61 vtkAffineUnsignedShortArray(); 62 ~vtkAffineUnsignedShortArray() override; 65 typedef vtkAffineArray<unsigned short> RealSuperclass; 67 vtkAffineUnsignedShortArray(const vtkAffineUnsignedShortArray&) = delete; 68 void operator=(const vtkAffineUnsignedShortArray&) = delete; 71 // Define vtkArrayDownCast implementation: 72 vtkArrayDownCast_FastCastMacro(vtkAffineUnsignedShortArray); 76 // VTK-HeaderTest-Exclude: TYPEMACRO
#define VTKCOMMONCORE_EXPORT
#define VTK_ABI_NAMESPACE_BEGIN