#include <VISU_Result_i.hh>

Data Structures | |
| struct | TGridInfo |
Public Types | |
| enum | ESourceId { eRestoredComponent = -2, eRestoredFile = -1, eSavedFile = 0, eFile = 1, eComponent = 2 } |
| enum | ECreationId { eImportFile, eCopyAndImportFile, eImportMed, eImportMedField } |
| enum | TAxis { AXIS_X = 0, AXIS_Y, AXIS_Z } |
| typedef boost::signal0< void > | TUpdateObserverSignal |
| typedef VISU_Convertor | TInput |
| typedef boost::shared_ptr< TInput > | PInput |
| typedef std::string | TFileName |
| typedef std::vector< TFileName > | TFileNames |
| typedef std::vector < vtkFloatingPointType > | TAxisInfo |
| typedef Storable | 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 VISU::Base | TInterface |
Public Member Functions | |
| virtual void | RemoveFromStudy () |
| virtual VISU::VISUType | GetType () |
| virtual CORBA::Boolean | BuildAll () |
| virtual CORBA::Boolean | Build (CORBA::Boolean theIsBuildAll, CORBA::Boolean theIsAtOnce) |
| virtual CORBA::Boolean | ExportMED (const char *theFileName) |
| virtual CORBA::Boolean | IsDone () |
| virtual CORBA::Boolean | IsEntitiesDone () |
| virtual void | SetBuildFields (CORBA::Boolean theIsBuildFields, CORBA::Boolean theIsCalculateMinMax) |
| virtual CORBA::Boolean | IsFieldsDone () |
| virtual void | SetBuildGroups (CORBA::Boolean theIsBuildGroups) |
| virtual CORBA::Boolean | IsGroupsDone () |
| virtual CORBA::Boolean | IsMinMaxDone () |
| virtual CORBA::Boolean | IsPartsDone () |
| virtual VISU::Result::EntityNames * | GetMeshNames () |
| virtual VISU::Result::Entities * | GetEntities (const char *theMeshName) |
| virtual VISU::Result::EntityNames * | GetFamilies (const char *theMeshName, Entity theEntity) |
| virtual VISU::Result::EntityNames * | GetGroups (const char *theMeshName) |
| virtual VISU::Result::EntityNames * | GetFields (const char *theMeshName, Entity theEntity) |
| virtual VISU::Result::TimeStampNumbers * | GetTimeStampNumbers (const char *theMeshName, Entity theEntity, const char *theFieldName) |
| virtual VISU::double_array * | GetTimeStampValues (const char *theMeshName, Entity theEntity, const char *theFieldName) |
| virtual CORBA::Long | GetNumberOfComponents (const char *theMeshName, Entity theEntity, const char *theFieldName) |
| virtual VISU::Result::EntityNames * | GetPartNames (const char *theMeshName) |
| virtual VISU::Result::Resolutions * | GetResolutions (const char *theMeshName, const char *thePartName) |
| virtual VISU::Result::Resolution | GetResolution (const char *theMeshName, const char *thePartName) |
| virtual void | SetResolution (const char *theMeshName, const char *thePartName, VISU::Result::Resolution theResolution) |
| virtual void | UpdateObservers () |
| virtual void | ConnectObserver (TResultObserver *theObserver, boost::signalslib::connection &theConnection) |
| virtual SALOME_MED::MedFileInfo * | GetMEDFileInfo () |
| virtual size_t | IsPossible () |
| virtual Storable * | Create (const char *theFileName) |
| virtual Storable * | Create (SALOMEDS::SObject_ptr theMedSObject) |
| virtual Storable * | Create (SALOME_MED::FIELD_ptr theField) |
| virtual Storable * | Restore (SALOMEDS::SObject_ptr theSObject, const Storable::TRestoringMap &theMap, const std::string &thePrefix, CORBA::Boolean theIsMultiFile) |
| virtual void | ToStream (std::ostringstream &theStr) |
| virtual bool | Save (SALOMEDS::SComponent_ptr theComponent, const std::string &theURL, bool theIsMultiFile, bool theIsASCII, TFileNames &theFileNames, TFileNames &theFiles) |
| 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 const char * | GetComment () const |
| virtual PInput | GetInput (const std::string &theMeshName="", VISU::Entity theEntity=VISU::NONE, const std::string &theFieldName="", CORBA::Long theTimeStampNumber=-1) |
| virtual std::string | GetInitFileName () const |
| virtual void | SetInitFileName (const std::string &theFileName) |
| virtual std::string | GetFileName () const |
| QFileInfo | GetFileInfo () const |
| ECreationId | GetCreationId () const |
| std::string | GetEntry () |
| SALOMEDS::SObject_var | GetSObject () const |
| SALOMEDS::Study_var | GetStudyDocument () const |
| _PTR (Study) GetStudy() const | |
| SALOMEDS::SComponent_var | GetSComponent () const |
| std::string | GetEntry (const Storable::TRestoringMap &theRestoringMap) |
| const TAxisInfo * | GetAxisInfo (const std::string &theMeshName, TAxis theAxis, gp_Dir &thePlaneNormal) |
| SalomeApp_Study * | GetGUIStudy () const |
| virtual std::string | GetName () const |
| virtual void | SetName (const std::string &theName, bool theIsUpdateStudyAttr) |
| std::string | ToString () |
| virtual char * | GetID () |
Static Public Member Functions | |
| static Result_i * | New (SALOMEDS::Study_ptr theStudy, const ESourceId &theSourceId, const ECreationId &theCreationId, CORBA::Boolean theIsBuildImmediately, CORBA::Boolean theIsBuildFields, CORBA::Boolean theIsBuildMinMax, CORBA::Boolean theIsBuildGroups) |
| static Storable * | StorableEngine (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 Storable * | Create (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_i * | GetVisuGenImpl () |
Static Public Attributes | |
| static const std::string | myComment = "RESULT" |
Protected Member Functions | |
| Result_i (SALOMEDS::Study_ptr theStudy, const ESourceId &theSourceId, const ECreationId &theCreationId, CORBA::Boolean theIsBuildImmediately, CORBA::Boolean theIsBuildFields, CORBA::Boolean theIsBuildMinMax, CORBA::Boolean theIsBuildGroups) | |
| Result_i () | |
| virtual | ~Result_i () |
| virtual Storable * | Build (SALOMEDS::SObject_ptr theSObject, CORBA::Boolean theIsAtOnce=true) |
| virtual void | BuildDataTree (const std::string &theResultEntry) |
| virtual Storable * | BuildAll (SALOMEDS::SObject_ptr theSObject) |
| ESourceId | GetSourceId () const |
| _PTR (Study) myStudy | |
| void | SetStudyDocument (SALOMEDS::Study_ptr theStudy) |
Protected Attributes | |
| CORBA::Boolean | myIsBuildImmediately |
| CORBA::Boolean | myIsEntitiesDone |
| CORBA::Boolean | myIsFieldsDone |
| CORBA::Boolean | myIsBuildFields |
| CORBA::Boolean | myIsGroupsDone |
| CORBA::Boolean | myIsBuildGroups |
| CORBA::Boolean | myIsPartsDone |
| CORBA::Boolean | myIsBuildParts |
| CORBA::Boolean | myIsMinMaxDone |
| CORBA::Boolean | myIsBuildMinMax |
| TUpdateObserverSignal | myUpdateObserverSignal |
| CORBA::Boolean | myIsAllDone |
| 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 Member Functions | |
| Result_i (const Result_i &) | |
Private Attributes | |
| ESourceId | mySourceId |
| ECreationId | myCreationId |
| PInput | myInput |
| std::string | myFileName |
| QFileInfo | myFileInfo |
| std::string | myInitFileName |
| SALOMEDS::SObject_var | mySObject |
| SALOMEDS::Study_var | myStudyDocument |
| SALOMEDS::SComponent_var | mySComponent |
| std::map< std::string, TGridInfo > | myMeshName2GridInfoMap |
| typedef boost::signal0<void> VISU.Result_i.TUpdateObserverSignal |
| typedef VISU_Convertor VISU.Result_i.TInput |
| typedef boost::shared_ptr<TInput> VISU.Result_i.PInput |
| typedef std::string VISU.Result_i.TFileName |
Reimplemented from VISU.Storable.
| typedef std::vector<TFileName> VISU.Result_i.TFileNames |
Reimplemented from VISU.Storable.
| typedef std::vector< vtkFloatingPointType > VISU.Result_i.TAxisInfo |
typedef Storable VISU.RemovableObject_i.TSuperClass [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.PrsObject_i, VISU.ScalarMap_i, VISU.StreamLines_i, and VISU.Vectors_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::map<std::string, TStorableEngine> VISU.Storable.TStorableEngineMap [inherited] |
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.Result_i.Result_i | ( | const Result_i & | ) | [private] |
| VISU.Result_i::Result_i | ( | SALOMEDS::Study_ptr | theStudy, |
| const ESourceId & | theSourceId, | ||
| const ECreationId & | theCreationId, | ||
| CORBA::Boolean | theIsBuildImmediately, | ||
| CORBA::Boolean | theIsBuildFields, | ||
| CORBA::Boolean | theIsBuildMinMax, | ||
| CORBA::Boolean | theIsBuildGroups | ||
| ) | [protected] |
References MESSAGE, MYDEBUG, visu_big_table.myStudy, and VISU.Result_i.myStudyDocument.
| VISU.Result_i::~Result_i | ( | ) | [protected, virtual] |
References MESSAGE, and VISU.RemoveFile().
| VISU::Result_i * VISU.Result_i::New | ( | SALOMEDS::Study_ptr | theStudy, |
| const ESourceId & | theSourceId, | ||
| const ECreationId & | theCreationId, | ||
| CORBA::Boolean | theIsBuildImmediately, | ||
| CORBA::Boolean | theIsBuildFields, | ||
| CORBA::Boolean | theIsBuildMinMax, | ||
| CORBA::Boolean | theIsBuildGroups | ||
| ) | [static] |
References RESULT_CLASS_NAME.
| void VISU.Result_i::RemoveFromStudy | ( | ) | [virtual] |
References VISU.Execute(), and VISU.RemoveFromStudy().
| virtual VISU::VISUType VISU.Result_i.GetType | ( | ) | [virtual] |
Implements VISU.Base_i.
References VISU.TRESULT.
| CORBA::Boolean VISU.Result_i::BuildAll | ( | ) | [virtual] |
References visu_cache.aFieldName, batchmode_visu_view3d.aMeshName, batchmode_visu_view3d.anEntity, MESSAGE, and MYDEBUG.
| CORBA::Boolean VISU.Result_i::Build | ( | CORBA::Boolean | theIsBuildAll, |
| CORBA::Boolean | theIsAtOnce | ||
| ) | [virtual] |
References batchmode_visu_table.aPixmap.
| bool VISU.Result_i::ExportMED | ( | const char * | theFileName | ) | [virtual] |
References COPY_COMMAND, MESSAGE, and MYDEBUG.
| CORBA::Boolean VISU.Result_i::IsDone | ( | ) | [virtual] |
| CORBA::Boolean VISU.Result_i::IsEntitiesDone | ( | ) | [virtual] |
| void VISU.Result_i::SetBuildFields | ( | CORBA::Boolean | theIsBuildFields, |
| CORBA::Boolean | theIsCalculateMinMax | ||
| ) | [virtual] |
| CORBA::Boolean VISU.Result_i::IsFieldsDone | ( | ) | [virtual] |
| void VISU.Result_i::SetBuildGroups | ( | CORBA::Boolean | theIsBuildGroups | ) | [virtual] |
| CORBA::Boolean VISU.Result_i::IsGroupsDone | ( | ) | [virtual] |
| CORBA::Boolean VISU.Result_i::IsMinMaxDone | ( | ) | [virtual] |
| CORBA::Boolean VISU.Result_i::IsPartsDone | ( | ) | [virtual] |
| VISU::Result::EntityNames * VISU.Result_i::GetMeshNames | ( | ) | [virtual] |
References batchmode_visu_table.aName, visu_cache.aResult, and VISU.GetInput().
| VISU::Result::Entities * VISU.Result_i::GetEntities | ( | const char * | theMeshName | ) | [virtual] |
References batchmode_visu_view3d.anEntity, and VISU.GetInput().
| VISU::Result::EntityNames * VISU.Result_i::GetFamilies | ( | const char * | theMeshName, |
| VISU::Entity | theEntity | ||
| ) | [virtual] |
| VISU::Result::EntityNames * VISU.Result_i::GetGroups | ( | const char * | theMeshName | ) | [virtual] |
References batchmode_visu_table.aName, visu_cache.aResult, and VISU.GetInput().
| VISU::Result::EntityNames * VISU.Result_i::GetFields | ( | const char * | theMeshName, |
| VISU::Entity | theEntity | ||
| ) | [virtual] |
| VISU::Result::TimeStampNumbers * VISU.Result_i::GetTimeStampNumbers | ( | const char * | theMeshName, |
| VISU::Entity | theEntity, | ||
| const char * | theFieldName | ||
| ) | [virtual] |
| VISU::double_array * VISU.Result_i::GetTimeStampValues | ( | const char * | theMeshName, |
| VISU::Entity | theEntity, | ||
| const char * | theFieldName | ||
| ) | [virtual] |
References batchmode_visu_view3d.anEntity, visu_cache.aResult, and VISU.GetInput().
| CORBA::Long VISU.Result_i::GetNumberOfComponents | ( | const char * | theMeshName, |
| VISU::Entity | theEntity, | ||
| const char * | theFieldName | ||
| ) | [virtual] |
References batchmode_visu_view3d.anEntity, visu_cache.aResult, and VISU.GetInput().
| VISU::Result::EntityNames * VISU.Result_i::GetPartNames | ( | const char * | theMeshName | ) | [virtual] |
References visu_cache.aResult.
| VISU::Result::Resolutions * VISU.Result_i::GetResolutions | ( | const char * | theMeshName, |
| const char * | thePartName | ||
| ) | [virtual] |
References visu_cache.aResult.
| VISU::Result::Resolution VISU.Result_i::GetResolution | ( | const char * | theMeshName, |
| const char * | thePartName | ||
| ) | [virtual] |
References VISU.Result.HIDDEN.
| void VISU.Result_i::SetResolution | ( | const char * | theMeshName, |
| const char * | thePartName, | ||
| VISU::Result::Resolution | theResolution | ||
| ) | [virtual] |
| void VISU.Result_i::UpdateObservers | ( | ) | [virtual] |
References VISU.Execute().
| void VISU.Result_i::ConnectObserver | ( | TResultObserver * | theObserver, |
| boost::signalslib::connection & | theConnection | ||
| ) | [virtual] |
References VISU.TResultObserver.UpdateFromResult().
| SALOME_MED::MedFileInfo * VISU.Result_i::GetMEDFileInfo | ( | ) | [virtual] |
| VISU::Storable * VISU.Result_i::Build | ( | SALOMEDS::SObject_ptr | theSObject, |
| CORBA::Boolean | theIsAtOnce = true |
||
| ) | [protected, virtual] |
| void VISU.Result_i::BuildDataTree | ( | const std::string & | theResultEntry | ) | [protected, virtual] |
References VISU.BuildEntities(), VISU.BuildFieldDataTree(), VISU.BuildGroups(), and visu_big_table.myStudy.
| VISU::Storable * VISU.Result_i::BuildAll | ( | SALOMEDS::SObject_ptr | theSObject | ) | [protected, virtual] |
| VISU::Result_i::ESourceId VISU.Result_i::GetSourceId | ( | ) | const [protected] |
| VISU.Result_i._PTR | ( | Study | ) | [protected] |
| size_t VISU.Result_i::IsPossible | ( | ) | [virtual] |
References visu_cache.aResult, VISU_PipeLine.CheckAvailableMemory(), and MESSAGE.
| VISU::Storable * VISU.Result_i::Create | ( | const char * | theFileName | ) | [virtual] |
| VISU::Storable * VISU.Result_i::Create | ( | SALOMEDS::SObject_ptr | theMedSObject | ) | [virtual] |
References CreateMEDConvertor(), VISU.GenerateName(), VISU.GetComponentDataType(), MESSAGE, MYDEBUG, and visu.SetName().
| VISU::Storable * VISU.Result_i::Create | ( | SALOME_MED::FIELD_ptr | theField | ) | [virtual] |
References CreateMEDFieldConvertor(), VISU.GenerateName(), MESSAGE, MYDEBUG, and visu.SetName().
| VISU::Storable * VISU.Result_i::Restore | ( | SALOMEDS::SObject_ptr | theSObject, |
| const Storable::TRestoringMap & | theMap, | ||
| const std::string & | thePrefix, | ||
| CORBA::Boolean | theIsMultiFile | ||
| ) | [virtual] |
| VISU::Storable * VISU.Result_i::StorableEngine | ( | SALOMEDS::SObject_ptr | theSObject, |
| const Storable::TRestoringMap & | theMap, | ||
| const std::string & | thePrefix, | ||
| CORBA::Boolean | theIsMultiFile | ||
| ) | [static] |
References visu_cache.aResult, VISU.Result_i.Restore(), and RESULT_CLASS_NAME.
| void VISU.Result_i::ToStream | ( | std::ostringstream & | theStr | ) | [virtual] |
Implements VISU.Storable.
References VISU.Storable.DataToStream().
| bool VISU.Result_i::Save | ( | SALOMEDS::SComponent_ptr | theComponent, |
| const std::string & | theURL, | ||
| bool | theIsMultiFile, | ||
| bool | theIsASCII, | ||
| TFileNames & | theFileNames, | ||
| TFileNames & | theFiles | ||
| ) | [virtual] |
| CORBA::Boolean VISU.Result_i::CanCopy | ( | SALOMEDS::SObject_ptr | theObject | ) | [virtual] |
Reimplemented from VISU.Storable.
References VISU.Result_i.eCopyAndImportFile, and VISU.Result_i.eImportFile.
| bool VISU.Result_i::CopyFrom | ( | SALOMEDS::SObject_ptr | theObject, |
| CORBA::Long & | theObjectID, | ||
| const std::string & | theTmpDir, | ||
| TFileNames & | theFileNames | ||
| ) | [virtual] |
Reimplemented from VISU.Storable.
References VISU_Example_06.aFileName, COPY_COMMAND, VISU.Storable.CopyFrom(), MESSAGE, and MYDEBUG.
| const char * VISU.Result_i::GetComment | ( | ) | const [virtual] |
Implements VISU.Storable.
| VISU::Result_i::PInput VISU.Result_i::GetInput | ( | const std::string & | theMeshName = "", |
| VISU::Entity | theEntity = VISU::NONE, |
||
| const std::string & | theFieldName = "", |
||
| CORBA::Long | theTimeStampNumber = -1 |
||
| ) | [virtual] |
| std::string VISU.Result_i::GetInitFileName | ( | ) | const [virtual] |
| void VISU.Result_i::SetInitFileName | ( | const std::string & | theFileName | ) | [virtual] |
| std::string VISU.Result_i::GetFileName | ( | ) | const [virtual] |
References VISU.MakeFileName().
| QFileInfo VISU.Result_i::GetFileInfo | ( | ) | const |
| VISU::Result_i::ECreationId VISU.Result_i::GetCreationId | ( | ) | const |
| std::string VISU.Result_i::GetEntry | ( | ) | [virtual] |
Reimplemented from VISU.RemovableObject_i.
| SALOMEDS::SObject_var VISU.Result_i::GetSObject | ( | ) | const |
| SALOMEDS::Study_var VISU.Result_i::GetStudyDocument | ( | ) | const |
Reimplemented from VISU.RemovableObject_i.
| VISU.Result_i._PTR | ( | Study | ) | const |
| SALOMEDS::SComponent_var VISU.Result_i::GetSComponent | ( | ) | const |
| std::string VISU.Result_i::GetEntry | ( | const Storable::TRestoringMap & | theRestoringMap | ) |
References VISU.Storable.FindEntry().
| const VISU::Result_i::TAxisInfo * VISU.Result_i::GetAxisInfo | ( | const std::string & | theMeshName, |
| TAxis | theAxis, | ||
| gp_Dir & | thePlaneNormal | ||
| ) |
| SalomeApp_Study * VISU.RemovableObject_i::GetGUIStudy | ( | ) | const [inherited] |
| 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] |
References VISU.Storable.DataToStream(), MESSAGE, and MYDEBUG.
| 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] |
References VISU.Storable.FindValue(), MESSAGE, and MYDEBUG.
| VISU::VISUType VISU.Storable::Comment2Type | ( | const std::string & | theComment | ) | [static, inherited] |
References VISU.TALL, VISU.TANIMATION, VISU.TCONTAINER, VISU.TCURVE, VISU.TCUTPLANES, VISU.TCUTSEGMENT, VISU.TDEFORMEDSHAPE, VISU.TDEFORMEDSHAPEANDSCALARMAP, VISU.TENTITY, VISU.TEVOLUTION, VISU.TFAMILY, VISU.TFIELD, VISU.TGAUSSPOINTS, VISU.TGAUSSVIEW, VISU.TGROUP, VISU.TISOSURFACES, VISU.TMESH, VISU.TNONE, VISU.TPART, VISU.TPLOT3D, VISU.TPOINTMAP3D, VISU.TRESULT, VISU.TSCALARMAP, VISU.TSTREAMLINES, VISU.TTABLE, VISU.TTABLEVIEW, VISU.TTIMESTAMP, VISU.TVECTORS, VISU.TVIEW3D, VISU.TVIEWMANAGER, VISU.TVISUGEN, and VISU.TXYPLOT.
| VISU::VISUType VISU.Storable::RestoringMap2Type | ( | const TRestoringMap & | theRestoringMap | ) | [static, inherited] |
References VISU.Storable.FindValue().
| VISU::VISUType VISU.Storable::Stream2Type | ( | const std::string & | thePersistentString | ) | [static, inherited] |
References VISU.Storable.StringToMap(), and VISU.TNONE.
| 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] |
References VISU.Storable.FindValue(), and VISU.Storable.StringToMap().
| std::string VISU.Storable::FindEntry | ( | SALOMEDS::Study_ptr | theStudyDocument, |
| const std::string & | theStartEntry, | ||
| const TRestoringMap & | theRestoringMap, | ||
| int | IsAllLevels = true |
||
| ) | [static, inherited] |
References VISU.Storable.StringToMap().
| QString VISU.Storable::FindValue | ( | const TRestoringMap & | theMap, |
| const std::string & | theArg, | ||
| bool * | theIsFind = NULL |
||
| ) | [static, inherited] |
| 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] |
References batchmode_visu_table.aName, MESSAGE, and MYDEBUG.
| Storable::TRestoringMap VISU.Storable::GetStorableMap | ( | _PTR(SObject) | theSObject | ) | [static, inherited] |
References VISU._PTR(), and VISU.Storable.StringToMap().
| 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] |
| 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] |
ESourceId VISU.Result_i.mySourceId [private] |
ECreationId VISU.Result_i.myCreationId [private] |
PInput VISU.Result_i.myInput [private] |
std::string VISU.Result_i.myFileName [private] |
QFileInfo VISU.Result_i.myFileInfo [private] |
std::string VISU.Result_i.myInitFileName [private] |
CORBA::Boolean VISU.Result_i.myIsBuildImmediately [protected] |
CORBA::Boolean VISU.Result_i.myIsEntitiesDone [protected] |
CORBA::Boolean VISU.Result_i.myIsFieldsDone [protected] |
CORBA::Boolean VISU.Result_i.myIsBuildFields [protected] |
CORBA::Boolean VISU.Result_i.myIsGroupsDone [protected] |
CORBA::Boolean VISU.Result_i.myIsBuildGroups [protected] |
CORBA::Boolean VISU.Result_i.myIsPartsDone [protected] |
CORBA::Boolean VISU.Result_i.myIsBuildParts [protected] |
CORBA::Boolean VISU.Result_i.myIsMinMaxDone [protected] |
CORBA::Boolean VISU.Result_i.myIsBuildMinMax [protected] |
CORBA::Boolean VISU.Result_i.myIsAllDone [protected] |
const string VISU.Result_i::myComment = "RESULT" [static] |
SALOMEDS::SObject_var VISU.Result_i.mySObject [private] |
SALOMEDS::Study_var VISU.Result_i.myStudyDocument [private] |
Reimplemented from VISU.RemovableObject_i.
SALOMEDS::SComponent_var VISU.Result_i.mySComponent [private] |
std::map< std::string, TGridInfo > VISU.Result_i.myMeshName2GridInfoMap [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] |