next up previous contents
Next: Constructors Up: Ranges Previous: Constructors

 

class CyclicRange

The class CyclicRange is a subclass of Range describing cyclically-distributed ranges. The format inquiry returns DIST_CYCLIC for a CyclicRange or any subrange.

The public interface of the CyclicRange class is

  class CyclicRange : public Range {
  public :
    CyclicRange(const int extent, Dimension dim) ;
  }





Guansong Zhang
Fri Oct 9 12:29:23 EDT 1998