41 #ifndef vtkArrayRange_h
42 #define vtkArrayRange_h
45 #include "vtkCommonCoreModule.h"
68 CoordinateT GetBegin()
const;
73 CoordinateT GetEnd()
const;
78 CoordinateT GetSize()
const;
89 bool Contains(
const CoordinateT coordinate)
const;
bool VTKCOMMONDATAMODEL_EXPORT operator!=(vtkEdgeBase e1, vtkEdgeBase e2)
Stores a half-open range of array coordinates.
bool VTKCOMMONDATAMODEL_EXPORT operator==(vtkEdgeBase e1, vtkEdgeBase e2)
VTKCOMMONCORE_EXPORT ostream & operator<<(ostream &os, const vtkIndent &o)
vtkArrayCoordinates::CoordinateT CoordinateT