ParMooN
 All Classes Functions Variables Friends Pages
It_LE.h
1 // =======================================================================
2 // @(#)It_LE.h 1.1 10/30/98
3 //
4 // Class: TIt_LE
5 // Purpose: iterator to produce a series of cells which lie
6 // on a special level or on top of cell tree (with a
7 // lower level)
8 //
9 // Author: Volker Behns 05.08.97
10 //
11 // =======================================================================
12 
13 #ifndef __IT_LE__
14 #define __IT_LE__
15 
16 #include <It_Search.h>
17 
20 class TIt_LE : public TIt_Search
21 {
22  protected:
23 
24  public:
25  // Constructors
26 
27  // Methods
29  virtual TBaseCell *Next(int &info);
31  virtual TBaseCell *Prev();
32 };
33 
34 #endif
virtual TBaseCell * Prev()
Definition: It_LE.C:57
virtual TBaseCell * Next(int &info)
Definition: It_LE.C:16
Definition: It_LE.h:20
Definition: It_Search.h:19
information for finite element data structure
Definition: BaseCell.h:25