#include <VISU_ClippingPlaneMgr.hxx>

Public Member Functions | |
| vtkTypeMacro (VISU_CutPlaneFunction, vtkPlane) | |
| virtual double | EvaluateFunction (double x[3]) |
| virtual double | EvaluateFunction (double x, double y, double z) |
| void | setActive (bool theActive) |
| bool | isActive () const |
| void | setPlaneObject (_PTR(SObject) aSOPlane) |
| _PTR (SObject) getPlaneObject() const | |
| void | setName (std::string theName) |
| std::string | getName () const |
| void | setAuto (bool isAuto) |
| bool | isAuto () const |
Static Public Member Functions | |
| static VISU_CutPlaneFunction * | New () |
Protected Member Functions | |
| VISU_CutPlaneFunction () | |
| ~VISU_CutPlaneFunction () | |
Private Member Functions | |
| _PTR (SObject) mySObject | |
Private Attributes | |
| bool | myIsActive |
| std::string | myName |
| bool | myIsAuto |
| VISU_CutPlaneFunction::VISU_CutPlaneFunction | ( | ) | [protected] |
| VISU_CutPlaneFunction::~VISU_CutPlaneFunction | ( | ) | [protected] |
| VISU_CutPlaneFunction * VISU_CutPlaneFunction::New | ( | ) | [static] |
| VISU_CutPlaneFunction.vtkTypeMacro | ( | VISU_CutPlaneFunction | , |
| vtkPlane | |||
| ) |
| double VISU_CutPlaneFunction::EvaluateFunction | ( | double | x[3] | ) | [virtual] |
| double VISU_CutPlaneFunction::EvaluateFunction | ( | double | x, |
| double | y, | ||
| double | z | ||
| ) | [virtual] |
| void VISU_CutPlaneFunction::setActive | ( | bool | theActive | ) |
| bool VISU_CutPlaneFunction.isActive | ( | ) | const |
| void VISU_CutPlaneFunction.setPlaneObject | ( | _PTR(SObject) | aSOPlane | ) |
| VISU_CutPlaneFunction._PTR | ( | SObject | ) | const |
| void VISU_CutPlaneFunction.setName | ( | std::string | theName | ) |
| std::string VISU_CutPlaneFunction.getName | ( | ) | const |
| void VISU_CutPlaneFunction.setAuto | ( | bool | isAuto | ) |
| bool VISU_CutPlaneFunction.isAuto | ( | ) | const |
| VISU_CutPlaneFunction._PTR | ( | SObject | ) | [private] |
bool VISU_CutPlaneFunction.myIsActive [private] |
std::string VISU_CutPlaneFunction.myName [private] |
bool VISU_CutPlaneFunction.myIsAuto [private] |