38 #ifndef vtkArrayRange_h 39 #define vtkArrayRange_h 41 #include "vtkCommonCoreModule.h" 65 CoordinateT GetBegin()
const;
70 CoordinateT GetEnd()
const;
75 CoordinateT GetSize()
const;
86 bool Contains(
const CoordinateT coordinate)
const;
Stores a half-open range of array coordinates.
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::CoordinateT CoordinateT