65 #ifndef vtkArrayExtents_h 
   66 #define vtkArrayExtents_h 
   99   vtkArrayExtents(
const CoordinateT i, 
const CoordinateT j, 
const CoordinateT k);
 
  112   DimensionT GetDimensions() 
const;
 
  117   SizeT GetSize() 
const;
 
  123   void SetDimensions(DimensionT dimensions);
 
  149   bool ZeroBased() 
const;
 
  190   std::vector<vtkArrayRange> Storage;
 
Stores coordinate into an N-way array. 
 
Stores the number of dimensions and valid coordinate ranges along each dimension for vtkArray...
 
#define VTKCOMMONCORE_EXPORT
 
Stores a half-open range of array coordinates. 
 
vtkArrayCoordinates::CoordinateT CoordinateT
 
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::DimensionT DimensionT