63 #ifndef vtkArrayExtents_h
64 #define vtkArrayExtents_h
67 #include "vtkCommonCoreModule.h"
108 vtkArrayExtents(
const CoordinateT i,
const CoordinateT j,
const CoordinateT k);
129 DimensionT GetDimensions()
const;
136 SizeT GetSize()
const;
144 void SetDimensions(DimensionT dimensions);
184 bool ZeroBased()
const;
234 std::vector<vtkArrayRange> Storage;
Stores coordinate into an N-way array.
Stores the number of dimensions and valid coordinate ranges along each dimension for vtkArray...
bool VTKCOMMONDATAMODEL_EXPORT operator!=(vtkEdgeBase e1, vtkEdgeBase e2)
Stores a half-open range of array coordinates.
bool VTKCOMMONDATAMODEL_EXPORT operator==(vtkEdgeBase e1, vtkEdgeBase e2)
vtkArrayCoordinates::CoordinateT CoordinateT
VTKCOMMONCORE_EXPORT ostream & operator<<(ostream &os, const vtkIndent &o)
vtkArrayCoordinates::DimensionT DimensionT