#include <VISU_Evolution.h>

Public Types | |
| typedef VISU::Base | TInterface |
Public Member Functions | |
| VISU_Evolution_i (SALOMEDS::Study_ptr theStudy, VISU::XYPlot_ptr theXYPlot=VISU::XYPlot::_nil()) | |
| ~VISU_Evolution_i () | |
| virtual VISU::VISUType | GetType () |
| virtual bool | setField (SALOMEDS::SObject_ptr theField) |
| virtual void | setPointId (CORBA::Long thePointId) |
| virtual void | setComponentId (CORBA::Long theComponentId) |
| virtual CORBA::Boolean | showEvolution () |
| virtual void | restoreFromStudy (SALOMEDS::SObject_ptr theField) |
| virtual char * | GetID () |
Static Public Member Functions | |
| static CORBA::ORB_var | GetORB () |
| static PortableServer::POA_var | GetPOA () |
| static SALOME_NamingService * | GetNS () |
| static SALOME_LifeCycleCORBA * | GetLCC () |
| static VISU_Gen_i * | GetVisuGenImpl () |
Protected Attributes | |
| std::string | myID |
Static Protected Attributes | |
| static QMutex * | myMutex = NULL |
| static CORBA::ORB_var | myOrb |
| static PortableServer::POA_var | myPoa |
| static SALOME_NamingService * | myNamingService |
| static VISU_Gen_i * | myVisuGenImpl |
| static SALOME_LifeCycleCORBA * | myEnginesLifeCycle |
Private Attributes | |
| VISU_Evolution * | myEngine |
typedef VISU::Base VISU.Base_i.TInterface [inherited] |
Reimplemented in VISU.ColoredPrs3d_i, VISU.CutLines_i, VISU.CutLinesBase_i, VISU.CutPlanes_i, VISU.CutSegment_i, VISU.DeformedShape_i, VISU.DeformedShapeAndScalarMap_i, VISU.GaussPoints_i, VISU.IsoSurfaces_i, VISU.Mesh_i, VISU.MonoColorPrs_i, VISU.Plot3D_i, VISU.Prs3d_i, VISU.ScalarMap_i, VISU.StreamLines_i, VISU.Vectors_i, VISU.XYPlot_i, VISU.TableView_i, and VISU.View3D_i.
| VISU_Evolution_i::VISU_Evolution_i | ( | SALOMEDS::Study_ptr | theStudy, |
| VISU::XYPlot_ptr | theXYPlot = VISU::XYPlot::_nil() |
||
| ) |
References myEngine.
| VISU_Evolution_i::~VISU_Evolution_i | ( | ) |
References myEngine.
| virtual VISU::VISUType VISU_Evolution_i.GetType | ( | ) | [virtual] |
Implements VISU.Base_i.
References VISU.TEVOLUTION.
| bool VISU_Evolution_i::setField | ( | SALOMEDS::SObject_ptr | theField | ) | [virtual] |
References myEngine, and VISU_Evolution.setField().
| void VISU_Evolution_i::setPointId | ( | CORBA::Long | thePointId | ) | [virtual] |
References myEngine, and VISU_Evolution.setPointId().
| void VISU_Evolution_i::setComponentId | ( | CORBA::Long | theComponentId | ) | [virtual] |
References myEngine, and VISU_Evolution.setComponentId().
| CORBA::Boolean VISU_Evolution_i::showEvolution | ( | ) | [virtual] |
References myEngine, and VISU_Evolution.showEvolution().
| void VISU_Evolution_i::restoreFromStudy | ( | SALOMEDS::SObject_ptr | theField | ) | [virtual] |
References myEngine, and VISU_Evolution.restoreFromStudy().
| char * VISU.Base_i::GetID | ( | ) | [virtual, inherited] |
Reimplemented in VISU.VISU_Gen_i, and VISU.VISU_Gen_i.
| static CORBA::ORB_var VISU.Base_i.GetORB | ( | ) | [static, inherited] |
| static PortableServer::POA_var VISU.Base_i.GetPOA | ( | ) | [static, inherited] |
| static SALOME_NamingService* VISU.Base_i.GetNS | ( | ) | [static, inherited] |
References visu.myNamingService.
| static SALOME_LifeCycleCORBA* VISU.Base_i.GetLCC | ( | ) | [static, inherited] |
| static VISU_Gen_i* VISU.Base_i.GetVisuGenImpl | ( | ) | [static, inherited] |
VISU_Evolution* VISU_Evolution_i.myEngine [private] |
std::string VISU.Base_i.myID [protected, inherited] |
QMutex * VISU.Base_i::myMutex = NULL [static, protected, inherited] |
CORBA::ORB_var VISU.Base_i::myOrb [static, protected, inherited] |
PortableServer::POA_var VISU.Base_i::myPoa [static, protected, inherited] |
SALOME_NamingService * VISU.Base_i::myNamingService [static, protected, inherited] |
VISU_Gen_i * VISU.Base_i::myVisuGenImpl [static, protected, inherited] |
SALOME_LifeCycleCORBA * VISU.Base_i::myEnginesLifeCycle [static, protected, inherited] |