24 #ifndef vtkArrayRange_h
25 #define vtkArrayRange_h
28 #include "vtkCommonCoreModule.h"
31 VTK_ABI_NAMESPACE_BEGIN
52 CoordinateT GetBegin()
const;
57 CoordinateT GetEnd()
const;
62 CoordinateT GetSize()
const;
73 bool Contains(CoordinateT coordinate)
const;
102 VTK_ABI_NAMESPACE_END
Stores a half-open range of array coordinates.
bool VTKCOMMONCORE_EXPORT operator==(const std::string &a, const vtkStringToken &b)
bool VTKCOMMONCORE_EXPORT operator!=(const std::string &a, const vtkStringToken &b)
VTKCOMMONCORE_EXPORT ostream & operator<<(ostream &os, const vtkIndent &o)
vtkArrayCoordinates::CoordinateT CoordinateT