#include <VISU_ColoredPrs3d_i.hh>

Public Types | |
| enum | EPublishInStudyMode { EPublishUnderTimeStamp, EPublishIndependently, ERegisterInCache, EDoNotPublish } |
| typedef Prs3d_i | TSuperClass |
| typedef VISU::ColoredPrs3d | TInterface |
| typedef std::string | TGroupName |
| typedef std::set< TGroupName > | TGroupNames |
| 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 |
Public Member Functions | |
| ColoredPrs3d_i (EPublishInStudyMode thePublishInStudyMode) | |
| virtual | ~ColoredPrs3d_i () |
| virtual void | Register () |
| virtual void | UnRegister () |
| virtual void | RemoveFromStudy () |
| To remove the instance from study. | |
| virtual void | UpdateFromResult (Result_i *theResult) |
| To update the presentation from result in automatic way. | |
| virtual void | SetEntity (Entity theEntity) |
| virtual Entity | GetEntity () |
| TEntity | GetTEntity () const |
| virtual void | SetFieldName (const char *theFieldName) |
| virtual char * | GetFieldName () |
| std::string | GetCFieldName () const |
| virtual VISU::PField | GetField () |
| virtual void | SetTimeStampNumber (CORBA::Long theTimeStampNumber) |
| virtual CORBA::Long | GetTimeStampNumber () |
| virtual CORBA::Long | GetTimeStampNumberByIndex (CORBA::Long theIndex) |
| virtual CORBA::Long | GetTimeStampIndexByNumber (CORBA::Long theNumber) |
| virtual VISU::PField | GetScalarField () |
| VISU::PMinMaxController | GetMinMaxController () |
| void | SetMinMaxController (const VISU::PMinMaxController &theController) |
| void | SetMinMaxController (ColoredPrs3d_i *theOrigin) |
| virtual CORBA::Long | GetScalarTimeStampNumber () const |
| virtual VISU::ColoredPrs3dHolder::TimeStampsRange * | GetTimeStampsRange () |
| virtual CORBA::Boolean | IsTimeStampFixed () |
| virtual EPublishInStudyMode | GetPublishInStudyMode () |
| virtual CORBA::Long | GetScalarMode () |
| virtual void | SetScalarMode (CORBA::Long theScalarMode) |
| virtual CORBA::Double | GetMin () |
| virtual CORBA::Double | GetMax () |
| virtual void | SetRange (CORBA::Double theMin, CORBA::Double theMax) |
| virtual vtkFloatingPointType | GetComponentMin (vtkIdType theCompID)=0 |
| virtual vtkFloatingPointType | GetComponentMax (vtkIdType theCompID)=0 |
| virtual CORBA::Double | GetSourceMin () |
| virtual CORBA::Double | GetSourceMax () |
| virtual void | SetSourceRange () |
| virtual CORBA::Boolean | IsRangeFixed () |
| virtual void | SetNbColors (CORBA::Long theNbColors) |
| virtual CORBA::Long | GetNbColors () |
| virtual void | SetBarOrientation (VISU::ColoredPrs3dBase::Orientation theOrientation) |
| virtual VISU::ColoredPrs3dBase::Orientation | GetBarOrientation () |
| 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 CORBA::Long | GetTitleSize () |
| virtual CORBA::Long | GetLabelSize () |
| virtual CORBA::Long | GetBarWidth () |
| virtual CORBA::Long | GetBarHeight () |
| virtual void | SetLabels (CORBA::Long theNbLabels) |
| virtual CORBA::Long | GetLabels () |
| virtual void | SetLabelsFormat (const char *theFormat) |
| virtual char * | GetLabelsFormat () |
| virtual void | SetTitle (const char *theTitle) |
| virtual char * | GetTitle () |
| std::string | GetCTitle () |
| virtual void | SetUnitsVisible (CORBA::Boolean isVisible) |
| virtual CORBA::Boolean | IsUnitsVisible () |
| virtual void | SetIsDistributionVisible (CORBA::Boolean theIs) |
| virtual CORBA::Boolean | GetIsDistributionVisible () |
| Gets current visibility of a distribution curve. | |
| virtual CORBA::Boolean | IsScalarFilterUsed () |
| Gets current filtering by scalars mode. | |
| virtual void | UseScalarFiltering (CORBA::Boolean theUseScalarFilter) |
| virtual void | SetScalarFilterRange (CORBA::Double theMin, CORBA::Double theMax) |
| virtual CORBA::Double | GetScalarFilterMin () |
| virtual CORBA::Double | GetScalarFilterMax () |
| virtual CORBA::Float | GetMemorySize () |
| Gets memory size actually used by the presentation (Mb). | |
| VISU::ColoredPrs3dHolder::BasicInput * | GetBasicInput () |
| Returns presentation input. | |
| virtual void | SetHolderEntry (const std::string &theEntry) |
| virtual std::string | GetHolderEntry () |
| void | SaveRestoringState (SALOMEDS::SObject_ptr theSObject, const Storable::TRestoringMap &theMap) |
| To keep restoring params till the explicit Restore() call. | |
| void | InitFromRestoringState () |
| To restore the presentation according to the saved state. | |
| virtual const char * | GetIconName ()=0 |
| virtual void | SetSourceGeometry ()=0 |
| Sets initial source geometry. | |
| virtual void | AddMeshOnGroup (const char *theGroupName)=0 |
| Add geometry of mesh as group. | |
| virtual void | RemoveAllGeom ()=0 |
| Removes all geometries. | |
| const TGroupNames & | GetGroupNames () |
| bool | IsGroupsUsed () |
| Gets number of geometries. | |
| virtual Storable * | Create (const std::string &theMeshName, VISU::Entity theEntity, const std::string &theFieldName, CORBA::Long theTimeStampNumber) |
| Creates ColoredPrs3d and initialises it from resources. | |
| virtual Storable * | Restore (SALOMEDS::SObject_ptr theSObject, const Storable::TRestoringMap &theMap) |
| virtual void | ToStream (std::ostringstream &theStr) |
| virtual void | SameAs (const Prs3d_i *theOrigin) |
| virtual void | UpdateActor (VISU_ActorBase *theActor) |
| To update the pointed actor. | |
| 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 void | SetMapScale (double theMapScale=1.0) |
| VISU_ColoredPL * | GetSpecificPL () const |
| virtual int | GetValLblFontType () const |
| virtual void | SetValLblFontType (const int theType) |
| virtual double | GetValLblFontSize () const |
| virtual void | SetValLblFontSize (const double theSize) |
| virtual bool | IsBoldValLbl () const |
| virtual void | SetBoldValLbl (const bool theVal) |
| virtual bool | IsItalicValLbl () const |
| virtual void | SetItalicValLbl (const bool theVal) |
| virtual bool | IsShadowValLbl () const |
| virtual void | SetShadowValLbl (const bool theVal) |
| virtual void | GetValLblFontColor (vtkFloatingPointType &theR, vtkFloatingPointType &theG, vtkFloatingPointType &theB) const |
| virtual void | SetValLblFontColor (const vtkFloatingPointType theR, const vtkFloatingPointType theG, const vtkFloatingPointType theB) |
| virtual void | UpdateMapperLookupTable () |
| virtual void | UpdateReference (ColoredPrs3d_i *theFromPrs3, ColoredPrs3d_i *theToPrs3d) |
| virtual CORBA::Boolean | Apply (bool theReInit) |
| void | SetCResult (Result_i *theResult) |
| Result_i * | GetCResult () const |
| virtual void | SetResultObject (VISU::Result_ptr theResult) |
| virtual VISU::Result_ptr | GetResultObject () |
| virtual void | SetMeshName (const char *theMeshName) |
| virtual char * | GetMeshName () |
| std::string | GetCMeshName () const |
| virtual const char * | GetComment () const =0 |
| To generate an unique type name for the class (used into persistent functionality) | |
| virtual QString | GenerateName ()=0 |
| To generate an unique name for the instance of the class. | |
| virtual SALOMEDS::SObject_var | GetSObject () |
| Get corresponding SALOMEDS.SObject. | |
| virtual void | Update () |
| To update is internal state. | |
| VISU_PipeLine * | GetPipeLine () const |
| Get corresponding VISU_PipeLine. | |
| bool | IsPipeLineExists () |
| vtkDataSet * | GetInput () |
| Get input of the VISU_PipeLine. | |
| virtual VISU_Actor * | CreateActor ()=0 |
| To define a way to create VTK representation of the instance. | |
| virtual void | RemoveActor (VISU_ActorBase *theActor) |
| To unregister the pointed actor. | |
| virtual void | RemoveActors () |
| To unregister all actors of the instance. | |
| virtual void | UpdateActors () |
| To update all actors of the instance. | |
| void | RemoveAllClippingPlanes () |
| bool | AddClippingPlane (vtkPlane *thePlane) |
| vtkIdType | GetNumberOfClippingPlanes () const |
| vtkPlane * | GetClippingPlane (vtkIdType theID) const |
| void | RemoveClippingPlane (vtkIdType theID) |
| void | SetPlaneParam (vtkFloatingPointType theDir[3], vtkFloatingPointType theDist, vtkPlane *thePlane) |
| void | GetBounds (vtkFloatingPointType aBounds[6]) |
| int | GetNumberOfActors () |
| bool | HasVisibleActors () |
| void | SetOffset (const CORBA::Float *theOffsets) |
| Move the 3D presentation according to the given offset parameters. | |
| virtual void | SetOffset (CORBA::Float theDx, CORBA::Float theDy, CORBA::Float theDz) |
| Move the 3D presentation according to the given offset parameters. | |
| void | GetOffset (CORBA::Float *theOffsets) |
| Gets offset parameters for the 3D presentation. | |
| virtual void | GetOffset (CORBA::Float &theDx, CORBA::Float &theDy, CORBA::Float &theDz) |
| Gets offset parameters for the 3D presentation. | |
| virtual void | SetMarkerStd (VISU::MarkerType theMarkerType, VISU::MarkerScale theMarkerScale) |
| Set standard point marker for the object. | |
| virtual void | SetMarkerTexture (CORBA::Long theTextureId) |
| Set custom point marker. | |
| virtual VISU::MarkerType | GetMarkerType () |
| Get type of the point marker. | |
| virtual VISU::MarkerScale | GetMarkerScale () |
| Get scale of the point marker. | |
| virtual CORBA::Long | GetMarkerTexture () |
| Get texture identifier of the point marker. | |
| virtual bool | GetActiveState () |
| Gets know whether the factory instance can be used for actor management or not. | |
| virtual unsigned long int | GetMTime () |
| Return modified time of the presentation. | |
| virtual | Handle (SALOME_InteractiveObject) GetIO() |
| Create and return the interactive object. | |
| bool | IsForcedHidden () const |
| Managing "forced hidden" flag. | |
| void | SetForcedHidden (bool) |
| 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 () |
| virtual VISU::VISUType | GetType ()=0 |
Static Public Member Functions | |
| 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 () |
Protected Types | |
| enum | EBuildMode { ECreateNew, ESameAs, ERestore } |
Protected Member Functions | |
| virtual bool | SetInput (bool theReInit) |
| virtual void | OnRestoreInput () |
| Restore input parameters if Apply function fails (redefines Prs3d.OnRestoreInput) | |
| virtual bool | CheckIsPossible ()=0 |
| virtual void | CreatePipeLine (VISU_PipeLine *thePipeLine) |
| virtual bool | OnSetInput (bool theReInit) |
| virtual void | DoSetInput (bool theIsInitilizePipe, bool theReInit)=0 |
| Storable * | Build (EBuildMode theBuildMode) |
| virtual void | SetField (VISU::PField theField) |
| void | UseFixedRange (bool theUseFixedRange) |
| std::string | GetScalarBarTitle () |
| virtual std::string | GetActorEntry () |
| Used in derived classes to initilize the IO for actors. | |
| void | CreateActor (VISU_Actor *theActor) |
| Used in derived classes to initilize the myPipeLine member. | |
| void | SetPipeLine (VISU_PipeLine *thePipeLine) |
| Used in derived classes to initilize the myPipeLine member. | |
| virtual VISU_PipeLine * | GetActorPipeLine () |
| Gets or creates VISU_PipeLine instance for actor initilization. | |
| virtual void | CheckDataSet () |
| To check dataset validity, throws std.exception if not valid. | |
| bool | LoadMarkerTexture (int theMarkerId, VTK::MarkerTexture &theMarkerTexture) |
| void | SetStudyDocument (SALOMEDS::Study_ptr theStudy) |
Protected Attributes | |
| TGroupNames | myGroupNames |
| vtkTimeStamp | myUpdateTime |
| vtkTimeStamp | myParamsTime |
| 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 | |
| ColoredPrs3d_i (const ColoredPrs3d_i &) | |
Private Attributes | |
| bool | myIsRestored |
| Storable::TRestoringMap | myRestoringMap |
| SALOMEDS::SObject_var | myRestoringSObject |
| VISU::Entity | myEntity |
| VISU::Entity | myPreviousEntity |
| std::string | myFieldName |
| std::string | myPreviousFieldName |
| CORBA::Long | myTimeStampNumber |
| CORBA::Long | myPreviousTimeStampNumber |
| boost::signalslib::connection | myResultConnection |
| bool | myIsTimeStampFixed |
| PField | myField |
| PMinMaxController | myMinMaxController |
| EPublishInStudyMode | myPublishInStudyMode |
| std::string | myHolderEntry |
| std::string | myTitle |
| std::string | myScalarBarTitle |
| bool | myIsUnits |
| int | myNumberOfLabels |
| std::string | myLabelsFormat |
| VISU::ColoredPrs3dBase::Orientation | myOrientation |
| vtkFloatingPointType | myPosition [2] |
| vtkFloatingPointType | myWidth |
| vtkFloatingPointType | myHeight |
| vtkFloatingPointType | myTitleSize |
| vtkFloatingPointType | myLabelSize |
| vtkFloatingPointType | myBarWidth |
| vtkFloatingPointType | myBarHeight |
| bool | myIsBoldTitle |
| bool | myIsItalicTitle |
| bool | myIsShadowTitle |
| int | myTitFontType |
| vtkFloatingPointType | myTitleColor [3] |
| bool | myIsBoldLabel |
| bool | myIsItalicLabel |
| bool | myIsShadowLabel |
| int | myLblFontType |
| vtkFloatingPointType | myLabelColor [3] |
| VISU_ColoredPL * | myColoredPL |
| bool | myIsFixedRange |
| bool | myIsDistributionVisible |
| int | myValLblFontType |
| double | myValLblFontSize |
| bool | myIsBoldValLbl |
| bool | myIsItalicValLbl |
| bool | myIsShadowValLbl |
| vtkFloatingPointType | myValLblFontColor [3] |
Reimplemented from VISU.Prs3d_i.
Reimplemented in 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.MonoColorPrs_i, VISU.Plot3D_i, VISU.ScalarMap_i, VISU.StreamLines_i, and VISU.Vectors_i.
Reimplemented from VISU.Prs3d_i.
Reimplemented in 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.MonoColorPrs_i, VISU.Plot3D_i, VISU.ScalarMap_i, VISU.StreamLines_i, and VISU.Vectors_i.
| typedef std::set<TGroupName> VISU.ColoredPrs3d_i.TGroupNames |
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.
enum VISU::ColoredPrs3d_i::EBuildMode [protected] |
| VISU.ColoredPrs3d_i.ColoredPrs3d_i | ( | const ColoredPrs3d_i & | ) | [private] |
| VISU.ColoredPrs3d_i::ColoredPrs3d_i | ( | EPublishInStudyMode | thePublishInStudyMode | ) | [explicit] |
| VISU.ColoredPrs3d_i::~ColoredPrs3d_i | ( | ) | [virtual] |
| void VISU.ColoredPrs3d_i::Register | ( | ) | [virtual] |
Implements VISU.TMinMaxController.
| void VISU.ColoredPrs3d_i::UnRegister | ( | ) | [virtual] |
Implements VISU.TMinMaxController.
| void VISU.ColoredPrs3d_i::RemoveFromStudy | ( | ) | [virtual] |
Reimplemented from VISU.Prs3d_i.
References VISU.Execute(), and VISU.RemoveFromStudy().
| void VISU.ColoredPrs3d_i::UpdateFromResult | ( | Result_i * | theResult | ) | [virtual] |
Implements VISU.TResultObserver.
References VISU.Execute().
| void VISU.ColoredPrs3d_i::SetEntity | ( | VISU::Entity | theEntity | ) | [virtual] |
| VISU::Entity VISU.ColoredPrs3d_i::GetEntity | ( | ) | [virtual] |
| VISU::TEntity VISU.ColoredPrs3d_i::GetTEntity | ( | ) | const |
| void VISU.ColoredPrs3d_i::SetFieldName | ( | const char * | theFieldName | ) | [virtual] |
References batchmode_visu_view3d.myFieldName.
| char * VISU.ColoredPrs3d_i::GetFieldName | ( | ) | [virtual] |
References batchmode_visu_view3d.myFieldName.
| std::string VISU.ColoredPrs3d_i::GetCFieldName | ( | ) | const |
References batchmode_visu_view3d.myFieldName.
| VISU::PField VISU.ColoredPrs3d_i::GetField | ( | ) | [virtual] |
References visu_prs_example.myField.
| void VISU.ColoredPrs3d_i::SetTimeStampNumber | ( | CORBA::Long | theTimeStampNumber | ) | [virtual] |
| CORBA::Long VISU.ColoredPrs3d_i::GetTimeStampNumber | ( | ) | [virtual] |
| CORBA::Long VISU.ColoredPrs3d_i::GetTimeStampNumberByIndex | ( | CORBA::Long | theIndex | ) | [virtual] |
References VISU.ColoredPrs3dHolder.TimeStampInfo.myNumber.
| CORBA::Long VISU.ColoredPrs3d_i::GetTimeStampIndexByNumber | ( | CORBA::Long | theNumber | ) | [virtual] |
References VISU.ColoredPrs3dHolder.TimeStampInfo.myNumber.
| VISU::PField VISU.ColoredPrs3d_i::GetScalarField | ( | ) | [virtual] |
Reimplemented in VISU.DeformedShapeAndScalarMap_i.
References visu_prs_example.myField.
| VISU::PMinMaxController VISU.ColoredPrs3d_i::GetMinMaxController | ( | ) |
| void VISU.ColoredPrs3d_i::SetMinMaxController | ( | const VISU::PMinMaxController & | theController | ) |
| void VISU.ColoredPrs3d_i::SetMinMaxController | ( | VISU::ColoredPrs3d_i * | theOrigin | ) |
References VISU.ColoredPrs3d_i.GetMinMaxController().
| CORBA::Long VISU.ColoredPrs3d_i::GetScalarTimeStampNumber | ( | ) | const [virtual] |
| VISU::ColoredPrs3dHolder::TimeStampsRange * VISU.ColoredPrs3d_i::GetTimeStampsRange | ( | ) | [virtual] |
| CORBA::Boolean VISU.ColoredPrs3d_i::IsTimeStampFixed | ( | ) | [virtual] |
| VISU::ColoredPrs3d_i::EPublishInStudyMode VISU.ColoredPrs3d_i::GetPublishInStudyMode | ( | ) | [virtual] |
| CORBA::Long VISU.ColoredPrs3d_i::GetScalarMode | ( | ) | [virtual] |
| void VISU.ColoredPrs3d_i::SetScalarMode | ( | CORBA::Long | theScalarMode | ) | [virtual] |
References VISU_ColoredPL.SetScalarMode().
| CORBA::Double VISU.ColoredPrs3d_i::GetMin | ( | ) | [virtual] |
| CORBA::Double VISU.ColoredPrs3d_i::GetMax | ( | ) | [virtual] |
| void VISU.ColoredPrs3d_i::SetRange | ( | CORBA::Double | theMin, |
| CORBA::Double | theMax | ||
| ) | [virtual] |
References VISU_ColoredPL.SetScalarRange().
| virtual vtkFloatingPointType VISU.ColoredPrs3d_i.GetComponentMin | ( | vtkIdType | theCompID | ) | [pure virtual] |
Reimplemented from VISU.TMinMaxController.
Implemented in VISU.GaussPoints_i, and VISU.ScalarMap_i.
| virtual vtkFloatingPointType VISU.ColoredPrs3d_i.GetComponentMax | ( | vtkIdType | theCompID | ) | [pure virtual] |
Reimplemented from VISU.TMinMaxController.
Implemented in VISU.GaussPoints_i, and VISU.ScalarMap_i.
| CORBA::Double VISU.ColoredPrs3d_i::GetSourceMin | ( | ) | [virtual] |
Reimplemented in VISU.GaussPoints_i.
| CORBA::Double VISU.ColoredPrs3d_i::GetSourceMax | ( | ) | [virtual] |
Reimplemented in VISU.GaussPoints_i.
| void VISU.ColoredPrs3d_i::SetSourceRange | ( | ) | [virtual] |
Reimplemented in VISU.GaussPoints_i.
References VISU_ColoredPL.SetScalarRange(), and VISU_ColoredPL.SetSourceRange().
| CORBA::Boolean VISU.ColoredPrs3d_i::IsRangeFixed | ( | ) | [virtual] |
| void VISU.ColoredPrs3d_i::SetNbColors | ( | CORBA::Long | theNbColors | ) | [virtual] |
References VISU_ColoredPL.SetNbColors().
| CORBA::Long VISU.ColoredPrs3d_i::GetNbColors | ( | ) | [virtual] |
| void VISU.ColoredPrs3d_i::SetBarOrientation | ( | VISU::ColoredPrs3dBase::Orientation | theOrientation | ) | [virtual] |
| VISU::ColoredPrs3dBase::Orientation VISU.ColoredPrs3d_i::GetBarOrientation | ( | ) | [virtual] |
| void VISU.ColoredPrs3d_i::SetPosition | ( | CORBA::Double | X, |
| CORBA::Double | Y | ||
| ) | [virtual] |
References VISU.CheckIsSameValue().
| CORBA::Double VISU.ColoredPrs3d_i::GetPosX | ( | ) | [virtual] |
| CORBA::Double VISU.ColoredPrs3d_i::GetPosY | ( | ) | [virtual] |
| void VISU.ColoredPrs3d_i::SetSize | ( | CORBA::Double | theWidth, |
| CORBA::Double | theHeight | ||
| ) | [virtual] |
References VISU.CheckIsSameValue().
| void VISU.ColoredPrs3d_i::SetRatios | ( | CORBA::Long | theTitleSize, |
| CORBA::Long | theLabelSize, | ||
| CORBA::Long | theBarWidth, | ||
| CORBA::Long | theBarHeight | ||
| ) | [virtual] |
References VISU.CheckIsSameValue().
| CORBA::Double VISU.ColoredPrs3d_i::GetWidth | ( | ) | [virtual] |
| CORBA::Double VISU.ColoredPrs3d_i::GetHeight | ( | ) | [virtual] |
| CORBA::Long VISU.ColoredPrs3d_i::GetTitleSize | ( | ) | [virtual] |
| CORBA::Long VISU.ColoredPrs3d_i::GetLabelSize | ( | ) | [virtual] |
| CORBA::Long VISU.ColoredPrs3d_i::GetBarWidth | ( | ) | [virtual] |
| CORBA::Long VISU.ColoredPrs3d_i::GetBarHeight | ( | ) | [virtual] |
| void VISU.ColoredPrs3d_i::SetLabels | ( | CORBA::Long | theNbLabels | ) | [virtual] |
| CORBA::Long VISU.ColoredPrs3d_i::GetLabels | ( | ) | [virtual] |
| void VISU.ColoredPrs3d_i::SetLabelsFormat | ( | const char * | theFormat | ) | [virtual] |
| char * VISU.ColoredPrs3d_i::GetLabelsFormat | ( | ) | [virtual] |
| void VISU.ColoredPrs3d_i::SetTitle | ( | const char * | theTitle | ) | [virtual] |
References batchmode_visu_table.aName, VISU.GenerateName(), and batchmode_visu_view.myTitle.
| char * VISU.ColoredPrs3d_i::GetTitle | ( | ) | [virtual] |
References batchmode_visu_view.myTitle.
| std::string VISU.ColoredPrs3d_i::GetCTitle | ( | ) |
References batchmode_visu_view.myTitle.
| void VISU.ColoredPrs3d_i::SetUnitsVisible | ( | CORBA::Boolean | isVisible | ) | [virtual] |
| CORBA::Boolean VISU.ColoredPrs3d_i::IsUnitsVisible | ( | ) | [virtual] |
| void VISU.ColoredPrs3d_i::SetIsDistributionVisible | ( | CORBA::Boolean | theIs | ) | [virtual] |
Set the visibility of a distribution curve.
| theIs | is used to switch on/off the visibility of a distribution curve. |
| CORBA::Boolean VISU.ColoredPrs3d_i::GetIsDistributionVisible | ( | ) | [virtual] |
| CORBA::Boolean VISU.ColoredPrs3d_i::IsScalarFilterUsed | ( | ) | [virtual] |
| void VISU.ColoredPrs3d_i::UseScalarFiltering | ( | CORBA::Boolean | theUseScalarFilter | ) | [virtual] |
| void VISU.ColoredPrs3d_i::SetScalarFilterRange | ( | CORBA::Double | theMin, |
| CORBA::Double | theMax | ||
| ) | [virtual] |
Sets scalar range - min and max boundaries of the scalar bar.
| theMin | Min boundary of the scalar bar. |
| theMax | Max boundary of the scalar bar. |
| theIsFilter | if true then filter by scalars. |
References VISU_ColoredPL.SetScalarFilterRange().
| CORBA::Double VISU.ColoredPrs3d_i::GetScalarFilterMin | ( | ) | [virtual] |
| CORBA::Double VISU.ColoredPrs3d_i::GetScalarFilterMax | ( | ) | [virtual] |
| CORBA::Float VISU.ColoredPrs3d_i::GetMemorySize | ( | ) | [virtual] |
Reimplemented from VISU.Prs3d_i.
Reimplemented in VISU.GaussPoints_i, and VISU.ScalarMap_i.
| VISU::ColoredPrs3dHolder::BasicInput * VISU.ColoredPrs3d_i::GetBasicInput | ( | ) |
| void VISU.ColoredPrs3d_i::SetHolderEntry | ( | const std::string & | theEntry | ) | [virtual] |
| std::string VISU.ColoredPrs3d_i::GetHolderEntry | ( | ) | [virtual] |
| void VISU.ColoredPrs3d_i::SaveRestoringState | ( | SALOMEDS::SObject_ptr | theSObject, |
| const Storable::TRestoringMap & | theMap | ||
| ) |
| void VISU.ColoredPrs3d_i::InitFromRestoringState | ( | ) |
| virtual const char* VISU.ColoredPrs3d_i.GetIconName | ( | ) | [pure virtual] |
| virtual void VISU.ColoredPrs3d_i.SetSourceGeometry | ( | ) | [pure virtual] |
Implemented in VISU.GaussPoints_i, and VISU.ScalarMap_i.
| virtual void VISU.ColoredPrs3d_i.AddMeshOnGroup | ( | const char * | theGroupName | ) | [pure virtual] |
| the | id of added group. |
Implemented in VISU.GaussPoints_i, and VISU.ScalarMap_i.
| virtual void VISU.ColoredPrs3d_i.RemoveAllGeom | ( | ) | [pure virtual] |
Implemented in VISU.GaussPoints_i, and VISU.ScalarMap_i.
| const VISU::ColoredPrs3d_i::TGroupNames & VISU.ColoredPrs3d_i::GetGroupNames | ( | ) |
| bool VISU.ColoredPrs3d_i::IsGroupsUsed | ( | ) |
| VISU::Storable * VISU.ColoredPrs3d_i::Create | ( | const std::string & | theMeshName, |
| VISU::Entity | theEntity, | ||
| const std::string & | theFieldName, | ||
| CORBA::Long | theTimeStampNumber | ||
| ) | [virtual] |
Initlizes the in first time presentation
Reimplemented in 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.MonoColorPrs_i, VISU.Plot3D_i, VISU.ScalarMap_i, VISU.StreamLines_i, and VISU.Vectors_i.
References batchmode_visu_view3d.aColor, batchmode_visu_view3d.aMax, batchmode_visu_view3d.aMin, batchmode_visu_view3d.anOrientation, VISU.GetResourceMgr(), VISU.ColoredPrs3dBase.HORIZONTAL, VISU.ToFormat(), and VISU.ColoredPrs3dBase.VERTICAL.
| VISU::Storable * VISU.ColoredPrs3d_i::Restore | ( | SALOMEDS::SObject_ptr | theSObject, |
| const Storable::TRestoringMap & | theMap | ||
| ) | [virtual] |
Retores state of the presentation
Reimplemented from VISU.Prs3d_i.
Reimplemented in 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.MonoColorPrs_i, VISU.Plot3D_i, VISU.ScalarMap_i, VISU.StreamLines_i, and VISU.Vectors_i.
References batchmode_visu_view3d.aMax, batchmode_visu_view3d.aMin, and VISU.Storable.FindValue().
| void VISU.ColoredPrs3d_i::ToStream | ( | std::ostringstream & | theStr | ) | [virtual] |
Writes persistent params of the presentation into the given stream
Reimplemented from VISU.Prs3d_i.
Reimplemented in 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.MonoColorPrs_i, VISU.Plot3D_i, VISU.ScalarMap_i, VISU.StreamLines_i, and VISU.Vectors_i.
References batchmode_visu_view3d.aMeshName, VISU.Storable.DataToStream(), and batchmode_visu_view.myTitle.
| void VISU.ColoredPrs3d_i::SameAs | ( | const Prs3d_i * | theOrigin | ) | [virtual] |
Update state of the presentation according to the input.
Reimplemented from VISU.Prs3d_i.
Reimplemented in 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.MonoColorPrs_i, VISU.ScalarMap_i, VISU.StreamLines_i, and VISU.Vectors_i.
References VISU.ColoredPrs3d_i.GetBarHeight(), VISU.ColoredPrs3d_i.GetBarOrientation(), VISU.ColoredPrs3d_i.GetBarWidth(), VISU.ColoredPrs3d_i.GetGroupNames(), VISU.ColoredPrs3d_i.GetHeight(), VISU.ColoredPrs3d_i.GetHolderEntry(), VISU.ColoredPrs3d_i.GetIsDistributionVisible(), VISU.ColoredPrs3d_i.GetLabelColor(), VISU.ColoredPrs3d_i.GetLabels(), VISU.ColoredPrs3d_i.GetLabelsFormat(), VISU.ColoredPrs3d_i.GetLabelSize(), VISU.ColoredPrs3d_i.GetLblFontType(), VISU.ColoredPrs3d_i.GetMax(), VISU.ColoredPrs3d_i.GetMin(), VISU.ColoredPrs3d_i.GetNbColors(), VISU.ColoredPrs3d_i.GetPosX(), VISU.ColoredPrs3d_i.GetPosY(), VISU.ColoredPrs3d_i.GetScalarField(), VISU.ColoredPrs3d_i.GetScalarFilterMax(), VISU.ColoredPrs3d_i.GetScalarFilterMin(), VISU.ColoredPrs3d_i.GetScalarMode(), VISU.ColoredPrs3d_i.GetTitFontType(), VISU.ColoredPrs3d_i.GetTitle(), VISU.ColoredPrs3d_i.GetTitleColor(), VISU.ColoredPrs3d_i.GetTitleSize(), VISU.ColoredPrs3d_i.GetWidth(), VISU.ColoredPrs3d_i.IsBoldLabel(), VISU.ColoredPrs3d_i.IsBoldTitle(), VISU.ColoredPrs3d_i.IsItalicLabel(), VISU.ColoredPrs3d_i.IsItalicTitle(), VISU.ColoredPrs3d_i.IsRangeFixed(), VISU.ColoredPrs3d_i.IsScalarFilterUsed(), VISU.ColoredPrs3d_i.IsShadowLabel(), VISU.ColoredPrs3d_i.IsShadowTitle(), VISU.ColoredPrs3d_i.IsTimeStampFixed(), and VISU.ColoredPrs3d_i.IsUnitsVisible().
| void VISU.ColoredPrs3d_i::UpdateActor | ( | VISU_ActorBase * | theActor | ) | [virtual] |
Reimplemented from VISU.Prs3d_i.
Reimplemented in VISU.GaussPoints_i, VISU.IsoSurfaces_i, VISU.MonoColorPrs_i, VISU.ScalarMap_i, and VISU.Vectors_i.
| bool VISU.ColoredPrs3d_i::IsBoldTitle | ( | ) | [virtual] |
| void VISU.ColoredPrs3d_i::SetBoldTitle | ( | bool | isBold | ) | [virtual] |
| bool VISU.ColoredPrs3d_i::IsItalicTitle | ( | ) | [virtual] |
| void VISU.ColoredPrs3d_i::SetItalicTitle | ( | bool | isItalic | ) | [virtual] |
| bool VISU.ColoredPrs3d_i::IsShadowTitle | ( | ) | [virtual] |
| void VISU.ColoredPrs3d_i::SetShadowTitle | ( | bool | isShadow | ) | [virtual] |
| int VISU.ColoredPrs3d_i::GetTitFontType | ( | ) | [virtual] |
| void VISU.ColoredPrs3d_i::SetTitFontType | ( | int | theType | ) | [virtual] |
| void VISU.ColoredPrs3d_i::GetTitleColor | ( | vtkFloatingPointType & | theR, |
| vtkFloatingPointType & | theG, | ||
| vtkFloatingPointType & | theB | ||
| ) | [virtual] |
| void VISU.ColoredPrs3d_i::SetTitleColor | ( | vtkFloatingPointType | theR, |
| vtkFloatingPointType | theG, | ||
| vtkFloatingPointType | theB | ||
| ) | [virtual] |
References VISU.CheckIsSameValue().
| bool VISU.ColoredPrs3d_i::IsBoldLabel | ( | ) | [virtual] |
| void VISU.ColoredPrs3d_i::SetBoldLabel | ( | bool | isBold | ) | [virtual] |
| bool VISU.ColoredPrs3d_i::IsItalicLabel | ( | ) | [virtual] |
| void VISU.ColoredPrs3d_i::SetItalicLabel | ( | bool | isItalic | ) | [virtual] |
| bool VISU.ColoredPrs3d_i::IsShadowLabel | ( | ) | [virtual] |
| void VISU.ColoredPrs3d_i::SetShadowLabel | ( | bool | isShadow | ) | [virtual] |
| int VISU.ColoredPrs3d_i::GetLblFontType | ( | ) | [virtual] |
| void VISU.ColoredPrs3d_i::SetLblFontType | ( | int | theType | ) | [virtual] |
| void VISU.ColoredPrs3d_i::GetLabelColor | ( | vtkFloatingPointType & | theR, |
| vtkFloatingPointType & | theG, | ||
| vtkFloatingPointType & | theB | ||
| ) | [virtual] |
| void VISU.ColoredPrs3d_i::SetLabelColor | ( | vtkFloatingPointType | theR, |
| vtkFloatingPointType | theG, | ||
| vtkFloatingPointType | theB | ||
| ) | [virtual] |
References VISU.CheckIsSameValue().
| void VISU.ColoredPrs3d_i::SetMapScale | ( | double | theMapScale = 1.0 | ) | [virtual] |
Reimplemented in VISU.DeformedShape_i, VISU.IsoSurfaces_i, and VISU.Plot3D_i.
| VISU_ColoredPL* VISU.ColoredPrs3d_i.GetSpecificPL | ( | ) | const |
| int VISU.ColoredPrs3d_i::GetValLblFontType | ( | ) | const [virtual] |
| void VISU.ColoredPrs3d_i::SetValLblFontType | ( | const int | theType | ) | [virtual] |
| double VISU.ColoredPrs3d_i::GetValLblFontSize | ( | ) | const [virtual] |
| void VISU.ColoredPrs3d_i::SetValLblFontSize | ( | const double | theSize | ) | [virtual] |
References VISU.CheckIsSameValue().
| bool VISU.ColoredPrs3d_i::IsBoldValLbl | ( | ) | const [virtual] |
| void VISU.ColoredPrs3d_i::SetBoldValLbl | ( | const bool | theVal | ) | [virtual] |
| bool VISU.ColoredPrs3d_i::IsItalicValLbl | ( | ) | const [virtual] |
| void VISU.ColoredPrs3d_i::SetItalicValLbl | ( | const bool | theVal | ) | [virtual] |
| bool VISU.ColoredPrs3d_i::IsShadowValLbl | ( | ) | const [virtual] |
| void VISU.ColoredPrs3d_i::SetShadowValLbl | ( | const bool | theVal | ) | [virtual] |
| void VISU.ColoredPrs3d_i::GetValLblFontColor | ( | vtkFloatingPointType & | theR, |
| vtkFloatingPointType & | theG, | ||
| vtkFloatingPointType & | theB | ||
| ) | const [virtual] |
| void VISU.ColoredPrs3d_i::SetValLblFontColor | ( | const vtkFloatingPointType | theR, |
| const vtkFloatingPointType | theG, | ||
| const vtkFloatingPointType | theB | ||
| ) | [virtual] |
References VISU.CheckIsSameValue().
| void VISU.ColoredPrs3d_i::UpdateMapperLookupTable | ( | ) | [virtual] |
References VISU_ColoredPL.UpdateMapperLookupTable().
| bool VISU.ColoredPrs3d_i::SetInput | ( | bool | theReInit | ) | [protected, virtual] |
Applyes basic input parameters to the presentation. Returns true if all are right.
Reimplemented from VISU.Prs3d_i.
References VISU.CheckIsPossible().
| void VISU.ColoredPrs3d_i::OnRestoreInput | ( | ) | [protected, virtual] |
Reimplemented from VISU.Prs3d_i.
References batchmode_visu_view3d.myFieldName.
| virtual bool VISU.ColoredPrs3d_i.CheckIsPossible | ( | ) | [protected, pure virtual] |
Checks whether it is possible to create presentation with the given basic parameters or not.
Implemented in VISU.CutLines_i, VISU.CutPlanes_i, VISU.CutSegment_i, VISU.DeformedShape_i, VISU.DeformedShapeAndScalarMap_i, VISU.GaussPoints_i, VISU.IsoSurfaces_i, VISU.Plot3D_i, VISU.ScalarMap_i, VISU.StreamLines_i, and VISU.Vectors_i.
| void VISU.ColoredPrs3d_i::CreatePipeLine | ( | VISU_PipeLine * | thePipeLine | ) | [protected, virtual] |
Creates proper instance of VTK pipeline.
Reimplemented in 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.Plot3D_i, VISU.ScalarMap_i, VISU.StreamLines_i, and VISU.Vectors_i.
| bool VISU.ColoredPrs3d_i::OnSetInput | ( | bool | theReInit | ) | [protected, virtual] |
First checks whether corresponding VTK pipeline exists and create it if not. Then calls VISU_ColoredPrs3d_i.DoSetInput. Returns true if during the call corresponding VTK pipeline was created, false otherwise.
References batchmode_visu_view3d.myFieldName.
| virtual void VISU.ColoredPrs3d_i.DoSetInput | ( | bool | theIsInitilizePipe, |
| bool | theReInit | ||
| ) | [protected, pure virtual] |
Sets input data set according to basic input parameters - Result, MeshName, Entity, FieldName and TimeStampNumber.
Implemented in VISU.GaussPoints_i, VISU.IsoSurfaces_i, and VISU.ScalarMap_i.
| VISU::Storable * VISU.ColoredPrs3d_i::Build | ( | EBuildMode | theBuildMode | ) | [protected] |
The enumeration allow to define what mode should be used for the presentation building.
References VISU.CreateAttributes(), VISU.GenerateName(), VISU.GetName(), MESSAGE, MYDEBUG, batchmode_visu_view3d.myFieldName, and visu.SetName().
| void VISU.ColoredPrs3d_i::SetField | ( | VISU::PField | theField | ) | [protected, virtual] |
Reimplemented in VISU.DeformedShapeAndScalarMap_i.
References visu_prs_example.myField.
| void VISU.ColoredPrs3d_i::UseFixedRange | ( | bool | theUseFixedRange | ) | [protected] |
| std::string VISU.ColoredPrs3d_i::GetScalarBarTitle | ( | ) | [protected] |
| std::string VISU.ColoredPrs3d_i::GetActorEntry | ( | ) | [protected, virtual] |
Reimplemented from VISU.Prs3d_i.
| void VISU.TMinMaxController::UpdateReference | ( | ColoredPrs3d_i * | theFromPrs3, |
| ColoredPrs3d_i * | theToPrs3d | ||
| ) | [virtual, inherited] |
Reimplemented in VISU.TCompositeMinMaxController.
| CORBA::Boolean VISU.Prs3d_i::Apply | ( | bool | theReInit | ) | [virtual, inherited] |
| void VISU.Prs3d_i::SetCResult | ( | VISU::Result_i * | theResult | ) | [inherited] |
References VISU.Result_i.GetStudyDocument(), and batchmode_visu_view3d.myResult.
| VISU::Result_i * VISU.Prs3d_i::GetCResult | ( | ) | const [inherited] |
References batchmode_visu_view3d.myResult.
| void VISU.Prs3d_i::SetResultObject | ( | VISU::Result_ptr | theResult | ) | [virtual, inherited] |
References VISU.GetServant().
| VISU::Result_ptr VISU.Prs3d_i::GetResultObject | ( | ) | [virtual, inherited] |
| void VISU.Prs3d_i::SetMeshName | ( | const char * | theMeshName | ) | [virtual, inherited] |
References VISU_Example_01.myMeshName.
| char * VISU.Prs3d_i::GetMeshName | ( | ) | [virtual, inherited] |
References VISU_Example_01.myMeshName.
| std::string VISU.Prs3d_i::GetCMeshName | ( | ) | const [inherited] |
References VISU_Example_01.myMeshName.
| virtual const char* VISU.Prs3d_i.GetComment | ( | ) | const [pure virtual, inherited] |
| virtual QString VISU.Prs3d_i.GenerateName | ( | ) | [pure virtual, inherited] |
| SALOMEDS::SObject_var VISU.Prs3d_i::GetSObject | ( | ) | [virtual, inherited] |
| void VISU.Prs3d_i::Update | ( | ) | [virtual, inherited] |
Reimplemented in VISU.StreamLines_i.
References MESSAGE, MYDEBUG, and VISU_PipeLine.Update().
| VISU_PipeLine * VISU.Prs3d_i::GetPipeLine | ( | ) | const [inherited] |
| bool VISU.Prs3d_i::IsPipeLineExists | ( | ) | [inherited] |
| vtkDataSet * VISU.Prs3d_i::GetInput | ( | ) | [inherited] |
| virtual VISU_Actor* VISU.Prs3d_i.CreateActor | ( | ) | [pure virtual, inherited] |
| void VISU.Prs3d_i::CreateActor | ( | VISU_Actor * | theActor | ) | [protected, inherited] |
| void VISU.Prs3d_i::RemoveActor | ( | VISU_ActorBase * | theActor | ) | [virtual, inherited] |
Implements VISU.TActorFactory.
| void VISU.Prs3d_i::RemoveAllClippingPlanes | ( | ) | [inherited] |
| bool VISU.Prs3d_i::AddClippingPlane | ( | vtkPlane * | thePlane | ) | [inherited] |
| vtkIdType VISU.Prs3d_i::GetNumberOfClippingPlanes | ( | ) | const [inherited] |
| vtkPlane * VISU.Prs3d_i::GetClippingPlane | ( | vtkIdType | theID | ) | const [inherited] |
| void VISU.Prs3d_i::RemoveClippingPlane | ( | vtkIdType | theID | ) | [inherited] |
| void VISU.Prs3d_i::SetPlaneParam | ( | vtkFloatingPointType | theDir[3], |
| vtkFloatingPointType | theDist, | ||
| vtkPlane * | thePlane | ||
| ) | [inherited] |
| void VISU.Prs3d_i::GetBounds | ( | vtkFloatingPointType | aBounds[6] | ) | [inherited] |
| int VISU.Prs3d_i::GetNumberOfActors | ( | ) | [inherited] |
| bool VISU.Prs3d_i::HasVisibleActors | ( | ) | [inherited] |
| void VISU.Prs3d_i::SetOffset | ( | const CORBA::Float * | theOffsets | ) | [inherited] |
| void VISU.Prs3d_i::SetOffset | ( | CORBA::Float | theDx, |
| CORBA::Float | theDy, | ||
| CORBA::Float | theDz | ||
| ) | [virtual, inherited] |
| void VISU.Prs3d_i::GetOffset | ( | CORBA::Float * | theOffsets | ) | [inherited] |
| void VISU.Prs3d_i::GetOffset | ( | CORBA::Float & | theDx, |
| CORBA::Float & | theDy, | ||
| CORBA::Float & | theDz | ||
| ) | [virtual, inherited] |
| void VISU.Prs3d_i::SetMarkerStd | ( | VISU::MarkerType | theMarkerType, |
| VISU::MarkerScale | theMarkerScale | ||
| ) | [virtual, inherited] |
References VISU.MS_NONE, and VISU.MT_POINT_SPRITE.
| void VISU.Prs3d_i::SetMarkerTexture | ( | CORBA::Long | theTextureId | ) | [virtual, inherited] |
References VISU.MT_USER.
| VISU::MarkerType VISU.Prs3d_i::GetMarkerType | ( | ) | [virtual, inherited] |
| VISU::MarkerScale VISU.Prs3d_i::GetMarkerScale | ( | ) | [virtual, inherited] |
| CORBA::Long VISU.Prs3d_i::GetMarkerTexture | ( | ) | [virtual, inherited] |
| bool VISU.Prs3d_i::GetActiveState | ( | ) | [virtual, inherited] |
Implements VISU.TActorFactory.
| unsigned long int VISU.Prs3d_i::GetMTime | ( | ) | [virtual, inherited] |
Implements VISU.TActorFactory.
| virtual VISU.Prs3d_i.Handle | ( | SALOME_InteractiveObject | ) | [virtual, inherited] |
| bool VISU.Prs3d_i::IsForcedHidden | ( | ) | const [inherited] |
| void VISU.Prs3d_i::SetForcedHidden | ( | bool | theFlag | ) | [inherited] |
| void VISU.Prs3d_i::SetPipeLine | ( | VISU_PipeLine * | thePipeLine | ) | [protected, inherited] |
| VISU_PipeLine * VISU.Prs3d_i::GetActorPipeLine | ( | ) | [protected, virtual, inherited] |
Reimplemented in VISU.GaussPoints_i, and VISU.Vectors_i.
| void VISU.Prs3d_i::CheckDataSet | ( | ) | [protected, virtual, inherited] |
| bool VISU.Prs3d_i::LoadMarkerTexture | ( | int | theMarkerId, |
| VTK::MarkerTexture & | theMarkerTexture | ||
| ) | [protected, inherited] |
References VISU.VISU_Gen_i.GetMarkerMap(), and VISU.Base_i.GetVisuGenImpl().
| 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] |
| 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] |
| 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.
| virtual VISU::VISUType VISU.Base_i.GetType | ( | ) | [pure virtual, inherited] |
Implemented in VISU.VISU_Gen_i, VISU.ColoredPrs3dCache_i, VISU.ColoredPrs3dHolder_i, VISU.CutLines_i, VISU.CutPlanes_i, VISU.CutSegment_i, VISU.DeformedShape_i, VISU.DeformedShapeAndScalarMap_i, VISU_Evolution_i, VISU.GaussPoints_i, VISU.VISU_Gen_i, VISU.IsoSurfaces_i, VISU.Mesh_i, VISU.Plot3D_i, VISU.PointMap3d_i, VISU.Result_i, VISU.ScalarMap_i, VISU.StreamLines_i, VISU.Table_i, VISU.Curve_i, VISU.Container_i, VISU_TimeAnimation_i, VISU.Vectors_i, VISU.XYPlot_i, VISU.TableView_i, VISU.View3D_i, and VISU.ViewManager_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] |
TGroupNames VISU.ColoredPrs3d_i.myGroupNames [protected] |
bool VISU.ColoredPrs3d_i.myIsRestored [private] |
SALOMEDS::SObject_var VISU.ColoredPrs3d_i.myRestoringSObject [private] |
VISU::Entity VISU.ColoredPrs3d_i.myEntity [private] |
std::string VISU.ColoredPrs3d_i.myFieldName [private] |
CORBA::Long VISU.ColoredPrs3d_i.myTimeStampNumber [private] |
CORBA::Long VISU.ColoredPrs3d_i.myPreviousTimeStampNumber [private] |
boost::signalslib::connection VISU.ColoredPrs3d_i.myResultConnection [private] |
bool VISU.ColoredPrs3d_i.myIsTimeStampFixed [private] |
PField VISU.ColoredPrs3d_i.myField [private] |
std::string VISU.ColoredPrs3d_i.myHolderEntry [private] |
std::string VISU.ColoredPrs3d_i.myTitle [private] |
bool VISU.ColoredPrs3d_i.myIsUnits [private] |
int VISU.ColoredPrs3d_i.myNumberOfLabels [private] |
vtkFloatingPointType VISU.ColoredPrs3d_i.myPosition[2] [private] |
vtkFloatingPointType VISU.ColoredPrs3d_i.myWidth [private] |
vtkFloatingPointType VISU.ColoredPrs3d_i.myHeight [private] |
vtkFloatingPointType VISU.ColoredPrs3d_i.myTitleSize [private] |
vtkFloatingPointType VISU.ColoredPrs3d_i.myLabelSize [private] |
vtkFloatingPointType VISU.ColoredPrs3d_i.myBarWidth [private] |
vtkFloatingPointType VISU.ColoredPrs3d_i.myBarHeight [private] |
bool VISU.ColoredPrs3d_i.myIsBoldTitle [private] |
bool VISU.ColoredPrs3d_i.myIsItalicTitle [private] |
bool VISU.ColoredPrs3d_i.myIsShadowTitle [private] |
int VISU.ColoredPrs3d_i.myTitFontType [private] |
vtkFloatingPointType VISU.ColoredPrs3d_i.myTitleColor[3] [private] |
bool VISU.ColoredPrs3d_i.myIsBoldLabel [private] |
bool VISU.ColoredPrs3d_i.myIsItalicLabel [private] |
bool VISU.ColoredPrs3d_i.myIsShadowLabel [private] |
int VISU.ColoredPrs3d_i.myLblFontType [private] |
vtkFloatingPointType VISU.ColoredPrs3d_i.myLabelColor[3] [private] |
VISU_ColoredPL* VISU.ColoredPrs3d_i.myColoredPL [private] |
bool VISU.ColoredPrs3d_i.myIsFixedRange [private] |
bool VISU.ColoredPrs3d_i.myIsDistributionVisible [private] |
int VISU.ColoredPrs3d_i.myValLblFontType [private] |
double VISU.ColoredPrs3d_i.myValLblFontSize [private] |
bool VISU.ColoredPrs3d_i.myIsBoldValLbl [private] |
bool VISU.ColoredPrs3d_i.myIsItalicValLbl [private] |
bool VISU.ColoredPrs3d_i.myIsShadowValLbl [private] |
vtkFloatingPointType VISU.ColoredPrs3d_i.myValLblFontColor[3] [private] |
vtkTimeStamp VISU.Prs3d_i.myUpdateTime [protected, inherited] |
vtkTimeStamp VISU.Prs3d_i.myParamsTime [protected, 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] |