Go to the documentation of this file.
43 #ifndef vtkArrayRange_h
44 #define vtkArrayRange_h
vtkArrayRange(CoordinateT begin, CoordinateT end)
VTKCOMMONCORE_EXPORT friend bool operator==(const vtkArrayRange &lhs, const vtkArrayRange &rhs)
#define VTKCOMMONCORE_EXPORT
VTKCOMMONCORE_EXPORT friend ostream & operator<<(ostream &stream, const vtkArrayRange &rhs)
Stores a half-open range of array coordinates.
CoordinateT GetBegin() const
VTKCOMMONCORE_EXPORT friend bool operator!=(const vtkArrayRange &lhs, const vtkArrayRange &rhs)
bool Contains(const vtkArrayRange &range) const
CoordinateT GetEnd() const
bool Contains(const CoordinateT coordinate) const
vtkArrayCoordinates::CoordinateT CoordinateT
CoordinateT GetSize() const