44 #ifndef vtkArrayRange_h 45 #define vtkArrayRange_h 47 #include "vtkCommonCoreModule.h" 71 CoordinateT GetBegin()
const;
76 CoordinateT GetEnd()
const;
81 CoordinateT GetSize()
const;
92 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