Version: 9.16.0
SMESH_Actor Class Referenceabstract

#include <SMESH_Actor.h>

Inheritance diagram for SMESH_Actor:

Public Types

enum  EReperesent { ePoint , eEdge , eSurface }
 
enum  EEntityMode {
  e0DElements = 0x01 , eEdges = 0x02 , eFaces = 0x04 , eVolumes = 0x08 ,
  eBallElem = 0x10 , eAllEntity = 0x1f
}
 
enum  EQuadratic2DRepresentation { eLines = 0x01 , eArcs = 0x02 }
 
enum  eControl {
  eNone , eLength , eLength2D , eDeflection2D ,
  eFreeBorders , eFreeEdges , eFreeNodes , eFreeFaces ,
  eMultiConnection , eArea , eTaper , eAspectRatio ,
  eMinimumAngle , eWarping , eSkew , eAspectRatio3D ,
  eWarping3D , eMultiConnection2D , eVolume3D , eScaledJacobian ,
  eMaxElementLength2D , eMaxElementLength3D , eBareBorderFace , eBareBorderVolume ,
  eOverConstrainedFace , eOverConstrainedVolume , eCoincidentNodes , eCoincidentElems1D ,
  eCoincidentElems2D , eCoincidentElems3D , eNodeConnectivityNb , eCustomControl
}
 

Public Member Functions

 vtkTypeMacro (SMESH_Actor, SALOME_Actor) static SMESH_Actor *New(TVisualObjPtr theVisualObj
 
virtual void SetSufaceColor (double r, double g, double b, int delta)=0
 
virtual void GetSufaceColor (double &r, double &g, double &b, int &delta)=0
 
virtual void SetVolumeColor (double r, double g, double b, int delta)=0
 
virtual void GetVolumeColor (double &r, double &g, double &b, int &delta)=0
 
virtual void SetEdgeColor (double r, double g, double b)=0
 
virtual void GetEdgeColor (double &r, double &g, double &b)=0
 
virtual void SetNodeColor (double r, double g, double b)=0
 
virtual void GetNodeColor (double &r, double &g, double &b)=0
 
virtual void SetOutlineColor (double r, double g, double b)=0
 
virtual void GetOutlineColor (double &r, double &g, double &b)=0
 
virtual void Set0DColor (double r, double g, double b)=0
 
virtual void Get0DColor (double &r, double &g, double &b)=0
 
virtual void SetBallColor (double r, double g, double b)=0
 
virtual void GetBallColor (double &r, double &g, double &b)=0
 
virtual void UpdateSelectionProps ()=0
 
virtual double GetLineWidth ()=0
 
virtual void SetLineWidth (double theVal)=0
 
virtual double GetOutlineWidth ()=0
 
virtual void SetOutlineWidth (double theVal)=0
 
virtual void Set0DSize (double size)=0
 
virtual double Get0DSize ()=0
 
virtual void SetBallSize (double size)=0
 
virtual double GetBallSize ()=0
 
virtual void SetBallScale (double size)=0
 
virtual double GetBallScale ()=0
 
virtual void SetEntityMode (unsigned int theMode)=0
 
virtual unsigned int GetEntityMode () const =0
 
virtual void SetQuadratic2DRepresentation (EQuadratic2DRepresentation)=0
 
virtual EQuadratic2DRepresentation GetQuadratic2DRepresentation ()=0
 
virtual void SetPointRepresentation (bool theIsPointsVisible)=0
 
virtual bool GetPointRepresentation ()=0
 
virtual vtkUnstructuredGridGetUnstructuredGrid ()=0
 
virtual void SetShrinkFactor (double theValue)=0
 
virtual void SetPointsLabeled (bool theIsPointsLabeled)=0
 
virtual bool GetPointsLabeled ()=0
 
virtual void SetCellsLabeled (bool theIsCellsLabeled)=0
 
virtual bool GetCellsLabeled ()=0
 
virtual void SetFacesOriented (bool theIsFacesOriented)=0
 
virtual bool GetFacesOriented ()=0
 
virtual void SetFacesOrientationColor (double r, double g, double b)=0
 
virtual void GetFacesOrientationColor (double &r, double &g, double &b)=0
 
virtual void SetFacesOrientationScale (double theScale)=0
 
virtual double GetFacesOrientationScale ()=0
 
virtual void SetFacesOrientation3DVectors (bool theState)=0
 
virtual bool GetFacesOrientation3DVectors ()=0
 
virtual void SetControlMode (eControl theMode)=0
 
virtual void SetControl (SMESH::Controls::FunctorPtr)=0
 
virtual eControl GetControlMode ()=0
 
virtual SMESH::Controls::FunctorPtr GetFunctor ()=0
 
virtual smIdType GetNumberControlEntities ()=0
 
virtual SMESH_ScalarBarActorGetScalarBarActor ()=0
 
virtual void RemoveAllClippingPlanes ()=0
 
virtual vtkIdType GetNumberOfClippingPlanes ()=0
 
virtual vtkPlaneGetClippingPlane (vtkIdType theID)=0
 
virtual vtkIdType AddClippingPlane (vtkPlane *thePlane)=0
 
virtual void AddOpenGLClippingPlane (vtkPlane *thePlane)=0
 
virtual void SetOpenGLClippingPlane ()=0
 
virtual TVisualObjPtr GetObject ()=0
 
virtual void SetControlsPrecision (const long)=0
 
virtual long GetControlsPrecision () const =0
 
virtual void UpdateScalarBar ()=0
 
virtual void UpdateDistribution ()=0
 
virtual void ClipThreshold (bool isThresholdOn, double min=0.0, double max=0.0)=0
 
virtual SMESH_DeviceActorGetActorForThreshold ()=0
 
virtual bool IsClipThresholdOn () const =0
 
virtual void SetWireframeOff (bool isWireframeOff)=0
 
virtual bool IsWireframeOff () const =0
 
virtual void SetPointsFontProperties (SMESH::LabelFont family, int size, bool bold, bool italic, bool shadow, double r, double g, double b)=0
 
virtual void SetCellsFontProperties (SMESH::LabelFont family, int size, bool bold, bool italic, bool shadow, double r, double g, double b)=0
 
virtual void UpdateFilter ()=0
 
virtual SPlot2d_Histogram * GetPlot2Histogram ()=0
 
virtual SPlot2d_Histogram * UpdatePlot2Histogram ()=0
 

Data Fields

const char * theEntry
 
const char const char * theName
 
const char const char int theIsClear
 

Static Private Member Functions

static SMESH_ActorNew ()
 

Member Enumeration Documentation

◆ eControl

Enumerator
eNone 
eLength 
eLength2D 
eDeflection2D 
eFreeBorders 
eFreeEdges 
eFreeNodes 
eFreeFaces 
eMultiConnection 
eArea 
eTaper 
eAspectRatio 
eMinimumAngle 
eWarping 
eSkew 
eAspectRatio3D 
eWarping3D 
eMultiConnection2D 
eVolume3D 
eScaledJacobian 
eMaxElementLength2D 
eMaxElementLength3D 
eBareBorderFace 
eBareBorderVolume 
eOverConstrainedFace 
eOverConstrainedVolume 
eCoincidentNodes 
eCoincidentElems1D 
eCoincidentElems2D 
eCoincidentElems3D 
eNodeConnectivityNb 
eCustomControl 

◆ EEntityMode

Enumerator
e0DElements 
eEdges 
eFaces 
eVolumes 
eBallElem 
eAllEntity 

◆ EQuadratic2DRepresentation

Enumerator
eLines 
eArcs 

◆ EReperesent

Enumerator
ePoint 
eEdge 
eSurface 

Member Function Documentation

◆ AddClippingPlane()

virtual vtkIdType SMESH_Actor::AddClippingPlane ( vtkPlane thePlane)
pure virtual

Implemented in SMESH_ActorDef.

◆ AddOpenGLClippingPlane()

virtual void SMESH_Actor::AddOpenGLClippingPlane ( vtkPlane thePlane)
pure virtual

Implemented in SMESH_ActorDef.

◆ ClipThreshold()

virtual void SMESH_Actor::ClipThreshold ( bool  isThresholdOn,
double  min = 0.0,
double  max = 0.0 
)
pure virtual

◆ Get0DColor()

virtual void SMESH_Actor::Get0DColor ( double &  r,
double &  g,
double &  b 
)
pure virtual

Implemented in SMESH_ActorDef.

Referenced by SMESHGUI::storeVisualParameters().

◆ Get0DSize()

virtual double SMESH_Actor::Get0DSize ( )
pure virtual

Implemented in SMESH_ActorDef.

Referenced by SMESHGUI::storeVisualParameters().

◆ GetActorForThreshold()

virtual SMESH_DeviceActor * SMESH_Actor::GetActorForThreshold ( )
pure virtual

Implemented in SMESH_ActorDef.

◆ GetBallColor()

virtual void SMESH_Actor::GetBallColor ( double &  r,
double &  g,
double &  b 
)
pure virtual

Implemented in SMESH_ActorDef.

Referenced by SMESHGUI::storeVisualParameters().

◆ GetBallScale()

virtual double SMESH_Actor::GetBallScale ( )
pure virtual

◆ GetBallSize()

virtual double SMESH_Actor::GetBallSize ( )
pure virtual

Implemented in SMESH_ActorDef.

Referenced by SMESHGUI::storeVisualParameters().

◆ GetCellsLabeled()

virtual bool SMESH_Actor::GetCellsLabeled ( )
pure virtual

◆ GetClippingPlane()

virtual vtkPlane * SMESH_Actor::GetClippingPlane ( vtkIdType  theID)
pure virtual

Implemented in SMESH_ActorDef.

◆ GetControlMode()

virtual eControl SMESH_Actor::GetControlMode ( )
pure virtual

◆ GetControlsPrecision()

virtual long SMESH_Actor::GetControlsPrecision ( ) const
pure virtual

Implemented in SMESH_ActorDef.

◆ GetEdgeColor()

virtual void SMESH_Actor::GetEdgeColor ( double &  r,
double &  g,
double &  b 
)
pure virtual

Implemented in SMESH_ActorDef.

Referenced by SMESHGUI::storeVisualParameters().

◆ GetEntityMode()

◆ GetFacesOrientation3DVectors()

virtual bool SMESH_Actor::GetFacesOrientation3DVectors ( )
pure virtual

Implemented in SMESH_ActorDef.

Referenced by SMESHGUI::storeVisualParameters().

◆ GetFacesOrientationColor()

virtual void SMESH_Actor::GetFacesOrientationColor ( double &  r,
double &  g,
double &  b 
)
pure virtual

Implemented in SMESH_ActorDef.

Referenced by SMESHGUI::storeVisualParameters().

◆ GetFacesOrientationScale()

virtual double SMESH_Actor::GetFacesOrientationScale ( )
pure virtual

Implemented in SMESH_ActorDef.

Referenced by SMESHGUI::storeVisualParameters().

◆ GetFacesOriented()

◆ GetFunctor()

virtual SMESH::Controls::FunctorPtr SMESH_Actor::GetFunctor ( )
pure virtual

Implemented in SMESH_ActorDef.

◆ GetLineWidth()

virtual double SMESH_Actor::GetLineWidth ( )
pure virtual

◆ GetNodeColor()

virtual void SMESH_Actor::GetNodeColor ( double &  r,
double &  g,
double &  b 
)
pure virtual

Implemented in SMESH_ActorDef.

Referenced by SMESHGUI::storeVisualParameters().

◆ GetNumberControlEntities()

virtual smIdType SMESH_Actor::GetNumberControlEntities ( )
pure virtual

Implemented in SMESH_ActorDef.

◆ GetNumberOfClippingPlanes()

virtual vtkIdType SMESH_Actor::GetNumberOfClippingPlanes ( )
pure virtual

Implemented in SMESH_ActorDef.

◆ GetObject()

virtual TVisualObjPtr SMESH_Actor::GetObject ( )
pure virtual

Implemented in SMESH_ActorDef.

Referenced by SMESHGUI_Angle::addPointByActor(), SMESHGUI_CreatePolyhedralVolumeDlg::checkEditLine(), SMESHGUI_CuttingOfQuadsDlg::displayPreview(), SMESHGUI_AddMeshElementDlg::displaySimulation(), SMESHGUI_AddQuadraticElementDlg::displaySimulation(), SMESHGUI_CreatePolyhedralVolumeDlg::displaySimulation(), SMESHGUI_Selection::elemTypes(), SMESHGUI_MergeDlg::FindGravityCenter(), SMESH::GetEdgeNodes(), SMESHGUI_Angle::getNormal(), SMESHGUI_MeshInfoDlg::idChanged(), SMESHGUI_PredicateFilter::IsObjValid(), SMESHGUI_QuadrangleFilter::IsObjValid(), SMESHGUI_TriangleFilter::IsObjValid(), SMESHGUI_FacesFilter::IsObjValid(), SMESHGUI_VolumesFilter::IsObjValid(), SMESHGUI_VolumeShapeFilter::IsObjValid(), SMESHGUI_AddQuadraticElementDlg::IsValid(), SMESHGUI_PredicateFilter::IsValid(), SMESHGUI_QuadrangleFilter::IsValid(), SMESHGUI_TriangleFilter::IsValid(), SMESHGUI_FacesFilter::IsValid(), SMESHGUI_VolumesFilter::IsValid(), SMESHGUI_VolumeShapeFilter::IsValid(), SMESHGUI_AddNodeOnFaceOp::isValid(), SMESHGUI_MakeNodeAtPointOp::isValid(), SMESHGUI_RemoveNodeReconnectionOp::isValid(), SMESHGUI_ReorientFacesOp::isValid(), SMESHGUI_AddNodeOnSegmentOp::isValid(), SMESHGUI_ShapeByMeshOp::onElemIdChanged(), SMESHGUI_MultiEditDlg::onListSelectionChanged(), SMESHGUI_MergeDlg::onSelectElementFromGroup(), SMESHGUI_MergeDlg::onSelectGroup(), SMESHGUI_AddNodeOnFaceOp::onSelectionDone(), SMESHGUI_MakeNodeAtPointOp::onSelectionDone(), SMESHGUI_SingleEditDlg::onSelectionDone(), SMESHGUI_AddMeshElementDlg::onTextChange(), SMESHGUI_AddNodeOnFaceOp::onTextChange(), SMESHGUI_AddQuadraticElementDlg::onTextChange(), SMESHGUI_CopyMeshDlg::onTextChange(), SMESHGUI_CreatePolyhedralVolumeDlg::onTextChange(), SMESHGUI_ExtrusionAlongPathDlg::onTextChange(), SMESHGUI_3TypesSelector::onTextChange(), SMESHGUI_MakeNodeAtPointOp::onTextChange(), SMESHGUI_OffsetDlg::onTextChange(), SMESHGUI_RemoveElementsDlg::onTextChange(), SMESHGUI_RemoveNodeReconnectionOp::onTextChange(), SMESHGUI_RemoveNodesDlg::onTextChange(), SMESHGUI_RotationDlg::onTextChange(), SMESHGUI_ScaleDlg::onTextChange(), SMESHGUI_SewingDlg::onTextChange(), SMESHGUI_SingleEditDlg::onTextChange(), SMESHGUI_SmoothingDlg::onTextChange(), SMESHGUI_SymmetryDlg::onTextChange(), SMESHGUI_TranslationDlg::onTextChange(), SMESHGUI_MeshPatternDlg::onTextChanged(), SMESHGUI_SelectionOp::onTextChanged(), SMESHGUI_AddNodeOnFaceOp::pointLocationChanged(), SMESHGUI_AddNodeOnFaceOp::processStyleEvents(), SMESHGUI_AddNodeOnSegmentOp::processStyleEvents(), SMESHGUI_ExtrusionAlongPathDlg::SelectionIntoArgument(), SMESHGUI_ExtrusionDlg::SelectionIntoArgument(), SMESHGUI_RevolutionDlg::SelectionIntoArgument(), SMESHGUI_RotationDlg::SelectionIntoArgument(), SMESHGUI_ScaleDlg::SelectionIntoArgument(), SMESHGUI_SymmetryDlg::SelectionIntoArgument(), SMESHGUI_TranslationDlg::SelectionIntoArgument(), SMESHGUI_SplitVolumesDlg::showFacetByElement(), and SMESHGUI_DisplayEntitiesDlg::SMESHGUI_DisplayEntitiesDlg().

◆ GetOutlineColor()

virtual void SMESH_Actor::GetOutlineColor ( double &  r,
double &  g,
double &  b 
)
pure virtual

Implemented in SMESH_ActorDef.

Referenced by SMESHGUI::storeVisualParameters().

◆ GetOutlineWidth()

virtual double SMESH_Actor::GetOutlineWidth ( )
pure virtual

Implemented in SMESH_ActorDef.

Referenced by SMESHGUI::storeVisualParameters().

◆ GetPlot2Histogram()

virtual SPlot2d_Histogram * SMESH_Actor::GetPlot2Histogram ( )
pure virtual

◆ GetPointRepresentation()

virtual bool SMESH_Actor::GetPointRepresentation ( )
pure virtual

Implemented in SMESH_ActorDef.

◆ GetPointsLabeled()

virtual bool SMESH_Actor::GetPointsLabeled ( )
pure virtual

◆ GetQuadratic2DRepresentation()

virtual EQuadratic2DRepresentation SMESH_Actor::GetQuadratic2DRepresentation ( )
pure virtual

Implemented in SMESH_ActorDef.

Referenced by SMESHGUI_Selection::quadratic2DMode().

◆ GetScalarBarActor()

◆ GetSufaceColor()

virtual void SMESH_Actor::GetSufaceColor ( double &  r,
double &  g,
double &  b,
int &  delta 
)
pure virtual

Implemented in SMESH_ActorDef.

Referenced by SMESHGUI::storeVisualParameters().

◆ GetUnstructuredGrid()

◆ GetVolumeColor()

virtual void SMESH_Actor::GetVolumeColor ( double &  r,
double &  g,
double &  b,
int &  delta 
)
pure virtual

Implemented in SMESH_ActorDef.

Referenced by SMESHGUI::storeVisualParameters().

◆ IsClipThresholdOn()

virtual bool SMESH_Actor::IsClipThresholdOn ( ) const
pure virtual

◆ IsWireframeOff()

virtual bool SMESH_Actor::IsWireframeOff ( ) const
pure virtual

◆ New()

SMESH_Actor * SMESH_Actor::New ( )
staticprivate

◆ RemoveAllClippingPlanes()

virtual void SMESH_Actor::RemoveAllClippingPlanes ( )
pure virtual

Implemented in SMESH_ActorDef.

Referenced by SMESHGUI::restoreVisualParameters().

◆ Set0DColor()

virtual void SMESH_Actor::Set0DColor ( double  r,
double  g,
double  b 
)
pure virtual

◆ Set0DSize()

virtual void SMESH_Actor::Set0DSize ( double  size)
pure virtual

Implemented in SMESH_ActorDef.

Referenced by SMESHGUI::restoreVisualParameters().

◆ SetBallColor()

virtual void SMESH_Actor::SetBallColor ( double  r,
double  g,
double  b 
)
pure virtual

◆ SetBallScale()

virtual void SMESH_Actor::SetBallScale ( double  size)
pure virtual

Implemented in SMESH_ActorDef.

Referenced by SMESHGUI::restoreVisualParameters().

◆ SetBallSize()

virtual void SMESH_Actor::SetBallSize ( double  size)
pure virtual

Implemented in SMESH_ActorDef.

Referenced by SMESHGUI::restoreVisualParameters().

◆ SetCellsFontProperties()

virtual void SMESH_Actor::SetCellsFontProperties ( SMESH::LabelFont  family,
int  size,
bool  bold,
bool  italic,
bool  shadow,
double  r,
double  g,
double  b 
)
pure virtual

Implemented in SMESH_ActorDef.

◆ SetCellsLabeled()

virtual void SMESH_Actor::SetCellsLabeled ( bool  theIsCellsLabeled)
pure virtual

◆ SetControl()

virtual void SMESH_Actor::SetControl ( SMESH::Controls::FunctorPtr  )
pure virtual

Implemented in SMESH_ActorDef.

◆ SetControlMode()

virtual void SMESH_Actor::SetControlMode ( eControl  theMode)
pure virtual

Implemented in SMESH_ActorDef.

◆ SetControlsPrecision()

virtual void SMESH_Actor::SetControlsPrecision ( const long  )
pure virtual

Implemented in SMESH_ActorDef.

◆ SetEdgeColor()

virtual void SMESH_Actor::SetEdgeColor ( double  r,
double  g,
double  b 
)
pure virtual

◆ SetEntityMode()

◆ SetFacesOrientation3DVectors()

virtual void SMESH_Actor::SetFacesOrientation3DVectors ( bool  theState)
pure virtual

Implemented in SMESH_ActorDef.

Referenced by SMESHGUI::restoreVisualParameters().

◆ SetFacesOrientationColor()

virtual void SMESH_Actor::SetFacesOrientationColor ( double  r,
double  g,
double  b 
)
pure virtual

Implemented in SMESH_ActorDef.

Referenced by SMESHGUI::restoreVisualParameters().

◆ SetFacesOrientationScale()

virtual void SMESH_Actor::SetFacesOrientationScale ( double  theScale)
pure virtual

Implemented in SMESH_ActorDef.

Referenced by SMESHGUI::restoreVisualParameters().

◆ SetFacesOriented()

virtual void SMESH_Actor::SetFacesOriented ( bool  theIsFacesOriented)
pure virtual

Implemented in SMESH_ActorDef.

Referenced by TSetOrientationEvent::Execute().

◆ SetLineWidth()

virtual void SMESH_Actor::SetLineWidth ( double  theVal)
pure virtual

Implemented in SMESH_ActorDef.

Referenced by SMESHGUI::restoreVisualParameters().

◆ SetNodeColor()

virtual void SMESH_Actor::SetNodeColor ( double  r,
double  g,
double  b 
)
pure virtual

◆ SetOpenGLClippingPlane()

virtual void SMESH_Actor::SetOpenGLClippingPlane ( )
pure virtual

Implemented in SMESH_ActorDef.

◆ SetOutlineColor()

virtual void SMESH_Actor::SetOutlineColor ( double  r,
double  g,
double  b 
)
pure virtual

Implemented in SMESH_ActorDef.

Referenced by SMESHGUI::restoreVisualParameters().

◆ SetOutlineWidth()

virtual void SMESH_Actor::SetOutlineWidth ( double  theVal)
pure virtual

Implemented in SMESH_ActorDef.

Referenced by SMESHGUI::restoreVisualParameters().

◆ SetPointRepresentation()

◆ SetPointsFontProperties()

virtual void SMESH_Actor::SetPointsFontProperties ( SMESH::LabelFont  family,
int  size,
bool  bold,
bool  italic,
bool  shadow,
double  r,
double  g,
double  b 
)
pure virtual

Implemented in SMESH_ActorDef.

◆ SetPointsLabeled()

virtual void SMESH_Actor::SetPointsLabeled ( bool  theIsPointsLabeled)
pure virtual

◆ SetQuadratic2DRepresentation()

virtual void SMESH_Actor::SetQuadratic2DRepresentation ( EQuadratic2DRepresentation  )
pure virtual

Implemented in SMESH_ActorDef.

◆ SetShrinkFactor()

virtual void SMESH_Actor::SetShrinkFactor ( double  theValue)
pure virtual

Implemented in SMESH_ActorDef.

Referenced by SMESHGUI::restoreVisualParameters().

◆ SetSufaceColor()

virtual void SMESH_Actor::SetSufaceColor ( double  r,
double  g,
double  b,
int  delta 
)
pure virtual

◆ SetVolumeColor()

virtual void SMESH_Actor::SetVolumeColor ( double  r,
double  g,
double  b,
int  delta 
)
pure virtual

◆ SetWireframeOff()

virtual void SMESH_Actor::SetWireframeOff ( bool  isWireframeOff)
pure virtual

◆ UpdateDistribution()

virtual void SMESH_Actor::UpdateDistribution ( )
pure virtual

◆ UpdateFilter()

virtual void SMESH_Actor::UpdateFilter ( )
pure virtual

Implemented in SMESH_ActorDef.

◆ UpdatePlot2Histogram()

virtual SPlot2d_Histogram * SMESH_Actor::UpdatePlot2Histogram ( )
pure virtual

Implemented in SMESH_ActorDef.

Referenced by SMESH::ProcessIn2DViewers().

◆ UpdateScalarBar()

virtual void SMESH_Actor::UpdateScalarBar ( )
pure virtual

Implemented in SMESH_ActorDef.

◆ UpdateSelectionProps()

virtual void SMESH_Actor::UpdateSelectionProps ( )
pure virtual

Implemented in SMESH_ActorDef.

◆ vtkTypeMacro()

SMESH_Actor::vtkTypeMacro ( SMESH_Actor  ,
SALOME_Actor   
)

Field Documentation

◆ theEntry

const char* SMESH_Actor::theEntry

Referenced by SMESH_ActorDef::Init().

◆ theIsClear

const char const char int SMESH_Actor::theIsClear

Referenced by SMESH_ActorDef::Init().

◆ theName

const char const char* SMESH_Actor::theName

Referenced by SMESH_ActorDef::Init().