#include <VISU_PointMap3d_i.hh>

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< TFileName > | TFileNames |
| typedef VISU::Base | TInterface |
Public Member Functions | |
| PointMap3d_i (SALOMEDS::Study_ptr theStudy, const char *theObjectEntry) | |
| virtual | ~PointMap3d_i () |
| virtual VISU::VISUType | GetType () |
| virtual void | SetTitle (const char *theTitle) |
| virtual char * | GetTitle () |
| virtual void | RemoveFromStudy () |
| virtual void | UpdateActor (VISU_ActorBase *thePointMap3dActor) |
| To update the actor. | |
| virtual void | UpdateActors () |
| virtual void | Update () |
| virtual | Handle (SALOME_InteractiveObject) GetIO() |
| virtual void | SetOffset (CORBA::Float theDx, CORBA::Float theDy, CORBA::Float theDz) |
| Move the 3D presentation according to the given offset parameters. | |
| virtual void | GetOffset (CORBA::Float &theDx, CORBA::Float &theDy, CORBA::Float &theDz) |
| Gets offset parameters for the 3D presentation. | |
| virtual void | SetMarkerStd (VISU::MarkerType, VISU::MarkerScale) |
| Do nothing, just for compilability. | |
| virtual void | SetMarkerTexture (CORBA::Long) |
| virtual VISU::MarkerType | GetMarkerType () |
| virtual VISU::MarkerScale | GetMarkerScale () |
| virtual CORBA::Long | GetMarkerTexture () |
| virtual CORBA::Float | GetMemorySize () |
| Gets memory size actually used by the presentation (Mb). | |
| virtual CORBA::Double | GetMin () |
| virtual CORBA::Double | GetMax () |
| virtual CORBA::Double | GetMinTableValue () |
| virtual CORBA::Double | GetMaxTableValue () |
| virtual void | SetRange (CORBA::Double theMin, CORBA::Double theMax) |
| virtual CORBA::Double | GetSourceMin () |
| virtual CORBA::Double | GetSourceMax () |
| virtual void | SetSourceRange () |
| virtual CORBA::Boolean | IsRangeFixed () |
| virtual void | SetPosition (CORBA::Double X, CORBA::Double Y) |
| virtual CORBA::Double | GetPosX () |
| virtual CORBA::Double | GetPosY () |
| virtual void | SetSize (CORBA::Double theWidth, CORBA::Double theHeight) |
| virtual void | SetRatios (CORBA::Long theTitleSize, CORBA::Long theLabelSize, CORBA::Long theBarWidth, CORBA::Long theBarHeight) |
| virtual CORBA::Double | GetWidth () |
| virtual CORBA::Double | GetHeight () |
| virtual void | SetNbColors (CORBA::Long theNbColors) |
| virtual CORBA::Long | GetNbColors () |
| virtual void | SetLabels (CORBA::Long theNbLabels) |
| virtual CORBA::Long | GetLabels () |
| virtual void | SetLabelsFormat (const char *theFormat) |
| virtual char * | GetLabelsFormat () |
| virtual void | SetBarOrientation (VISU::ColoredPrs3dBase::Orientation theOrientation) |
| virtual VISU::ColoredPrs3dBase::Orientation | GetBarOrientation () |
| void | UseFixedRange (bool theUseFixedRange) |
| virtual VISU::Scaling | GetScaling () |
| virtual void | SetScaling (VISU::Scaling theScaling) |
| bool | IsPositiveTable () |
| void | SetScaleFactor (CORBA::Double theScaleFactor) |
| CORBA::Double | GetScaleFactor () |
| void | SetContourPrs (CORBA::Boolean theIsContourPrs) |
| CORBA::Boolean | GetIsContourPrs () |
| void | SetNbOfContours (CORBA::Long) |
| CORBA::Long | GetNbOfContours () |
| VISU_DeformedGridPL * | GetSpecificPL () const |
| virtual bool | GetActiveState () |
| Gets know whether the factory instance can be used for actor management or not. | |
| virtual void | SetActiveState (bool theState) |
| virtual unsigned long int | GetMTime () |
| Return modified time of the factory. | |
| virtual void | RemoveActor (VISU_ActorBase *theActor) |
| To unregister the actor. | |
| virtual void | RemoveActors () |
| virtual bool | IsBoldTitle () |
| virtual void | SetBoldTitle (bool isBold) |
| virtual bool | IsItalicTitle () |
| virtual void | SetItalicTitle (bool isItalic) |
| virtual bool | IsShadowTitle () |
| virtual void | SetShadowTitle (bool isShadow) |
| virtual int | GetTitFontType () |
| virtual void | SetTitFontType (int theType) |
| virtual void | GetTitleColor (vtkFloatingPointType &theR, vtkFloatingPointType &theG, vtkFloatingPointType &theB) |
| virtual void | SetTitleColor (vtkFloatingPointType theR, vtkFloatingPointType theG, vtkFloatingPointType theB) |
| virtual bool | IsBoldLabel () |
| virtual void | SetBoldLabel (bool isBold) |
| virtual bool | IsItalicLabel () |
| virtual void | SetItalicLabel (bool isItalic) |
| virtual bool | IsShadowLabel () |
| virtual void | SetShadowLabel (bool isShadow) |
| virtual int | GetLblFontType () |
| virtual void | SetLblFontType (int theType) |
| virtual void | GetLabelColor (vtkFloatingPointType &theR, vtkFloatingPointType &theG, vtkFloatingPointType &theB) |
| virtual void | SetLabelColor (vtkFloatingPointType theR, vtkFloatingPointType theG, vtkFloatingPointType theB) |
| virtual CORBA::Long | GetTitleSize () |
| virtual CORBA::Long | GetLabelSize () |
| virtual CORBA::Long | GetBarWidth () |
| virtual CORBA::Long | GetBarHeight () |
| virtual void | SetUnitsVisible (CORBA::Boolean isVisible) |
| virtual CORBA::Boolean | IsUnitsVisible () |
| virtual Storable * | Create () |
| VISU_PointMap3dActor * | CreateActor () |
| VISU::PTableIDMapper | GetTableIDMapper () |
| SALOMEDS::SObject_var | GetSObject () const |
| virtual Storable * | Restore (const Storable::TRestoringMap &theMap, SALOMEDS::SObject_ptr SO) |
| virtual void | ToStream (std::ostringstream &theStr) |
| virtual const char * | GetComment () const |
| virtual QString | GenerateName () |
| virtual QString | GetTableTitle () |
| virtual std::string | GetObjectEntry () |
| virtual void | SetOrientation (VISU::Table::Orientation theOrientation) |
| virtual VISU::Table::Orientation | GetOrientation () |
| virtual CORBA::Long | GetNbRows () |
| virtual CORBA::Long | GetNbColumns () |
| virtual void | SortRow (CORBA::Long theRow, VISU::SortOrder theSortOrder, VISU::SortPolicy theSortPolicy) |
| virtual void | SortColumn (CORBA::Long theColumn, VISU::SortOrder theSortOrder, VISU::SortPolicy theSortPolicy) |
| virtual void | SortByRow (CORBA::Long theRow, VISU::SortOrder theSortOrder, VISU::SortPolicy theSortPolicy) |
| virtual void | SortByColumn (CORBA::Long theColumn, VISU::SortOrder theSortOrder, VISU::SortPolicy theSortPolicy) |
| 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 Storable * | StorableEngine (SALOMEDS::SObject_ptr theSObject, const Storable::TRestoringMap &theMap, const std::string &thePrefix, CORBA::Boolean theIsMultiFile) |
| static Storable * | Create (SALOMEDS::SObject_ptr theSObject, const std::string &theLocalPersistentID, const std::string &thePrefix, CORBA::Boolean theIsMultiFile) |
| static void | RegistryStorableEngine (const std::string &theComment, TStorableEngine theEngine) |
| 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 () |
Data Fields | |
| VISU_DeformedGridPL * | myTablePL |
Static Public Attributes | |
| static const std::string | myComment = "POINTMAP3D" |
Protected Member Functions | |
| Storable * | Build (int theRestoring) |
| Handle (SALOME_InteractiveObject) myIO | |
| void | UpdateCurves (std::map< int, int > theMixData) |
| void | SetStudyDocument (SALOMEDS::Study_ptr theStudy) |
Protected Attributes | |
| VISU::Table::Orientation | myOrientation |
| VISU::ColoredPrs3dBase::Orientation | myBarOrientation |
| std::string | myTitle |
| std::string | myScalarBarTitle |
| bool | myIsUnits |
| SALOMEDS::SObject_var | mySObj |
| int | myNumberOfLabels |
| std::string | myLabelsFormat |
| vtkFloatingPointType | myPosition [2] |
| vtkFloatingPointType | myWidth |
| vtkFloatingPointType | myHeight |
| vtkFloatingPointType | myTitleSize |
| vtkFloatingPointType | myLabelSize |
| vtkFloatingPointType | myBarWidth |
| vtkFloatingPointType | myBarHeight |
| bool | myIsFixedRange |
| CORBA::Float | myOffset [3] |
| bool | myIsActiveState |
| vtkTimeStamp | myParamsTime |
| vtkTimeStamp | myUpdateTime |
| bool | myIsBoldTitle |
| bool | myIsItalicTitle |
| bool | myIsShadowTitle |
| int | myTitFontType |
| vtkFloatingPointType | myTitleColor [3] |
| bool | myIsBoldLabel |
| bool | myIsItalicLabel |
| bool | myIsShadowLabel |
| int | myLblFontType |
| vtkFloatingPointType | myLabelColor [3] |
| boost::signal0< void > | myUpdateActorsSignal |
| boost::signal0< void > | myRemoveActorsFromRendererSignal |
| vtkSmartPointer < vtkActorCollection > | myActorCollection |
| 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 | |
| PointMap3d_i (const PointMap3d_i &) | |
Static Private Attributes | |
| static int | myNbPresent = 0 |
typedef RemovableObject_i VISU.PrsObject_i.TSuperClass [inherited] |
Reimplemented from VISU.RemovableObject_i.
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, 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 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] |
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.PointMap3d_i.PointMap3d_i | ( | const PointMap3d_i & | ) | [private] |
| VISU.PointMap3d_i::PointMap3d_i | ( | SALOMEDS::Study_ptr | theStudy, |
| const char * | theObjectEntry | ||
| ) |
Constructor
References MESSAGE, VISU.PointMap3d_i.myActorCollection, MYDEBUG, VISU.PointMap3d_i.myOffset, VISU.PointMap3d_i.mySObj, and VISU.RemovableObject_i.SetStudyDocument().
| virtual VISU::VISUType VISU.PointMap3d_i.GetType | ( | ) | [virtual] |
Reimplemented from VISU.Table_i.
References VISU.TPOINTMAP3D.
| void VISU.PointMap3d_i::SetTitle | ( | const char * | theTitle | ) | [virtual] |
Reimplemented from VISU.Table_i.
References visu.SetName().
| char * VISU.PointMap3d_i::GetTitle | ( | ) | [virtual] |
Reimplemented from VISU.Table_i.
References VISU.GetName().
| void VISU.PointMap3d_i::RemoveFromStudy | ( | ) | [virtual] |
Reimplemented from VISU.Table_i.
References VISU.Execute(), and VISU.RemoveFromStudy().
| void VISU.PointMap3d_i::UpdateActor | ( | VISU_ActorBase * | theActor | ) | [virtual] |
Implements VISU.TActorFactory.
References VISU_ScalarBarActor.SetLookupTable(), and VISU_ScalarBarActor.SetRatios().
| void VISU.PointMap3d_i::UpdateActors | ( | ) | [virtual] |
References MESSAGE, MYDEBUG, and VISU_PipeLine.Update().
| void VISU.PointMap3d_i::Update | ( | ) | [virtual] |
References MESSAGE, MYDEBUG, and VISU_PipeLine.Update().
| virtual VISU.PointMap3d_i.Handle | ( | SALOME_InteractiveObject | ) | [virtual] |
| void VISU.PointMap3d_i::SetOffset | ( | CORBA::Float | theDx, |
| CORBA::Float | theDy, | ||
| CORBA::Float | theDz | ||
| ) | [virtual] |
| void VISU.PointMap3d_i::GetOffset | ( | CORBA::Float & | theDx, |
| CORBA::Float & | theDy, | ||
| CORBA::Float & | theDz | ||
| ) | [virtual] |
| void VISU.PointMap3d_i::SetMarkerStd | ( | VISU::MarkerType | , |
| VISU::MarkerScale | |||
| ) | [virtual] |
| void VISU.PointMap3d_i::SetMarkerTexture | ( | CORBA::Long | ) | [virtual] |
| VISU::MarkerType VISU.PointMap3d_i::GetMarkerType | ( | ) | [virtual] |
References VISU.MT_NONE.
| VISU::MarkerScale VISU.PointMap3d_i::GetMarkerScale | ( | ) | [virtual] |
References VISU.MS_NONE.
| CORBA::Long VISU.PointMap3d_i::GetMarkerTexture | ( | ) | [virtual] |
| CORBA::Float VISU.PointMap3d_i::GetMemorySize | ( | ) | [virtual] |
| CORBA::Double VISU.PointMap3d_i::GetMin | ( | ) | [virtual] |
| CORBA::Double VISU.PointMap3d_i::GetMax | ( | ) | [virtual] |
| CORBA::Double VISU.PointMap3d_i::GetMinTableValue | ( | ) | [virtual] |
References batchmode_visu_view3d.aMin.
| CORBA::Double VISU.PointMap3d_i::GetMaxTableValue | ( | ) | [virtual] |
References batchmode_visu_view3d.aMax.
| void VISU.PointMap3d_i::SetRange | ( | CORBA::Double | theMin, |
| CORBA::Double | theMax | ||
| ) | [virtual] |
References VISU_ColoredPL.SetScalarRange().
| CORBA::Double VISU.PointMap3d_i::GetSourceMin | ( | ) | [virtual] |
| CORBA::Double VISU.PointMap3d_i::GetSourceMax | ( | ) | [virtual] |
| void VISU.PointMap3d_i::SetSourceRange | ( | ) | [virtual] |
References VISU_ColoredPL.SetSourceRange().
| CORBA::Boolean VISU.PointMap3d_i::IsRangeFixed | ( | ) | [virtual] |
| void VISU.PointMap3d_i::SetPosition | ( | CORBA::Double | X, |
| CORBA::Double | Y | ||
| ) | [virtual] |
References VISU.CheckIsSameValue().
| CORBA::Double VISU.PointMap3d_i::GetPosX | ( | ) | [virtual] |
| CORBA::Double VISU.PointMap3d_i::GetPosY | ( | ) | [virtual] |
| void VISU.PointMap3d_i::SetSize | ( | CORBA::Double | theWidth, |
| CORBA::Double | theHeight | ||
| ) | [virtual] |
References VISU.CheckIsSameValue().
| void VISU.PointMap3d_i::SetRatios | ( | CORBA::Long | theTitleSize, |
| CORBA::Long | theLabelSize, | ||
| CORBA::Long | theBarWidth, | ||
| CORBA::Long | theBarHeight | ||
| ) | [virtual] |
References VISU.CheckIsSameValue().
| CORBA::Double VISU.PointMap3d_i::GetWidth | ( | ) | [virtual] |
| CORBA::Double VISU.PointMap3d_i::GetHeight | ( | ) | [virtual] |
| void VISU.PointMap3d_i::SetNbColors | ( | CORBA::Long | theNbColors | ) | [virtual] |
References VISU_ColoredPL.SetNbColors().
| CORBA::Long VISU.PointMap3d_i::GetNbColors | ( | ) | [virtual] |
| void VISU.PointMap3d_i::SetLabels | ( | CORBA::Long | theNbLabels | ) | [virtual] |
| CORBA::Long VISU.PointMap3d_i::GetLabels | ( | ) | [virtual] |
| void VISU.PointMap3d_i::SetLabelsFormat | ( | const char * | theFormat | ) | [virtual] |
| char * VISU.PointMap3d_i::GetLabelsFormat | ( | ) | [virtual] |
| void VISU.PointMap3d_i::SetBarOrientation | ( | VISU::ColoredPrs3dBase::Orientation | theOrientation | ) | [virtual] |
References VISU.ColoredPrs3dBase.HORIZONTAL, and VISU.ColoredPrs3dBase.VERTICAL.
| VISU::ColoredPrs3dBase::Orientation VISU.PointMap3d_i::GetBarOrientation | ( | ) | [virtual] |
| void VISU.PointMap3d_i::UseFixedRange | ( | bool | theUseFixedRange | ) |
| VISU::Scaling VISU.PointMap3d_i::GetScaling | ( | ) | [virtual] |
| void VISU.PointMap3d_i::SetScaling | ( | VISU::Scaling | theScaling | ) | [virtual] |
References VISU_ColoredPL.SetScaling().
| bool VISU.PointMap3d_i::IsPositiveTable | ( | ) |
| void VISU.PointMap3d_i::SetScaleFactor | ( | CORBA::Double | theScaleFactor | ) |
References VISU_DeformedGridPL.SetScaleFactor().
| CORBA::Double VISU.PointMap3d_i::GetScaleFactor | ( | ) |
| void VISU.PointMap3d_i::SetContourPrs | ( | CORBA::Boolean | theIsContourPrs | ) |
References VISU_DeformedGridPL.SetContourPrs().
| CORBA::Boolean VISU.PointMap3d_i::GetIsContourPrs | ( | ) |
| void VISU.PointMap3d_i::SetNbOfContours | ( | CORBA::Long | theNb | ) |
References VISU_DeformedGridPL.SetNumberOfContours().
| CORBA::Long VISU.PointMap3d_i::GetNbOfContours | ( | ) |
| VISU_DeformedGridPL* VISU.PointMap3d_i.GetSpecificPL | ( | ) | const |
| bool VISU.PointMap3d_i::GetActiveState | ( | ) | [virtual] |
Implements VISU.TActorFactory.
| void VISU.PointMap3d_i::SetActiveState | ( | bool | theState | ) | [virtual] |
| unsigned long int VISU.PointMap3d_i::GetMTime | ( | ) | [virtual] |
Implements VISU.TActorFactory.
| void VISU.PointMap3d_i::RemoveActor | ( | VISU_ActorBase * | theActor | ) | [virtual] |
Implements VISU.TActorFactory.
| void VISU.PointMap3d_i::RemoveActors | ( | ) | [virtual] |
| bool VISU.PointMap3d_i::IsBoldTitle | ( | ) | [virtual] |
| void VISU.PointMap3d_i::SetBoldTitle | ( | bool | isBold | ) | [virtual] |
| bool VISU.PointMap3d_i::IsItalicTitle | ( | ) | [virtual] |
| void VISU.PointMap3d_i::SetItalicTitle | ( | bool | isItalic | ) | [virtual] |
| bool VISU.PointMap3d_i::IsShadowTitle | ( | ) | [virtual] |
| void VISU.PointMap3d_i::SetShadowTitle | ( | bool | isShadow | ) | [virtual] |
| int VISU.PointMap3d_i::GetTitFontType | ( | ) | [virtual] |
| void VISU.PointMap3d_i::SetTitFontType | ( | int | theType | ) | [virtual] |
| void VISU.PointMap3d_i::GetTitleColor | ( | vtkFloatingPointType & | theR, |
| vtkFloatingPointType & | theG, | ||
| vtkFloatingPointType & | theB | ||
| ) | [virtual] |
| void VISU.PointMap3d_i::SetTitleColor | ( | vtkFloatingPointType | theR, |
| vtkFloatingPointType | theG, | ||
| vtkFloatingPointType | theB | ||
| ) | [virtual] |
References VISU.CheckIsSameValue().
| bool VISU.PointMap3d_i::IsBoldLabel | ( | ) | [virtual] |
| void VISU.PointMap3d_i::SetBoldLabel | ( | bool | isBold | ) | [virtual] |
| bool VISU.PointMap3d_i::IsItalicLabel | ( | ) | [virtual] |
| void VISU.PointMap3d_i::SetItalicLabel | ( | bool | isItalic | ) | [virtual] |
| bool VISU.PointMap3d_i::IsShadowLabel | ( | ) | [virtual] |
| void VISU.PointMap3d_i::SetShadowLabel | ( | bool | isShadow | ) | [virtual] |
| int VISU.PointMap3d_i::GetLblFontType | ( | ) | [virtual] |
| void VISU.PointMap3d_i::SetLblFontType | ( | int | theType | ) | [virtual] |
| void VISU.PointMap3d_i::GetLabelColor | ( | vtkFloatingPointType & | theR, |
| vtkFloatingPointType & | theG, | ||
| vtkFloatingPointType & | theB | ||
| ) | [virtual] |
| void VISU.PointMap3d_i::SetLabelColor | ( | vtkFloatingPointType | theR, |
| vtkFloatingPointType | theG, | ||
| vtkFloatingPointType | theB | ||
| ) | [virtual] |
References VISU.CheckIsSameValue().
| CORBA::Long VISU.PointMap3d_i::GetTitleSize | ( | ) | [virtual] |
| CORBA::Long VISU.PointMap3d_i::GetLabelSize | ( | ) | [virtual] |
| CORBA::Long VISU.PointMap3d_i::GetBarWidth | ( | ) | [virtual] |
| CORBA::Long VISU.PointMap3d_i::GetBarHeight | ( | ) | [virtual] |
| void VISU.PointMap3d_i::SetUnitsVisible | ( | CORBA::Boolean | isVisible | ) | [virtual] |
| CORBA::Boolean VISU.PointMap3d_i::IsUnitsVisible | ( | ) | [virtual] |
| VISU::Storable * VISU.PointMap3d_i::Build | ( | int | theRestoring | ) | [protected] |
Builds presentation of table
Reimplemented from VISU.Table_i.
References batchmode_visu_view3d.aCutLines, VISU_Example_02.Builder, VISU.CutLinesBase_i.BuildTableOfReal(), VISU.CreateAttributes(), VISU.FindOrCreateVisuComponent(), VISU.Storable.FindValue(), VISU.GetName(), VISU.GetServant(), VISU.SObjectToObject(), and VISU.Storable.StringToMap().
| VISU.PointMap3d_i.Handle | ( | SALOME_InteractiveObject | ) | [protected] |
| VISU::Storable * VISU.PointMap3d_i::Create | ( | ) | [virtual] |
Creates table3d object
Reimplemented from VISU.Table_i.
References batchmode_visu_view3d.aCutLines, batchmode_visu_view3d.aMax, batchmode_visu_view3d.aMin, batchmode_visu_view3d.anOrientation, VISU.GenerateName(), VISU.GetName(), VISU.GetResourceMgr(), VISU.GetServant(), VISU.ColoredPrs3dBase.HORIZONTAL, VISU.LINEAR, VISU.LOGARITHMIC, VISU_DeformedGridPL.New(), visu.SetName(), VISU.SObjectToObject(), VISU.ToFormat(), and VISU.ColoredPrs3dBase.VERTICAL.
| VISU_PointMap3dActor * VISU.PointMap3d_i::CreateActor | ( | ) |
| VISU::PTableIDMapper VISU.PointMap3d_i::GetTableIDMapper | ( | ) |
| SALOMEDS::SObject_var VISU.PointMap3d_i::GetSObject | ( | ) | const |
Reimplemented from VISU.Table_i.
| VISU::Storable * VISU.PointMap3d_i::Restore | ( | const Storable::TRestoringMap & | theMap, |
| SALOMEDS::SObject_ptr | SO | ||
| ) | [virtual] |
Restores table object from stream
Reimplemented from VISU.Table_i.
References batchmode_visu_view3d.aMax, batchmode_visu_view3d.aMin, VISU.Storable.FindValue(), MESSAGE, MYDEBUG, batchmode_visu_view.myTitle, VISU_DeformedGridPL.New(), VISU.Table_i.Restore(), and visu.SetName().
| VISU::Storable * VISU.PointMap3d_i::StorableEngine | ( | SALOMEDS::SObject_ptr | theSObject, |
| const Storable::TRestoringMap & | theMap, | ||
| const std::string & | thePrefix, | ||
| CORBA::Boolean | theIsMultiFile | ||
| ) | [static] |
Called from engine to restore table from the file
Reimplemented from VISU.Table_i.
References VISU.PointMap3d_i.Restore().
| void VISU.PointMap3d_i::ToStream | ( | std::ostringstream & | theStr | ) | [virtual] |
Flushes table data into stream
Reimplemented from VISU.Table_i.
References VISU.Storable.DataToStream(), VISU.GetName(), and batchmode_visu_view.myTitle.
| const char * VISU.PointMap3d_i::GetComment | ( | ) | const [virtual] |
Gets comment string
Reimplemented from VISU.Table_i.
| QString VISU.PointMap3d_i::GenerateName | ( | ) | [virtual] |
| QString VISU.PointMap3d_i::GetTableTitle | ( | ) | [virtual] |
Gets title for the original table object
Reimplemented from VISU.Table_i.
References VISU_Example_02.Builder.
| std::string VISU.PointMap3d_i::GetObjectEntry | ( | ) | [virtual] |
Reimplemented from VISU.Table_i.
| void VISU.Table_i::SetOrientation | ( | VISU::Table::Orientation | theOrientation | ) | [virtual, inherited] |
| VISU::Table::Orientation VISU.Table_i::GetOrientation | ( | ) | [virtual, inherited] |
| CORBA::Long VISU.Table_i::GetNbRows | ( | ) | [virtual, inherited] |
Gets number of rows in table
References VISU_Example_02.Builder.
| CORBA::Long VISU.Table_i::GetNbColumns | ( | ) | [virtual, inherited] |
Gets number of columns in table
References VISU_Example_02.Builder.
| void VISU.Table_i::SortRow | ( | CORBA::Long | theRow, |
| VISU::SortOrder | theSortOrder, | ||
| VISU::SortPolicy | theSortPolicy | ||
| ) | [virtual, inherited] |
References VISU_Example_02.Builder.
| void VISU.Table_i::SortColumn | ( | CORBA::Long | theColumn, |
| VISU::SortOrder | theSortOrder, | ||
| VISU::SortPolicy | theSortPolicy | ||
| ) | [virtual, inherited] |
References VISU_Example_02.Builder.
| void VISU.Table_i::SortByRow | ( | CORBA::Long | theRow, |
| VISU::SortOrder | theSortOrder, | ||
| VISU::SortPolicy | theSortPolicy | ||
| ) | [virtual, inherited] |
References VISU_Example_02.Builder.
| void VISU.Table_i::SortByColumn | ( | CORBA::Long | theColumn, |
| VISU::SortOrder | theSortOrder, | ||
| VISU::SortPolicy | theSortPolicy | ||
| ) | [virtual, inherited] |
References VISU_Example_02.Builder.
| void VISU.Table_i::UpdateCurves | ( | std::map< int, int > | theMixData | ) | [protected, 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.
| 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] |
References VISU.Storable.DataToStream(), MESSAGE, and MYDEBUG.
| void VISU.Storable::RegistryStorableEngine | ( | const std::string & | theComment, |
| TStorableEngine | theEngine | ||
| ) | [static, inherited] |
| 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] |
| 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] |
int VISU.PointMap3d_i::myNbPresent = 0 [static, private] |
Reimplemented from VISU.Table_i.
Reimplemented from VISU.Table_i.
std::string VISU.PointMap3d_i.myTitle [protected] |
Reimplemented from VISU.Table_i.
std::string VISU.PointMap3d_i.myScalarBarTitle [protected] |
bool VISU.PointMap3d_i.myIsUnits [protected] |
SALOMEDS::SObject_var VISU.PointMap3d_i.mySObj [protected] |
Reimplemented from VISU.Table_i.
int VISU.PointMap3d_i.myNumberOfLabels [protected] |
std::string VISU.PointMap3d_i.myLabelsFormat [protected] |
vtkFloatingPointType VISU.PointMap3d_i.myPosition[2] [protected] |
vtkFloatingPointType VISU.PointMap3d_i.myWidth [protected] |
vtkFloatingPointType VISU.PointMap3d_i.myHeight [protected] |
vtkFloatingPointType VISU.PointMap3d_i.myTitleSize [protected] |
vtkFloatingPointType VISU.PointMap3d_i.myLabelSize [protected] |
vtkFloatingPointType VISU.PointMap3d_i.myBarWidth [protected] |
vtkFloatingPointType VISU.PointMap3d_i.myBarHeight [protected] |
bool VISU.PointMap3d_i.myIsFixedRange [protected] |
CORBA::Float VISU.PointMap3d_i.myOffset[3] [protected] |
bool VISU.PointMap3d_i.myIsActiveState [protected] |
vtkTimeStamp VISU.PointMap3d_i.myParamsTime [protected] |
vtkTimeStamp VISU.PointMap3d_i.myUpdateTime [protected] |
bool VISU.PointMap3d_i.myIsBoldTitle [protected] |
bool VISU.PointMap3d_i.myIsItalicTitle [protected] |
bool VISU.PointMap3d_i.myIsShadowTitle [protected] |
int VISU.PointMap3d_i.myTitFontType [protected] |
vtkFloatingPointType VISU.PointMap3d_i.myTitleColor[3] [protected] |
bool VISU.PointMap3d_i.myIsBoldLabel [protected] |
bool VISU.PointMap3d_i.myIsItalicLabel [protected] |
bool VISU.PointMap3d_i.myIsShadowLabel [protected] |
int VISU.PointMap3d_i.myLblFontType [protected] |
vtkFloatingPointType VISU.PointMap3d_i.myLabelColor[3] [protected] |
boost::signal0<void> VISU.PointMap3d_i.myUpdateActorsSignal [protected] |
boost::signal0<void> VISU.PointMap3d_i.myRemoveActorsFromRendererSignal [protected] |
vtkSmartPointer<vtkActorCollection> VISU.PointMap3d_i.myActorCollection [protected] |
const string VISU.PointMap3d_i::myComment = "POINTMAP3D" [static] |
Reimplemented from VISU.Table_i.
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] |