Version: 6.3.1
Public Types | Public Member Functions | Static Public Member Functions | Data Fields | Static Public Attributes | Protected Attributes | Static Protected Attributes

VISU.View3D_i Class Reference

#include <VISU_View_i.hh>

Inheritance diagram for VISU.View3D_i:
Inheritance graph

Public Types

typedef VISU::View3D TInterface
typedef std::map< std::string,
QString > 
TRestoringMap
typedef Storable *(* TStorableEngine )(SALOMEDS::SObject_ptr theSObject, const TRestoringMap &theMap, const std::string &thePrefix, CORBA::Boolean theIsMultiFile)
typedef std::map< std::string,
TStorableEngine
TStorableEngineMap
typedef std::string TFileName
typedef std::vector< TFileNameTFileNames

Public Member Functions

 View3D_i (SalomeApp_Application *theApplication)
virtual ~View3D_i ()
virtual VISU::VISUType GetType ()
virtual void SetTitle (const char *theTitle)
virtual char * GetTitle ()
virtual void EraseAll ()
virtual void DisplayAll ()
virtual void Erase (PrsObject_ptr thePrsObj)
virtual void Display (PrsObject_ptr thePrsObj)
virtual void DisplayOnly (PrsObject_ptr thePrsObj)
virtual void Update ()
virtual void FitAll ()
virtual void SetView (VISU::View3D::ViewType theType)
virtual void SetPointOfView (const VISU::View3D::XYZ theCoord)
virtual VISU::View3D::XYZ_slice * GetPointOfView ()
virtual void SetViewUp (const VISU::View3D::XYZ theDir)
virtual VISU::View3D::XYZ_slice * GetViewUp ()
virtual void SetFocalPoint (const VISU::View3D::XYZ theCoord)
virtual VISU::View3D::XYZ_slice * GetFocalPoint ()
virtual void SetParallelScale (CORBA::Double theScale)
virtual CORBA::Double GetParallelScale ()
virtual void ScaleView (VISU::View3D::Axis theAxis, CORBA::Double theParam)
virtual void RemoveScale ()
virtual CORBA::Boolean SaveViewParams (const char *theViewParamsName)
virtual CORBA::Boolean RestoreViewParams (const char *theViewParamsName)
virtual void Close ()
virtual PresentationType GetPresentationType (ScalarMap_ptr thePrs)
virtual CORBA::Boolean IsShrinked (ScalarMap_ptr thePrs)
virtual CORBA::Boolean IsShaded (ScalarMap_ptr thePrs)
virtual CORBA::Double GetOpacity (ScalarMap_ptr thePrs)
virtual CORBA::Double GetLineWidth (ScalarMap_ptr thePrs)
virtual Quadratic2DPresentationType GetQuadratic2DPresentationType (ScalarMap_ptr thePrs)
virtual char * SetPresentationType (ScalarMap_ptr thePrs, PresentationType thePrsType)
virtual char * SetShrinked (ScalarMap_ptr thePrs, CORBA::Boolean isShrinked)
virtual char * SetShaded (ScalarMap_ptr thePrs, CORBA::Boolean isShaded)
virtual char * SetOpacity (ScalarMap_ptr thePrs, CORBA::Double theOpacity)
virtual char * SetLineWidth (ScalarMap_ptr thePrs, CORBA::Double theLineWidth)
virtual char * SetQuadratic2DPresentationType (ScalarMap_ptr thePrs, Quadratic2DPresentationType theType)
virtual StorableCreate (int theNew)
virtual void ToStream (std::ostringstream &theStr)
virtual const char * GetComment () const
virtual void ShowPart (VISU::View::ViewRepresentation ViewRepr, CORBA::Boolean state)
virtual CORBA::Boolean IsPartShown (VISU::View::ViewRepresentation ViewRepr)
virtual void SplitRight ()
virtual void SplitLeft ()
virtual void SplitBottom ()
virtual void SplitTop ()
virtual void OnTop ()
virtual void Attract (VISU::View_ptr theView)
virtual void AttractAll (VISU::View_ptr theView)
virtual void SetRelativePositionInSplitter (CORBA::Double thePosition)
virtual void SetRelativeSizeInSplitter (CORBA::Double theSize)
virtual void SetRelativePositionX (CORBA::Double thePosition)
virtual void SetRelativePositionY (CORBA::Double thePosition)
virtual void SetRelativeSizeX (CORBA::Double theSize)
virtual void SetRelativeSizeY (CORBA::Double theSize)
virtual void SetViewWidth (CORBA::Long Width)
virtual void SetViewHeight (CORBA::Long Height)
virtual CORBA::Long GetViewWidth ()
virtual CORBA::Long GetViewHeight ()
virtual void SetViewPositionHorizontal (VISU::View::ViewPosition ViewPosHor)
virtual void SetViewPositionVertical (VISU::View::ViewPosition ViewPosVer)
virtual void SetRelativePosition (CORBA::Double x, CORBA::Double y)
virtual void SetRelativeSize (CORBA::Double x, CORBA::Double y)
virtual void Minimize ()
virtual void Restore ()
virtual void Maximize ()
virtual void SetBackground (const SALOMEDS::Color &theColor)
virtual SALOMEDS::Color GetBackground ()
virtual CORBA::Boolean SavePicture (const char *theFileName)
SUIT_ViewWindow * GetViewWindow ()
void SetViewWindow (SUIT_ViewWindow *theViewWindow)
std::string ToString ()
virtual CORBA::Boolean CanCopy (SALOMEDS::SObject_ptr theObject)
virtual bool CopyFrom (SALOMEDS::SObject_ptr theObject, CORBA::Long &theObjectID, const std::string &theTmpDir, TFileNames &theFileNames)
virtual char * GetID ()

Static Public Member Functions

static void SetBackground (SUIT_ViewWindow *theViewWindow, const SALOMEDS::Color &theColor)
static SALOMEDS::Color GetBackground (SUIT_ViewWindow *theViewWindow)
static void SetPointOfView (SUIT_ViewWindow *theViewWindow, const CORBA::Double thePosition[3])
static void GetPointOfView (SUIT_ViewWindow *theViewWindow, CORBA::Double thePosition[3])
static void SetViewUp (SUIT_ViewWindow *theViewWindow, const CORBA::Double theViewUp[3])
static void GetViewUp (SUIT_ViewWindow *theViewWindow, CORBA::Double theViewUp[3])
static void SetFocalPoint (SUIT_ViewWindow *theViewWindow, const CORBA::Double theFocalPnt[3])
static void GetFocalPoint (SUIT_ViewWindow *theViewWindow, CORBA::Double theFocalPnt[3])
static void SetParallelScale (SUIT_ViewWindow *theViewWindow, CORBA::Double theScale)
static CORBA::Double GetParallelScale (SUIT_ViewWindow *theViewWindow)
static void ScaleView (SUIT_ViewWindow *theViewWindow, VISU::View3D::Axis theAxis, CORBA::Double theParam)
static std::string ToString (SUIT_ViewWindow *theViewWindow)
static void ToStream (SUIT_ViewWindow *theViewWindow, std::ostringstream &theStr)
static bool SaveViewParams (SUIT_ViewManager *theViewManager, const std::string &theName)
static bool RestoreViewParams (SUIT_ViewManager *theViewManager, const std::string &theName)
static QString GenerateViewParamsName ()
static void Restore (SUIT_ViewWindow *theViewWindow, const Storable::TRestoringMap &theMap)
static void RegistryStorableEngine (const std::string &theComment, TStorableEngine theEngine)
static StorableCreate (SALOMEDS::SObject_ptr theSObject, const std::string &theLocalPersistentID, const std::string &thePrefix, CORBA::Boolean theIsMultiFile)
static VISU::VISUType Comment2Type (const std::string &theComment)
static VISU::VISUType RestoringMap2Type (const TRestoringMap &theRestoringMap)
static VISU::VISUType Stream2Type (const std::string &thePersistentString)
static VISU::VISUType SObject2Type (const _PTR(SObject)&theSObject)
static std::string CorrectPersistentString (const std::string &thePersistentString)
static std::string FindEntry (SALOMEDS::Study_ptr theStudyDocument, const std::string &theStartEntry, const TRestoringMap &theRestoringMap, int IsAllLevels=true)
static QString FindValue (const TRestoringMap &theMap, const std::string &theArg, bool *theIsFind=NULL)
static QString FindValue (const TRestoringMap &theMap, const std::string &theArg, const QString &theDefaultValue)
static void StringToMap (const QString &theString, TRestoringMap &theMap)
static TRestoringMap GetStorableMap (_PTR(SObject) theSObject)
static SALOMEDS::SObject_ptr GetResultSO (SALOMEDS::SObject_ptr theSObject)
static void DataToStream (std::ostringstream &theStr, const QString &theName, const QString &theVal)
static void DataToStream (std::ostringstream &theStr, const QString &theName, int theVal)
static void DataToStream (std::ostringstream &theStr, const QString &theName, long theVal)
static void DataToStream (std::ostringstream &theStr, const QString &theName, double theVal)
static CORBA::ORB_var GetORB ()
static PortableServer::POA_var GetPOA ()
static SALOME_NamingService * GetNS ()
static SALOME_LifeCycleCORBA * GetLCC ()
static VISU_Gen_iGetVisuGenImpl ()

Data Fields

QWidgetmyWorkspace
SalomeApp_Application * myApplication
SUIT_ViewManager * myViewManager

Static Public Attributes

static const std::string myComment = "VIEW3D"

Protected Attributes

std::string myID

Static Protected Attributes

static int myNbViewParams = 0
static QMutex * myMutex = NULL
static CORBA::ORB_var myOrb
static PortableServer::POA_var myPoa
static SALOME_NamingService * myNamingService
static VISU_Gen_imyVisuGenImpl
static SALOME_LifeCycleCORBA * myEnginesLifeCycle

Member Typedef Documentation

Reimplemented from VISU.Base_i.

typedef std::map<std::string, QString> VISU.Storable.TRestoringMap [inherited]
typedef Storable*(* VISU.Storable.TStorableEngine)(SALOMEDS::SObject_ptr theSObject, const TRestoringMap &theMap, const std::string &thePrefix, CORBA::Boolean theIsMultiFile) [inherited]
typedef std::string VISU.Storable.TFileName [inherited]

Reimplemented in VISU.Result_i.

typedef std::vector<TFileName> VISU.Storable.TFileNames [inherited]

Reimplemented in VISU.Result_i.


Constructor & Destructor Documentation

VISU.View3D_i::View3D_i ( SalomeApp_Application *  theApplication)

References MESSAGE, and MYDEBUG.

VISU.View3D_i::~View3D_i ( ) [virtual]

References MESSAGE, and MYDEBUG.


Member Function Documentation

virtual VISU::VISUType VISU.View3D_i.GetType ( ) [virtual]

Implements VISU.Base_i.

References VISU.TVIEW3D.

void VISU.View3D_i::SetTitle ( const char *  theTitle) [virtual]
char * VISU.View3D_i::GetTitle ( ) [virtual]
void VISU.View3D_i::SetBackground ( SUIT_ViewWindow *  theViewWindow,
const SALOMEDS::Color &  theColor 
) [static]
SALOMEDS::Color VISU.View3D_i::GetBackground ( SUIT_ViewWindow *  theViewWindow) [static]
void VISU.View3D_i::EraseAll ( ) [virtual]

Reimplemented from VISU.View_i.

References VISU.eEraseAll, VISU.View_i.GetViewWindow(), MESSAGE, and MYDEBUG.

void VISU.View3D_i::DisplayAll ( ) [virtual]
void VISU.View3D_i::Erase ( PrsObject_ptr  thePrsObj) [virtual]
void VISU.View3D_i::Display ( PrsObject_ptr  thePrsObj) [virtual]
void VISU.View3D_i::DisplayOnly ( PrsObject_ptr  thePrsObj) [virtual]
void VISU.View3D_i::Update ( ) [virtual]
void VISU.View3D_i::FitAll ( ) [virtual]
void VISU.View3D_i::SetView ( VISU::View3D::ViewType  theType) [virtual]
void VISU.View3D_i::SetPointOfView ( SUIT_ViewWindow *  theViewWindow,
const CORBA::Double  thePosition[3] 
) [static]

References VISU.GetCamera().

void VISU.View3D_i::SetPointOfView ( const VISU::View3D::XYZ  theCoord) [virtual]
void VISU.View3D_i::GetPointOfView ( SUIT_ViewWindow *  theViewWindow,
CORBA::Double  thePosition[3] 
) [static]

References VISU.GetCamera().

VISU::View3D::XYZ_slice * VISU.View3D_i::GetPointOfView ( ) [virtual]
void VISU.View3D_i::SetViewUp ( SUIT_ViewWindow *  theViewWindow,
const CORBA::Double  theViewUp[3] 
) [static]

References VISU.GetCamera().

void VISU.View3D_i::SetViewUp ( const VISU::View3D::XYZ  theDir) [virtual]
void VISU.View3D_i::GetViewUp ( SUIT_ViewWindow *  theViewWindow,
CORBA::Double  theViewUp[3] 
) [static]

References VISU.GetCamera().

VISU::View3D::XYZ_slice * VISU.View3D_i::GetViewUp ( ) [virtual]
void VISU.View3D_i::SetFocalPoint ( SUIT_ViewWindow *  theViewWindow,
const CORBA::Double  theFocalPnt[3] 
) [static]

References VISU.GetCamera().

void VISU.View3D_i::SetFocalPoint ( const VISU::View3D::XYZ  theCoord) [virtual]
void VISU.View3D_i::GetFocalPoint ( SUIT_ViewWindow *  theViewWindow,
CORBA::Double  theFocalPnt[3] 
) [static]

References VISU.GetCamera().

VISU::View3D::XYZ_slice * VISU.View3D_i::GetFocalPoint ( ) [virtual]
void VISU.View3D_i::SetParallelScale ( SUIT_ViewWindow *  theViewWindow,
CORBA::Double  theScale 
) [static]

References VISU.GetCamera().

void VISU.View3D_i::SetParallelScale ( CORBA::Double  theScale) [virtual]
CORBA::Double VISU.View3D_i::GetParallelScale ( SUIT_ViewWindow *  theViewWindow) [static]

References VISU.GetCamera().

CORBA::Double VISU.View3D_i::GetParallelScale ( ) [virtual]
void VISU.View3D_i::ScaleView ( SUIT_ViewWindow *  theViewWindow,
VISU::View3D::Axis  theAxis,
CORBA::Double  theParam 
) [static]
void VISU.View3D_i::ScaleView ( VISU::View3D::Axis  theAxis,
CORBA::Double  theParam 
) [virtual]
void VISU.View3D_i::RemoveScale ( ) [virtual]
string VISU.View3D_i::ToString ( SUIT_ViewWindow *  theViewWindow) [static]
void VISU.View3D_i::ToStream ( SUIT_ViewWindow *  theViewWindow,
std::ostringstream &  theStr 
) [static]
bool VISU.View3D_i::SaveViewParams ( SUIT_ViewManager *  theViewManager,
const std::string theName 
) [static]
CORBA::Boolean VISU.View3D_i::SaveViewParams ( const char *  theViewParamsName) [virtual]
bool VISU.View3D_i::RestoreViewParams ( SUIT_ViewManager *  theViewManager,
const std::string theName 
) [static]
CORBA::Boolean VISU.View3D_i::RestoreViewParams ( const char *  theViewParamsName) [virtual]
QString VISU.View3D_i::GenerateViewParamsName ( ) [static]
void VISU.View3D_i::Restore ( SUIT_ViewWindow *  theViewWindow,
const Storable::TRestoringMap theMap 
) [static]
void VISU.View3D_i::Close ( ) [virtual]

Implements VISU.View_i.

References VISU.View_i.GetViewWindow().

PresentationType VISU.View3D_i::GetPresentationType ( ScalarMap_ptr  thePrs) [virtual]
CORBA::Boolean VISU.View3D_i::IsShrinked ( ScalarMap_ptr  thePrs) [virtual]
CORBA::Boolean VISU.View3D_i::IsShaded ( ScalarMap_ptr  thePrs) [virtual]
CORBA::Double VISU.View3D_i::GetOpacity ( ScalarMap_ptr  thePrs) [virtual]
CORBA::Double VISU.View3D_i::GetLineWidth ( ScalarMap_ptr  thePrs) [virtual]
Quadratic2DPresentationType VISU.View3D_i::GetQuadratic2DPresentationType ( ScalarMap_ptr  thePrs) [virtual]
char * VISU.View3D_i::SetPresentationType ( ScalarMap_ptr  thePrs,
PresentationType  thePrsType 
) [virtual]
char * VISU.View3D_i::SetShrinked ( ScalarMap_ptr  thePrs,
CORBA::Boolean  isShrinked 
) [virtual]
char * VISU.View3D_i::SetShaded ( ScalarMap_ptr  thePrs,
CORBA::Boolean  isShaded 
) [virtual]
char * VISU.View3D_i::SetOpacity ( ScalarMap_ptr  thePrs,
CORBA::Double  theOpacity 
) [virtual]
char * VISU.View3D_i::SetLineWidth ( ScalarMap_ptr  thePrs,
CORBA::Double  theLineWidth 
) [virtual]
char * VISU.View3D_i::SetQuadratic2DPresentationType ( ScalarMap_ptr  thePrs,
Quadratic2DPresentationType  theType 
) [virtual]
Storable * VISU.View3D_i::Create ( int  theNew) [virtual]
void VISU.View3D_i::ToStream ( std::ostringstream &  theStr) [virtual]
const char * VISU.View3D_i::GetComment ( ) const [virtual]

Reimplemented from VISU.View_i.

References VISU.View3D_i.myComment.

void VISU.View_i::ShowPart ( VISU::View::ViewRepresentation  ViewRepr,
CORBA::Boolean  state 
) [virtual, inherited]
CORBA::Boolean VISU.View_i::IsPartShown ( VISU::View::ViewRepresentation  ViewRepr) [virtual, inherited]
void VISU.View_i::SplitRight ( ) [virtual, inherited]
void VISU.View_i::SplitLeft ( ) [virtual, inherited]
void VISU.View_i::SplitBottom ( ) [virtual, inherited]
void VISU.View_i::SplitTop ( ) [virtual, inherited]
void VISU.View_i::OnTop ( ) [virtual, inherited]
void VISU.View_i::Attract ( VISU::View_ptr  theView) [virtual, inherited]
void VISU.View_i::AttractAll ( VISU::View_ptr  theView) [virtual, inherited]
void VISU.View_i::SetRelativePositionInSplitter ( CORBA::Double  thePosition) [virtual, inherited]
void VISU.View_i::SetRelativeSizeInSplitter ( CORBA::Double  theSize) [virtual, inherited]
void VISU.View_i::SetRelativePositionX ( CORBA::Double  thePosition) [virtual, inherited]
void VISU.View_i::SetRelativePositionY ( CORBA::Double  thePosition) [virtual, inherited]
void VISU.View_i::SetRelativeSizeX ( CORBA::Double  theSize) [virtual, inherited]
void VISU.View_i::SetRelativeSizeY ( CORBA::Double  theSize) [virtual, inherited]
void VISU.View_i::SetViewWidth ( CORBA::Long  Width) [virtual, inherited]
void VISU.View_i::SetViewHeight ( CORBA::Long  Height) [virtual, inherited]
CORBA::Long VISU.View_i::GetViewWidth ( ) [virtual, inherited]
CORBA::Long VISU.View_i::GetViewHeight ( ) [virtual, inherited]
void VISU.View_i::SetViewPositionHorizontal ( VISU::View::ViewPosition  ViewPosHor) [virtual, inherited]
void VISU.View_i::SetViewPositionVertical ( VISU::View::ViewPosition  ViewPosVer) [virtual, inherited]
void VISU.View_i::SetRelativePosition ( CORBA::Double  x,
CORBA::Double  y 
) [virtual, inherited]
void VISU.View_i::SetRelativeSize ( CORBA::Double  x,
CORBA::Double  y 
) [virtual, inherited]
void VISU.View_i::Minimize ( ) [virtual, inherited]
void VISU.View_i::Restore ( ) [virtual, inherited]
void VISU.View_i::Maximize ( ) [virtual, inherited]
void VISU.View_i::SetBackground ( const SALOMEDS::Color &  theColor) [virtual, inherited]
SALOMEDS::Color VISU.View_i::GetBackground ( ) [virtual, inherited]
CORBA::Boolean VISU.View_i::SavePicture ( const char *  theFileName) [virtual, inherited]
SUIT_ViewWindow * VISU.View_i::GetViewWindow ( ) [inherited]
void VISU.View_i::SetViewWindow ( SUIT_ViewWindow *  theViewWindow) [inherited]
std::string VISU.Storable::ToString ( ) [inherited]
void VISU.Storable::RegistryStorableEngine ( const std::string theComment,
TStorableEngine  theEngine 
) [static, inherited]
Storable * VISU.Storable::Create ( SALOMEDS::SObject_ptr  theSObject,
const std::string theLocalPersistentID,
const std::string thePrefix,
CORBA::Boolean  theIsMultiFile 
) [static, inherited]
VISU::VISUType VISU.Storable::Comment2Type ( const std::string theComment) [static, inherited]
VISU::VISUType VISU.Storable::RestoringMap2Type ( const TRestoringMap theRestoringMap) [static, inherited]
VISU::VISUType VISU.Storable::Stream2Type ( const std::string thePersistentString) [static, inherited]
VISU::VISUType VISU.Storable::SObject2Type ( const _PTR(SObject)&  theSObject) [static, inherited]

References VISU._PTR(), and VISU.TNONE.

std::string VISU.Storable::CorrectPersistentString ( const std::string thePersistentString) [static, inherited]
std::string VISU.Storable::FindEntry ( SALOMEDS::Study_ptr  theStudyDocument,
const std::string theStartEntry,
const TRestoringMap theRestoringMap,
int  IsAllLevels = true 
) [static, inherited]
QString VISU.Storable::FindValue ( const TRestoringMap theMap,
const std::string theArg,
bool *  theIsFind = NULL 
) [static, inherited]

References MESSAGE, and MYDEBUG.

QString VISU.Storable::FindValue ( const TRestoringMap theMap,
const std::string theArg,
const QString &  theDefaultValue 
) [static, inherited]
void VISU.Storable::StringToMap ( const QString &  theString,
TRestoringMap theMap 
) [static, inherited]
Storable::TRestoringMap VISU.Storable::GetStorableMap ( _PTR(SObject)  theSObject) [static, inherited]
static SALOMEDS::SObject_ptr VISU.Storable.GetResultSO ( SALOMEDS::SObject_ptr  theSObject) [static, inherited]
void VISU.Storable::DataToStream ( std::ostringstream &  theStr,
const QString &  theName,
const QString &  theVal 
) [static, inherited]
void VISU.Storable::DataToStream ( std::ostringstream &  theStr,
const QString &  theName,
int  theVal 
) [static, inherited]
void VISU.Storable::DataToStream ( std::ostringstream &  theStr,
const QString &  theName,
long  theVal 
) [static, inherited]
void VISU.Storable::DataToStream ( std::ostringstream &  theStr,
const QString &  theName,
double  theVal 
) [static, inherited]
CORBA::Boolean VISU.Storable::CanCopy ( SALOMEDS::SObject_ptr  theObject) [virtual, inherited]

Reimplemented in VISU.Result_i.

bool VISU.Storable::CopyFrom ( SALOMEDS::SObject_ptr  theObject,
CORBA::Long &  theObjectID,
const std::string theTmpDir,
TFileNames theFileNames 
) [virtual, inherited]

Reimplemented in VISU.Result_i.

References VISU_Example_06.aFileName.

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]

Field Documentation

int VISU.View3D_i::myNbViewParams = 0 [static, protected]
const string VISU.View3D_i::myComment = "VIEW3D" [static]
SalomeApp_Application* VISU.View_i.myApplication [inherited]
SUIT_ViewManager* VISU.View_i.myViewManager [inherited]
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]
Copyright © 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
Copyright © 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS