#include <SMESHGUI_ClippingDlg.h>
Public Slots | |
void | onModeAbsolute () |
Set absolute mode of clipping plane. More... | |
void | onModeRelative () |
Set relative mode of clipping plane. More... | |
void | ClickOnNew () |
SLOT on new button click: create a new clipping plane. More... | |
void | ClickOnDelete () |
SLOT on delete button click: Delete selected clipping plane. More... | |
void | onSelectPlane (int) |
Set current parameters of selected plane. More... | |
void | onSelectAll (int) |
SLOT: called on SelectAll check box toggled. More... | |
void | onActorItemChanged (QListWidgetItem *) |
SLOT: called when actor item was changed. More... | |
void | SetCurrentPlaneParam () |
Restore parameters of selected plane. More... | |
void | onIsOpenGLClipping (bool) |
SLOT: called on OpenGLClipping check box toggled. More... | |
void | OnPreviewToggle (bool) |
SLOT: called on preview check box toggled. More... | |
void | onAutoApply (bool) |
SLOT: called on Auto Apply check box toggled. More... | |
void | ClickOnOk () |
SLOT on ok button click: sets cutting plane and closes dialog. More... | |
void | ClickOnApply () |
SLOT on Apply button click: sets cutting plane and update viewer. More... | |
void | ClickOnHelp () |
SLOT on help button click: opens a help page. More... | |
void | onSelectAbsoluteOrientation (int) |
void | onSelectRelativeOrientation (int) |
SLOT: called on orientation of clipping plane in relative mode changed. More... | |
void | onReset () |
SLOT on reset button click: sets default values. More... | |
void | onInvert () |
SLOT on invert button click: inverts normal of cutting plane. More... | |
Public Member Functions | |
SMESHGUI_ClippingDlg (SMESHGUI *, SVTK_ViewWindow *) | |
Constructor. More... | |
~SMESHGUI_ClippingDlg () | |
Destructor Destroys the object and frees any allocated resources. More... | |
Static Public Member Functions | |
static bool | AddPlane (SMESH::TActorList theActorList, SMESH::OrientedPlane *thePlane) |
Used in SMESHGUI::restoreVisualParameters() to avoid Declaration of OrientedPlane outside of SMESHGUI_ClippingDlg.cxx. More... | |
Protected Slots | |
virtual void | reject () |
SLOT on close button click: rejects dialog. More... | |
Protected Member Functions | |
void | keyPressEvent (QKeyEvent *) |
Custom handling of events. More... | |
Static Protected Member Functions | |
static void | ProcessEvents (vtkObject *theObject, unsigned long theEvent, void *theClientData, void *theCallData) |
Handles the char preview widget activation event. More... | |
Private Member Functions | |
double | getDistance () const |
Get distance for cutting plane in relative mode. More... | |
void | setDistance (const double) |
Set distance of cutting plane in relative mode. More... | |
double | getRotation1 () const |
Get rotation1 for cutting plane in relative mode. More... | |
double | getRotation2 () const |
Get rotation2 for cutting plane in relative mode. More... | |
void | setRotation (const double, const double) |
Set angles of clipping plane in relative mode. More... | |
void | setOrigin (double theVal[3]) |
Set coordinates of origin point in dialog box. More... | |
void | setDirection (double theVal[3]) |
Set coordinates of normal vector in dialog box. More... | |
void | initializePlaneData () |
Initialize the planes's data when the dialog opened. More... | |
void | initParam () |
Initialization of initial values of widgets. More... | |
void | synchronize () |
Synchronize dialog's widgets with data. More... | |
void | updateActorList () |
Update the list of actors. More... | |
void | updateActorItem (QListWidgetItem *theItem, bool theUpdateSelectAll, bool theUpdateClippingPlaneMap) |
Update an actor in actor's list. More... | |
SMESH::TActorList | getCurrentActors () |
Get the list of current actors. More... | |
void | dumpPlaneData () const |
Dump the parameters of clipping planes. More... | |
void | absolutePlaneToRelative (double theOrigin[3], double theDir[3]) |
Convert absolute coordinates of plane to relative mode. More... | |
void | setBoundsForPreviewWidget () |
Set current bounds for preview widget. More... | |
vtkImplicitPlaneWidget * | createPreviewWidget () |
Create a new widget for preview clipping plane. More... | |
SMESHGUI_ClippingDlg::SMESHGUI_ClippingDlg | ( | SMESHGUI * | theModule, |
SVTK_ViewWindow * | theViewWindow | ||
) |
Constructor.
References SMESH::Absolute, ActorList, AutoApplyCheckBox, buttonApply, buttonCancel, buttonDelete, buttonHelp, buttonNew, buttonOk, CBAbsoluteOrientation, CBRelativeOrientation, ClickOnApply(), ClickOnDelete(), ClickOnHelp(), ClickOnOk(), ComboBoxPlanes, createPreviewWidget(), CurrentMode, GroupAbsoluteDirection, GroupAbsolutePoint, initializePlaneData(), initParam(), invertButton, isOpenGLClipping, MARGIN, MenuMode, ModeStackedLayout, myCallback, myHelpFileName, myIsPreviewMoved, myIsSelectPlane, myPreviewWidget, mySMESHGUI, onActorItemChanged(), onAutoApply(), onInvert(), onIsOpenGLClipping(), onModeAbsolute(), onModeRelative(), OnPreviewToggle(), onReset(), onSelectAbsoluteOrientation(), onSelectAll(), onSelectPlane(), onSelectRelativeOrientation(), PreviewCheckBox, ProcessEvents(), reject(), resetButton, SelectAllCheckBox, SetCurrentPlaneParam(), SPACING, SpinBox_Dx, SpinBox_Dy, SpinBox_Dz, SpinBox_X, SpinBox_Y, SpinBox_Z, SpinSliderDistance, SpinSliderRotation1, SpinSliderRotation2, synchronize(), TextLabelDistance, TextLabelDx, TextLabelDy, TextLabelDz, TextLabelOrientation, TextLabelRotation1, TextLabelRotation2, TextLabelX, TextLabelY, and TextLabelZ.
SMESHGUI_ClippingDlg::~SMESHGUI_ClippingDlg | ( | ) |
Destructor Destroys the object and frees any allocated resources.
References myCallback, myPlanes, myPreviewWidget, myViewWindow, SMESH::TPlaneData::Plane, and SMESH::RenderViewWindow().
|
private |
Convert absolute coordinates of plane to relative mode.
References SMESH::TPlaneData::ActorList, CBRelativeOrientation, ComboBoxPlanes, SMESH::ComputeBounds(), getRotation1(), getRotation2(), myPlanes, SMESH::PositionToDistance(), SpinSliderDistance, SpinSliderRotation1, and SpinSliderRotation2.
Referenced by ProcessEvents().
|
static |
Used in SMESHGUI::restoreVisualParameters() to avoid Declaration of OrientedPlane outside of SMESHGUI_ClippingDlg.cxx.
References SMESH::Absolute, SMESH::ComputeClippingPlaneParameters(), and SMESH::Relative.
Referenced by SMESHGUI::restoreVisualParameters().
|
slot |
SLOT on Apply button click: sets cutting plane and update viewer.
References SMESH::ClippingPlaneInfo::ActorList, SMESH::TPlaneData::ActorList, SMESHGUI::getClippingPlaneInfoMap(), SMESH::OrientedPlane::InvertPlane(), SMESH::OrientedPlane::IsOpenGLClipping, myPlanes, mySMESHGUI, myViewWindow, SMESH::OrientedPlane::New(), SMESH::ClippingPlaneInfo::Plane, SMESH::TPlaneData::Plane, SMESH::RenderViewWindow(), and SMESH::OrientedPlane::ShallowCopy().
Referenced by ClickOnDelete(), ClickOnOk(), onAutoApply(), onIsOpenGLClipping(), SetCurrentPlaneParam(), and SMESHGUI_ClippingDlg().
|
slot |
SLOT on delete button click: Delete selected clipping plane.
References AutoApplyCheckBox, ClickOnApply(), ComboBoxPlanes, myPlanes, myViewWindow, SMESH::TPlaneData::Plane, SMESH::RenderViewWindow(), and synchronize().
Referenced by SMESHGUI_ClippingDlg().
|
slot |
SLOT on help button click: opens a help page.
References myHelpFileName, and mySMESHGUI.
Referenced by keyPressEvent(), and SMESHGUI_ClippingDlg().
|
slot |
SLOT on new button click: create a new clipping plane.
References ActorList, SMESH::ComputeBounds(), CurrentMode, SMESH::OrientedPlane::myActor, myBounds, myPlanes, myPreviewWidget, myViewWindow, SMESH::OrientedPlane::New(), SMESH::OrientedPlane::PlaneMode, PreviewCheckBox, SetCurrentPlaneParam(), and synchronize().
Referenced by onModeAbsolute(), and onModeRelative().
|
slot |
SLOT on ok button click: sets cutting plane and closes dialog.
References ClickOnApply().
Referenced by SMESHGUI_ClippingDlg().
|
private |
Create a new widget for preview clipping plane.
References SMESH::GetColor(), myCallback, myViewWindow, and SIZEFACTOR.
Referenced by SMESHGUI_ClippingDlg().
|
private |
Dump the parameters of clipping planes.
References SMESH::TPlaneData::ActorList, myPlanes, and SMESH::TPlaneData::Plane.
|
private |
Get the list of current actors.
References ActorList.
|
private |
Get distance for cutting plane in relative mode.
References SpinSliderDistance.
Referenced by SetCurrentPlaneParam().
|
private |
Get rotation1 for cutting plane in relative mode.
References SpinSliderRotation1.
Referenced by absolutePlaneToRelative(), and SetCurrentPlaneParam().
|
private |
Get rotation2 for cutting plane in relative mode.
References SpinSliderRotation2.
Referenced by absolutePlaneToRelative(), and SetCurrentPlaneParam().
|
private |
Initialize the planes's data when the dialog opened.
References SMESH::ClippingPlaneInfo::ActorList, SMESHGUI::getClippingPlaneInfoMap(), myPlanes, myPreviewWidget, mySMESHGUI, myViewWindow, SMESH::OrientedPlane::New(), SMESH::ClippingPlaneInfo::Plane, PreviewCheckBox, and SMESH::OrientedPlane::ShallowCopy().
Referenced by SMESHGUI_ClippingDlg().
|
private |
Initialization of initial values of widgets.
References CBAbsoluteOrientation, CBRelativeOrientation, SpinBox_Dx, SpinBox_Dy, SpinBox_Dz, SpinBox_X, SpinBox_Y, SpinBox_Z, SpinSliderDistance, SpinSliderRotation1, and SpinSliderRotation2.
Referenced by SMESHGUI_ClippingDlg(), and synchronize().
|
protected |
Custom handling of events.
References ClickOnHelp().
|
slot |
SLOT: called when actor item was changed.
References SetCurrentPlaneParam(), and updateActorItem().
Referenced by SMESHGUI_ClippingDlg().
|
slot |
SLOT: called on Auto Apply check box toggled.
References ClickOnApply().
Referenced by SMESHGUI_ClippingDlg().
|
slot |
SLOT on invert button click: inverts normal of cutting plane.
References ComboBoxPlanes, SMESH::OrientedPlane::IsInvert, myIsSelectPlane, myPlanes, SMESH::TPlaneData::Plane, SetCurrentPlaneParam(), SpinBox_Dx, SpinBox_Dy, and SpinBox_Dz.
Referenced by SMESHGUI_ClippingDlg().
|
slot |
SLOT: called on OpenGLClipping check box toggled.
References AutoApplyCheckBox, ClickOnApply(), ComboBoxPlanes, SMESH::OrientedPlane::IsOpenGLClipping, myIsSelectPlane, myPlanes, and SMESH::TPlaneData::Plane.
Referenced by SMESHGUI_ClippingDlg().
|
slot |
Set absolute mode of clipping plane.
References SMESH::Absolute, ClickOnNew(), CurrentMode, ModeStackedLayout, and SetCurrentPlaneParam().
Referenced by SMESHGUI_ClippingDlg().
|
slot |
Set relative mode of clipping plane.
References ClickOnNew(), CurrentMode, ModeStackedLayout, SMESH::Relative, and SetCurrentPlaneParam().
Referenced by SMESHGUI_ClippingDlg().
|
slot |
SLOT: called on preview check box toggled.
References ComboBoxPlanes, SMESH::OrientedPlane::myActor, myPlanes, myPreviewWidget, myViewWindow, SMESH::TPlaneData::Plane, and SMESH::RenderViewWindow().
Referenced by SMESHGUI_ClippingDlg().
|
slot |
SLOT on reset button click: sets default values.
References myIsSelectPlane, SetCurrentPlaneParam(), SpinBox_X, SpinBox_Y, and SpinBox_Z.
Referenced by SMESHGUI_ClippingDlg().
|
slot |
References ComboBoxPlanes, SMESH::OrientedPlane::IsInvert, myIsSelectPlane, myPlanes, SMESH::TPlaneData::Plane, SetCurrentPlaneParam(), SpinBox_Dx, SpinBox_Dy, SpinBox_Dz, SpinBox_X, SpinBox_Y, SpinBox_Z, TextLabelDx, TextLabelDy, TextLabelDz, TextLabelX, TextLabelY, and TextLabelZ.
Referenced by onSelectPlane(), and SMESHGUI_ClippingDlg().
|
slot |
SLOT: called on SelectAll check box toggled.
References ActorList, SelectAllCheckBox, SetCurrentPlaneParam(), and updateActorItem().
Referenced by SMESHGUI_ClippingDlg().
|
slot |
Set current parameters of selected plane.
References SMESH::Absolute, SMESH::TPlaneData::ActorList, ActorList, CBAbsoluteOrientation, CBRelativeOrientation, SMESH::ComputeBounds(), CurrentMode, SMESH::OrientedPlane::Dx, SMESH::OrientedPlane::Dy, SMESH::OrientedPlane::Dz, SMESH::OrientedPlane::GetDistance(), SMESH::OrientedPlane::GetOrientation(), SMESH::OrientedPlane::IsOpenGLClipping, isOpenGLClipping, ModeStackedLayout, SMESH::OrientedPlane::myAbsoluteOrientation, SMESH::OrientedPlane::myAngle, myBounds, myIsSelectPlane, myPlanes, myPreviewWidget, onSelectAbsoluteOrientation(), onSelectRelativeOrientation(), SMESH::TPlaneData::Plane, SMESH::OrientedPlane::PlaneMode, PreviewCheckBox, SMESH::Relative, SetCurrentPlaneParam(), setDirection(), setDistance(), setOrigin(), setRotation(), updateActorList(), SMESH::OrientedPlane::X, SMESH::XY, SMESH::OrientedPlane::Y, SMESH::YZ, SMESH::OrientedPlane::Z, and SMESH::ZX.
Referenced by SMESHGUI_ClippingDlg(), and synchronize().
|
slot |
SLOT: called on orientation of clipping plane in relative mode changed.
References CBRelativeOrientation, myPlanes, SetCurrentPlaneParam(), TextLabelRotation1, and TextLabelRotation2.
Referenced by onSelectPlane(), and SMESHGUI_ClippingDlg().
|
staticprotected |
Handles the char preview widget activation event.
References SMESH::Absolute, absolutePlaneToRelative(), CurrentMode, myIsPreviewMoved, myIsSelectPlane, SMESH::Relative, SetCurrentPlaneParam(), setDirection(), and setOrigin().
Referenced by SMESHGUI_ClippingDlg().
|
protectedvirtualslot |
SLOT on close button click: rejects dialog.
Referenced by SMESHGUI_ClippingDlg().
|
private |
Set current bounds for preview widget.
References SMESH::TPlaneData::ActorList, ComboBoxPlanes, SMESH::ComputeBounds(), myBounds, myIsPreviewMoved, myPlanes, myPreviewWidget, and SMESH::TPlaneData::Plane.
Referenced by SetCurrentPlaneParam().
|
slot |
Restore parameters of selected plane.
References SMESH::Absolute, SMESH::TPlaneData::ActorList, AutoApplyCheckBox, CBAbsoluteOrientation, CBRelativeOrientation, ClickOnApply(), ComboBoxPlanes, SMESH::ComputeClippingPlaneParameters(), SMESH::OrientedPlane::Dx, SMESH::OrientedPlane::Dy, SMESH::OrientedPlane::Dz, getDistance(), getRotation1(), getRotation2(), SMESH::OrientedPlane::myAbsoluteOrientation, SMESH::OrientedPlane::myAngle, myIsSelectPlane, myPlanes, SMESH::OrientedPlane::myPlaneSource, myPreviewWidget, myViewWindow, SMESH::TPlaneData::Plane, SMESH::OrientedPlane::PlaneMode, SMESH::Relative, SMESH::RenderViewWindow(), setBoundsForPreviewWidget(), SMESH::OrientedPlane::SetDistance(), SMESH::OrientedPlane::SetOrientation(), SpinBox_Dx, SpinBox_Dy, SpinBox_Dz, SpinBox_X, SpinBox_Y, SpinBox_Z, SMESH::OrientedPlane::X, SMESH::OrientedPlane::Y, and SMESH::OrientedPlane::Z.
Referenced by ClickOnNew(), onActorItemChanged(), onInvert(), onModeAbsolute(), onModeRelative(), onReset(), onSelectAbsoluteOrientation(), onSelectAll(), onSelectPlane(), onSelectRelativeOrientation(), ProcessEvents(), and SMESHGUI_ClippingDlg().
|
private |
Set coordinates of normal vector in dialog box.
References CBAbsoluteOrientation, SpinBox_Dx, SpinBox_Dy, and SpinBox_Dz.
Referenced by onSelectPlane(), and ProcessEvents().
|
private |
Set distance of cutting plane in relative mode.
References SpinSliderDistance.
Referenced by onSelectPlane().
|
private |
Set coordinates of origin point in dialog box.
References CBAbsoluteOrientation, SpinBox_X, SpinBox_Y, and SpinBox_Z.
Referenced by onSelectPlane(), and ProcessEvents().
|
private |
Set angles of clipping plane in relative mode.
References SpinSliderRotation1, and SpinSliderRotation2.
Referenced by onSelectPlane().
|
private |
Synchronize dialog's widgets with data.
References SMESH::Absolute, ActorList, buttonDelete, CBAbsoluteOrientation, CBRelativeOrientation, ComboBoxPlanes, CurrentMode, initParam(), invertButton, isOpenGLClipping, myPlanes, myPreviewWidget, onSelectPlane(), PreviewCheckBox, SMESH::Relative, resetButton, SelectAllCheckBox, SpinBox_Dx, SpinBox_Dy, SpinBox_Dz, SpinBox_X, SpinBox_Y, SpinBox_Z, SpinSliderDistance, SpinSliderRotation1, SpinSliderRotation2, and updateActorList().
Referenced by ClickOnDelete(), ClickOnNew(), and SMESHGUI_ClippingDlg().
|
private |
Update an actor in actor's list.
References SMESH::TPlaneData::ActorList, ActorList, ComboBoxPlanes, SMESH::ComputeBounds(), myBounds, myPlanes, myPreviewWidget, PreviewCheckBox, and SelectAllCheckBox.
Referenced by onActorItemChanged(), onSelectAll(), and updateActorList().
|
private |
Update the list of actors.
References _PTR(), SMESHGUI::activeStudy(), SMESH::TPlaneData::ActorList, ActorList, ComboBoxPlanes, Handle(), myPlanes, myViewWindow, SMESH::TPlaneData::Plane, PreviewCheckBox, SObject(), and updateActorItem().
Referenced by onSelectPlane(), and synchronize().
|
private |
Referenced by ClickOnNew(), getCurrentActors(), onSelectAll(), onSelectPlane(), SMESHGUI_ClippingDlg(), synchronize(), updateActorItem(), and updateActorList().
|
private |
Referenced by ClickOnDelete(), onIsOpenGLClipping(), SetCurrentPlaneParam(), and SMESHGUI_ClippingDlg().
|
private |
Referenced by SMESHGUI_ClippingDlg().
|
private |
Referenced by SMESHGUI_ClippingDlg().
|
private |
Referenced by SMESHGUI_ClippingDlg(), and synchronize().
|
private |
Referenced by SMESHGUI_ClippingDlg().
|
private |
Referenced by SMESHGUI_ClippingDlg().
|
private |
Referenced by SMESHGUI_ClippingDlg().
|
private |
Referenced by initParam(), onSelectPlane(), SetCurrentPlaneParam(), setDirection(), setOrigin(), SMESHGUI_ClippingDlg(), and synchronize().
|
private |
|
private |
|
private |
Referenced by ClickOnNew(), onModeAbsolute(), onModeRelative(), onSelectPlane(), ProcessEvents(), SMESHGUI_ClippingDlg(), and synchronize().
|
private |
Referenced by SMESHGUI_ClippingDlg().
|
private |
Referenced by SMESHGUI_ClippingDlg().
|
private |
|
private |
Referenced by SMESHGUI_ClippingDlg(), and synchronize().
|
private |
Referenced by onSelectPlane(), SMESHGUI_ClippingDlg(), and synchronize().
|
private |
Referenced by SMESHGUI_ClippingDlg().
|
private |
Referenced by onModeAbsolute(), onModeRelative(), onSelectPlane(), and SMESHGUI_ClippingDlg().
|
private |
Referenced by ClickOnNew(), onSelectPlane(), setBoundsForPreviewWidget(), and updateActorItem().
|
private |
Referenced by createPreviewWidget(), SMESHGUI_ClippingDlg(), and ~SMESHGUI_ClippingDlg().
|
private |
Referenced by ClickOnHelp(), and SMESHGUI_ClippingDlg().
|
private |
Referenced by ProcessEvents(), setBoundsForPreviewWidget(), and SMESHGUI_ClippingDlg().
|
private |
|
private |
Referenced by absolutePlaneToRelative(), ClickOnApply(), ClickOnDelete(), ClickOnNew(), dumpPlaneData(), initializePlaneData(), onInvert(), onIsOpenGLClipping(), OnPreviewToggle(), onSelectAbsoluteOrientation(), onSelectPlane(), onSelectRelativeOrientation(), setBoundsForPreviewWidget(), SetCurrentPlaneParam(), synchronize(), updateActorItem(), updateActorList(), and ~SMESHGUI_ClippingDlg().
|
private |
|
private |
Referenced by ClickOnApply(), ClickOnHelp(), initializePlaneData(), and SMESHGUI_ClippingDlg().
|
private |
|
private |
Referenced by ClickOnNew(), initializePlaneData(), onSelectPlane(), SMESHGUI_ClippingDlg(), synchronize(), updateActorItem(), and updateActorList().
|
private |
Referenced by SMESHGUI_ClippingDlg(), and synchronize().
|
private |
Referenced by onSelectAll(), SMESHGUI_ClippingDlg(), synchronize(), and updateActorItem().
|
private |
Referenced by initParam(), onInvert(), onSelectAbsoluteOrientation(), SetCurrentPlaneParam(), setDirection(), SMESHGUI_ClippingDlg(), and synchronize().
|
private |
Referenced by initParam(), onInvert(), onSelectAbsoluteOrientation(), SetCurrentPlaneParam(), setDirection(), SMESHGUI_ClippingDlg(), and synchronize().
|
private |
Referenced by initParam(), onInvert(), onSelectAbsoluteOrientation(), SetCurrentPlaneParam(), setDirection(), SMESHGUI_ClippingDlg(), and synchronize().
|
private |
Referenced by initParam(), onReset(), onSelectAbsoluteOrientation(), SetCurrentPlaneParam(), setOrigin(), SMESHGUI_ClippingDlg(), and synchronize().
|
private |
Referenced by initParam(), onReset(), onSelectAbsoluteOrientation(), SetCurrentPlaneParam(), setOrigin(), SMESHGUI_ClippingDlg(), and synchronize().
|
private |
Referenced by initParam(), onReset(), onSelectAbsoluteOrientation(), SetCurrentPlaneParam(), setOrigin(), SMESHGUI_ClippingDlg(), and synchronize().
|
private |
Referenced by absolutePlaneToRelative(), getDistance(), initParam(), setDistance(), SMESHGUI_ClippingDlg(), and synchronize().
|
private |
Referenced by absolutePlaneToRelative(), getRotation1(), initParam(), setRotation(), SMESHGUI_ClippingDlg(), and synchronize().
|
private |
Referenced by absolutePlaneToRelative(), getRotation2(), initParam(), setRotation(), SMESHGUI_ClippingDlg(), and synchronize().
|
private |
Referenced by SMESHGUI_ClippingDlg().
|
private |
Referenced by onSelectAbsoluteOrientation(), and SMESHGUI_ClippingDlg().
|
private |
Referenced by onSelectAbsoluteOrientation(), and SMESHGUI_ClippingDlg().
|
private |
Referenced by onSelectAbsoluteOrientation(), and SMESHGUI_ClippingDlg().
|
private |
Referenced by SMESHGUI_ClippingDlg().
|
private |
Referenced by onSelectRelativeOrientation(), and SMESHGUI_ClippingDlg().
|
private |
Referenced by onSelectRelativeOrientation(), and SMESHGUI_ClippingDlg().
|
private |
Referenced by onSelectAbsoluteOrientation(), and SMESHGUI_ClippingDlg().
|
private |
Referenced by onSelectAbsoluteOrientation(), and SMESHGUI_ClippingDlg().
|
private |
Referenced by onSelectAbsoluteOrientation(), and SMESHGUI_ClippingDlg().