47 #ifndef vtkArrayExtentsList_h 48 #define vtkArrayExtentsList_h 85 vtkIdType GetCount()
const;
92 void SetCount(vtkIdType count);
107 std::vector<vtkArrayExtents> Storage;
Stores the number of dimensions and valid coordinate ranges along each dimension for vtkArray.
#define VTKCOMMONCORE_EXPORT
Stores a collection of vtkArrayExtents objects.