#include <VisuGUI_ClippingDlg.h>

Public Member Functions | |
| vtkTypeMacro (OrientedPlane, vtkPlane) | |
| void | SetOrientation (VISU::Orientation theOrientation) |
| VISU::Orientation | GetOrientation () |
| void | SetDistance (float theDistance) |
| float | GetDistance () |
| void | ShallowCopy (OrientedPlane *theOrientedPlane) |
Static Public Member Functions | |
| static OrientedPlane * | New () |
| static OrientedPlane * | New (SVTK_ViewWindow *vw) |
Data Fields | |
| VISU::Orientation | myOrientation |
| float | myDistance |
| double | myAngle [2] |
| vtkPlaneSource * | myPlaneSource |
| SALOME_Actor * | myActor |
Protected Member Functions | |
| OrientedPlane () | |
| OrientedPlane (SVTK_ViewWindow *vw) | |
| ~OrientedPlane () | |
| void | Init () |
Private Member Functions | |
| OrientedPlane (const OrientedPlane &) | |
| void | operator= (const OrientedPlane &) |
Private Attributes | |
| QPointer< SVTK_ViewWindow > | myViewWindow |
| vtkDataSetMapper * | myMapper |
| OrientedPlane::OrientedPlane | ( | ) | [protected] |
References Init().
| OrientedPlane::OrientedPlane | ( | SVTK_ViewWindow * | vw | ) | [protected] |
References Init(), myActor, and myViewWindow.
| OrientedPlane::~OrientedPlane | ( | ) | [protected] |
References myActor, myMapper, myPlaneSource, and myViewWindow.
| OrientedPlane.OrientedPlane | ( | const OrientedPlane & | ) | [private] |
| OrientedPlane * OrientedPlane::New | ( | ) | [static] |
| OrientedPlane * OrientedPlane::New | ( | SVTK_ViewWindow * | vw | ) | [static] |
| OrientedPlane.vtkTypeMacro | ( | OrientedPlane | , |
| vtkPlane | |||
| ) |
| void OrientedPlane::SetOrientation | ( | VISU::Orientation | theOrientation | ) |
| VISU::Orientation OrientedPlane::GetOrientation | ( | ) |
| void OrientedPlane::SetDistance | ( | float | theDistance | ) |
| float OrientedPlane::GetDistance | ( | ) |
| void OrientedPlane::ShallowCopy | ( | OrientedPlane * | theOrientedPlane | ) |
References GetDistance(), GetOrientation(), myAngle, and myPlaneSource.
| void OrientedPlane::Init | ( | ) | [protected] |
References VISU.GetResourceMgr(), myActor, myAngle, myMapper, myPlaneSource, and New().
| void OrientedPlane.operator= | ( | const OrientedPlane & | ) | [private] |
QPointer<SVTK_ViewWindow> OrientedPlane.myViewWindow [private] |
vtkDataSetMapper* OrientedPlane.myMapper [private] |
| float OrientedPlane.myDistance |
| double OrientedPlane.myAngle[2] |
| vtkPlaneSource* OrientedPlane.myPlaneSource |