#include <VolumeSide.h>
Public Types | |
typedef SurfaceOrientation::GlobalFace | GlobalFace |
typedef SurfaceOrientation::Side | Side |
typedef ReferenceCountingPointer< Surface > | SurfacePointer |
Public Member Functions | |
GlobalFace | globalFace () const |
Surface & | mutableSurface () const |
const Surface & | surface () const |
Side | surfaceSide () const |
VolumeSide (Surface *surf, GlobalFace gSide, Side sSide) | |
VolumeSide (SurfacePointer surf, GlobalFace gSide, Side sSide) | |
Private Attributes | |
GlobalFace | theGlobalFace |
SurfacePointer | theSurface |
Side | theSurfaceSide |
Class for delimiding surface of a volume. The additional information with respect to Surface that is needed to define the volume is
a) which side of the Surface the volume is (enumerator Surface::Side)
b) which face of the volume this surface represents (enumerator GlobalFace). Only 6 possible values for volume face are defined.
Definition at line 15 of file VolumeSide.h.
Definition at line 17 of file VolumeSide.h.
Definition at line 18 of file VolumeSide.h.
Definition at line 20 of file VolumeSide.h.
|
inline |
Definition at line 22 of file VolumeSide.h.
|
inline |
Definition at line 25 of file VolumeSide.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
Definition at line 40 of file VolumeSide.h.
Referenced by globalFace().
|
private |
Definition at line 39 of file VolumeSide.h.
Referenced by mutableSurface(), and surface().
|
private |
Definition at line 41 of file VolumeSide.h.
Referenced by surfaceSide().