#include <PlaneIF.H>
Public Member Functions | |
PlaneIF (const RealVect &a_normal, const RealVect &a_point, const bool &a_inside) | |
virtual | ~PlaneIF () |
Destructor. | |
Private Member Functions | |
PlaneIF () |
Constructor specifying plane normal (a_normal), a point on the plance (a_point), and whether the domain is the same side as the normal (a_inside).
virtual PlaneIF::~PlaneIF | ( | ) | [inline, virtual] |
Destructor.
PlaneIF::PlaneIF | ( | ) | [private] |