13 #ifndef vtkIndexedLongLongArray_h 14 #define vtkIndexedLongLongArray_h 16 #include "vtkIndexedArray.h" 22 #define vtkDataArray vtkIndexedArray<long long> 25 class VTKCOMMONCORE_EXPORT VTK_DEPRECATED_IN_9_6_0("Use vtkIndexedType*Array instead
") vtkIndexedLongLongArray : public vtkDataArray 28 vtkImplicitArrayTypeMacro(vtkIndexedLongLongArray, vtkDataArray); 33 static vtkIndexedLongLongArray* New(); 34 static vtkIndexedLongLongArray* 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(long long); 47 static vtkIndexedLongLongArray* FastDownCast(vtkAbstractArray* source) 49 return static_cast<vtkIndexedLongLongArray*>(Superclass::FastDownCast(source)); 56 void ConstructBackend(vtkIdList* indexes, vtkDataArray* array); 57 void ConstructBackend(vtkDataArray* indexes, vtkDataArray* array); 61 vtkIndexedLongLongArray(); 62 ~vtkIndexedLongLongArray() override; 65 typedef vtkIndexedArray<long long> RealSuperclass; 67 vtkIndexedLongLongArray(const vtkIndexedLongLongArray&) = delete; 68 void operator=(const vtkIndexedLongLongArray&) = delete; 71 // Define vtkArrayDownCast implementation: 72 vtkArrayDownCast_FastCastMacro(vtkIndexedLongLongArray); 76 // VTK-HeaderTest-Exclude: TYPEMACRO
#define VTKCOMMONCORE_EXPORT
#define VTK_ABI_NAMESPACE_BEGIN