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

 

class BlockRange

The class BlockRange is a subclass of Range describing uniform block-distributed ranges. The format inquiry returns DIST_BLOCK for a BlockRange or any subrange.

The public interface of the BlockRange class is

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

    BlockRange(const int extent, Dimension dim,
               const int wlo, const int whi) ;
  }





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