13 #ifndef vtkCompositeUnsignedIntArray_h 14 #define vtkCompositeUnsignedIntArray_h 16 #include "vtkCompositeArray.h" 22 #define vtkDataArray vtkCompositeArray<unsigned int> 27 class VTKCOMMONCORE_EXPORT VTK_DEPRECATED_IN_9_6_0("Use vtkCompositeType*Array instead
") vtkCompositeUnsignedIntArray : public vtkDataArray 30 vtkImplicitArrayTypeMacro(vtkCompositeUnsignedIntArray, vtkDataArray); 35 static vtkCompositeUnsignedIntArray* New(); 36 static vtkCompositeUnsignedIntArray* ExtendedNew(); 37 void PrintSelf(ostream& os, vtkIndent indent) override; 39 // This macro expands to the set of method declarations that 40 // make up the interface of vtkImplicitArray, which is ignored 42 #if defined(__VTK_WRAP__) || defined(__WRAP_GCCXML__) 43 vtkCreateReadOnlyWrappedArrayInterface(unsigned int); 49 static vtkCompositeUnsignedIntArray* FastDownCast(vtkAbstractArray* source) 51 return static_cast<vtkCompositeUnsignedIntArray*>(Superclass::FastDownCast(source)); 57 void ConstructBackend(vtkDataArrayCollection* arrays); 60 vtkCompositeUnsignedIntArray(); 61 ~vtkCompositeUnsignedIntArray() override; 64 typedef vtkCompositeArray<unsigned int> RealSuperclass; 66 vtkCompositeUnsignedIntArray(const vtkCompositeUnsignedIntArray&) = delete; 67 void operator=(const vtkCompositeUnsignedIntArray&) = delete; 70 // Define vtkArrayDownCast implementation: 71 vtkArrayDownCast_FastCastMacro(vtkCompositeUnsignedIntArray); 75 // VTK-HeaderTest-Exclude: TYPEMACRO
#define VTKCOMMONCORE_EXPORT
#define VTK_ABI_NAMESPACE_BEGIN