Version: 6.3.1
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Member Functions | Protected Attributes | Static Protected Attributes | Private Member Functions | Private Attributes | Static Private Attributes | Friends

VISU.ColoredPrs3dHolder_i Class Reference

#include <VISU_ColoredPrs3dHolder_i.hh>

Inheritance diagram for VISU.ColoredPrs3dHolder_i:
Inheritance graph

Public Types

typedef RemovableObject_i TSuperClass
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
typedef VISU::Base TInterface

Public Member Functions

 ColoredPrs3dHolder_i (VISU::ColoredPrs3dCache_i &theCache)
 A constructor to create an instance of the class.
virtual ~ColoredPrs3dHolder_i ()
virtual CORBA::Boolean Apply (VISU::ColoredPrs3d_ptr thePrs3d, const VISU::ColoredPrs3dHolder::BasicInput &theInput, VISU::View3D_ptr theView3D)
 Apply input parameters to last visited presentation in the cache.
VISU::ColoredPrs3d_iGetPrs3dDevice ()
 Gets the last visited presentation in the cache.
virtual VISU::ColoredPrs3d_ptr GetDevice ()
 Gets the last visited presentation in the cache.
virtual
VISU::ColoredPrs3dHolder::TimeStampsRange
GetTimeStampsRange ()
 Gets TimeStampsRange information from the last visited presentation.
VISU::ColoredPrs3dHolder::BasicInputGetBasicInput ()
 Gets input parameters of the last visited presentation.
VISU::ColoredPrs3dCache_ptr GetCache ()
 Gets a ColoredPrs3dCache, to which the holder belongs.
virtual CORBA::Float GetMemorySize ()
 Gets memory size actually used by the holder (Mb).
virtual VISU::VISUType GetType ()
virtual VISU::VISUType GetPrsType ()
virtual void RemoveFromStudy ()
virtual const char * GetComment () const
virtual void ToStream (std::ostringstream &)
virtual QString GenerateName ()
SALOMEDS::Study_var GetStudyDocument () const
SalomeApp_Study * GetGUIStudy () const
virtual std::string GetEntry ()
virtual std::string GetName () const
virtual void SetName (const std::string &theName, bool theIsUpdateStudyAttr)
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 StorableStorableEngine (SALOMEDS::SObject_ptr theSObject, const Storable::TRestoringMap &theMap, const std::string &thePrefix, CORBA::Boolean theIsMultiFile)
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 ()

Static Public Attributes

static const std::string myComment = "COLOREDPRS3DHOLDER"

Protected Member Functions

void SetStudyDocument (SALOMEDS::Study_ptr theStudy)

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_imyVisuGenImpl
static SALOME_LifeCycleCORBA * myEnginesLifeCycle

Private Member Functions

 ColoredPrs3dHolder_i ()
 ColoredPrs3dHolder_i (const ColoredPrs3dHolder_i &)
void PublishInStudy (const std::string &theName, const std::string &theIconName, const std::string &theComment)

Private Attributes

VISU::ColoredPrs3dCache_imyCache

Static Private Attributes

static int myNbHolders = 0

Friends

class ColoredPrs3dCache_i

Detailed Description

Interface of 3d presentation's holder, which represents colored 3d presentations, created on fields. It is publishing in the object browser in a separate folder and can be controled by viewer's slider.


Member Typedef Documentation

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.

typedef VISU::Base VISU.Base_i.TInterface [inherited]

Constructor & Destructor Documentation

VISU.ColoredPrs3dHolder_i.ColoredPrs3dHolder_i ( ) [private]
VISU.ColoredPrs3dHolder_i.ColoredPrs3dHolder_i ( const ColoredPrs3dHolder_i ) [private]
VISU.ColoredPrs3dHolder_i::ColoredPrs3dHolder_i ( VISU::ColoredPrs3dCache_i theCache) [explicit]

References MESSAGE, and MYDEBUG.

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

References MESSAGE, and MYDEBUG.


Member Function Documentation

CORBA::Boolean VISU.ColoredPrs3dHolder_i::Apply ( VISU::ColoredPrs3d_ptr  thePrs3d,
const VISU::ColoredPrs3dHolder::BasicInput theInput,
VISU::View3D_ptr  theView3D 
) [virtual]

References VISU.GetServant().

VISU::ColoredPrs3d_i * VISU.ColoredPrs3dHolder_i::GetPrs3dDevice ( )
VISU::ColoredPrs3d_ptr VISU.ColoredPrs3dHolder_i::GetDevice ( ) [virtual]
VISU::ColoredPrs3dHolder::TimeStampsRange * VISU.ColoredPrs3dHolder_i::GetTimeStampsRange ( ) [virtual]
VISU::ColoredPrs3dHolder::BasicInput * VISU.ColoredPrs3dHolder_i::GetBasicInput ( )
VISU::ColoredPrs3dCache_ptr VISU.ColoredPrs3dHolder_i::GetCache ( )
CORBA::Float VISU.ColoredPrs3dHolder_i::GetMemorySize ( ) [virtual]
virtual VISU::VISUType VISU.ColoredPrs3dHolder_i.GetType ( ) [virtual]

Implements VISU.Base_i.

References VISU.TCOLOREDPRS3DHOLDER.

VISU::VISUType VISU.ColoredPrs3dHolder_i::GetPrsType ( ) [virtual]
void VISU.ColoredPrs3dHolder_i::RemoveFromStudy ( ) [virtual]
const char * VISU.ColoredPrs3dHolder_i::GetComment ( ) const [virtual]

Implements VISU.Storable.

void VISU.ColoredPrs3dHolder_i::ToStream ( std::ostringstream &  theStr) [virtual]
VISU::Storable * VISU.ColoredPrs3dHolder_i::StorableEngine ( SALOMEDS::SObject_ptr  theSObject,
const Storable::TRestoringMap theMap,
const std::string thePrefix,
CORBA::Boolean  theIsMultiFile 
) [static]
QString VISU.ColoredPrs3dHolder_i::GenerateName ( ) [virtual]

References VISU.GenerateName().

void VISU.ColoredPrs3dHolder_i::PublishInStudy ( const std::string theName,
const std::string theIconName,
const std::string theComment 
) [private]
SALOMEDS::Study_var VISU.RemovableObject_i::GetStudyDocument ( ) const [inherited]

Reimplemented in VISU.Result_i.

SalomeApp_Study * VISU.RemovableObject_i::GetGUIStudy ( ) const [inherited]
std::string VISU.RemovableObject_i::GetEntry ( ) [virtual, inherited]

Reimplemented in VISU.Result_i.

std::string VISU.RemovableObject_i::GetName ( ) const [virtual, inherited]
void VISU.RemovableObject_i::SetName ( const std::string theName,
bool  theIsUpdateStudyAttr 
) [virtual, inherited]
void VISU.RemovableObject_i::SetStudyDocument ( SALOMEDS::Study_ptr  theStudy) [protected, inherited]

References VISU.GetGUIStudy().

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]

Friends And Related Function Documentation

friend class ColoredPrs3dCache_i [friend]

Field Documentation

const string VISU.ColoredPrs3dHolder_i::myComment = "COLOREDPRS3DHOLDER" [static]
int VISU.ColoredPrs3dHolder_i::myNbHolders = 0 [static, 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]
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