next up previous contents index
Next: Constructors Up: Ranges Previous: Constructors   Contents   Index


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) ;
  }



Subsections

Bryan Carpenter 2002-07-12