46 #ifndef vtkArraySort_h
47 #define vtkArraySort_h
50 #include "vtkCommonCoreModule.h"
83 DimensionT GetDimensions()
const;
90 void SetDimensions(DimensionT dimensions);
95 DimensionT& operator[](DimensionT i);
100 const DimensionT& operator[](DimensionT i)
const;
118 std::vector<DimensionT> Storage;
Controls sorting of sparse array coordinates.
bool VTKCOMMONDATAMODEL_EXPORT operator!=(vtkEdgeBase e1, vtkEdgeBase e2)
bool VTKCOMMONDATAMODEL_EXPORT operator==(vtkEdgeBase e1, vtkEdgeBase e2)
VTKCOMMONCORE_EXPORT ostream & operator<<(ostream &os, const vtkIndent &o)
vtkArrayCoordinates::DimensionT DimensionT