|
Proto
3.2
|
#include <Proto_Face.H>
Public Types | |
| enum | LoHiSide { Invalid =-1, Lo =0, Hi, NUMSIDES } |
| Side Enum. More... | |
Public Member Functions | |
| Side () | |
| Constructor. More... | |
| ~Side () | |
| Destructor. More... | |
Static Public Member Functions | |
| static SideIterator | begin () |
| Get Begin Iterator. More... | |
| static SideIterator | end () |
| Get End Iterator. More... | |
Side.
Abstraction for high / low side of a grid cell.
Side Enum.
| Enumerator | |
|---|---|
| Invalid | Invalid. |
| Lo | Low side; normal is in negative coordinate direction. |
| Hi | High side; normal is in the positive coordinate direction. |
| NUMSIDES | Number of sides. |
|
inline |
Constructor.
|
inlinestatic |
Get Begin Iterator.
Referenced by ~Side().
|
inlinestatic |
Get End Iterator.
Referenced by ~Side().
1.8.13