66 #ifndef vtkArrayExtents_h 67 #define vtkArrayExtents_h 69 #include "vtkCommonCoreModule.h" 111 vtkArrayExtents(
const CoordinateT i,
const CoordinateT j,
const CoordinateT k);
132 DimensionT GetDimensions()
const;
139 SizeT GetSize()
const;
147 void SetDimensions(DimensionT dimensions);
187 bool ZeroBased()
const;
234 VTKCOMMONCORE_EXPORT
friend ostream&
operator<<(
239 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...
Stores a half-open range of array coordinates.
vtkArrayCoordinates::CoordinateT CoordinateT
VTKCOMMONCORE_EXPORT bool operator!=(const vtkUnicodeString &lhs, const vtkUnicodeString &rhs)
VTKCOMMONCORE_EXPORT ostream & operator<<(ostream &os, const vtkIndent &o)
VTKCOMMONCORE_EXPORT bool operator==(const vtkUnicodeString &lhs, const vtkUnicodeString &rhs)
vtkArrayCoordinates::DimensionT DimensionT