next up previous contents
Next: Constructor Up: Distributed loops Previous: Access to ghost regions

 

class AllBlocksIndex

An iterator class, maintaining loop state for enumerations of all the blocks of a range.

The public interface of the AllBlocksIndex class is

  class AllBlocksIndex : public LocBlocksIndex {
  public :
    AllBlocksIndex(Range _x) ;

    void beginAllBlk() ;
    void nextAllBlk() ;
  } ;





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