#include <BoundarySurface.h>
Public Types | |
enum | Side { positive, negative } |
Public Member Functions | |
vector< const VolumeBoundary * > | volumeBoundaries (Side) const =0 |
const VolumeBoundary * | volumeBoundary (const LocalPoint &, Side) const =0 |
Definition at line 8 of file BoundarySurface.h.
Definition at line 11 of file BoundarySurface.h.
vector<const VolumeBoundary*> BoundarySurface::volumeBoundaries | ( | Side | ) | const [pure virtual] |
const VolumeBoundary* BoundarySurface::volumeBoundary | ( | const LocalPoint & | , |
Side | |||
) | const [pure virtual] |