|
| | SPV3D_Prs (const char *entry, SPV3D_ViewWindow *view) |
| |
| | ~SPV3D_Prs () |
| |
| void | SetName (const std::string &name) |
| |
| SPV3D_Prs * | deepCopy () const |
| |
| void | FillUsingActor (vtkActor *actor) const |
| |
| void | DisplayIn (SALOME_View *v) const override |
| | It uses double dispatch in order to invoke Display() method corresponding to the actual type of presentation. More...
|
| |
| void | SetPVRenderInfo (SPV3D_EXPORTSPV3DData *pvRendInfo) |
| |
| pqPipelineSource * | GetSourceProducer () const |
| |
| void | SetRepresentation (pqDataRepresentation *repr) const |
| |
| pqDataRepresentation * | GetRepresentation () const |
| |
| bool | IsNull () const override |
| | Should return true, if this presentation contains a graphic object. More...
|
| |
| void | hide () const |
| |
| bool | isVisible () const |
| |
| | SALOME_PV3DPrs (const char *e) |
| | Constructor. More...
|
| |
| virtual void | DisplayIn (SALOME_View *) const |
| | It uses double dispatch in order to invoke Display() method corresponding to the actual type of presentation. More...
|
| |
| virtual void | EraseIn (SALOME_View *, const bool=false) const |
| | It uses double dispatch in order to invoke Erase() method corresponding to the actual type of presentation. More...
|
| |
| virtual void | BeforeDisplayIn (SALOME_Displayer *, SALOME_View *) const |
| | It uses double dispatch in order to invoke BeforeDisplayIn() method corresponding to the actual type of presentation. More...
|
| |
| virtual void | AfterDisplayIn (SALOME_Displayer *, SALOME_View *) const |
| | It uses double dispatch in order to invoke AfterDisplayIn() method corresponding to the actual type of presentation. More...
|
| |
| virtual void | BeforeEraseIn (SALOME_Displayer *, SALOME_View *) const |
| | It uses double dispatch in order to invoke BeforeEraseIn() method corresponding to the actual type of presentation. More...
|
| |
| virtual void | AfterEraseIn (SALOME_Displayer *, SALOME_View *) const |
| | It uses double dispatch in order to invoke AfterEraseIn() method corresponding to the actual type of presentation. More...
|
| |
| virtual void | Update (SALOME_Displayer *) |
| | It uses double dispatch in order to invoke Update() method corresponding to the actual type of presentation. More...
|
| |
| virtual void | LocalSelectionIn (SALOME_View *, const int) const |
| | Key method for double dispatch of activation of sub-shapes selection. More...
|
| |
| virtual void | LocalSelectionIn (SALOME_View *, const std::list< int >) const |
| |
| | SALOME_Prs (const char *) |
| | Constructor. More...
|
| |
| virtual | ~SALOME_Prs () |
| | Destructor. More...
|
| |
| const char * | GetEntry () const |
| | Get entry. More...
|
| |
| virtual void | DisplayIn (SALOME_View *) const =0 |
| | Key method for double dispatch of display operation. More...
|
| |
| virtual void | EraseIn (SALOME_View *, const bool=false) const =0 |
| | Key method for double dispatch of erase operation. More...
|
| |
| virtual void | BeforeDisplayIn (SALOME_Displayer *, SALOME_View *) const =0 |
| | Key method for double dispatch of pre-display operation. More...
|
| |
| virtual void | AfterDisplayIn (SALOME_Displayer *, SALOME_View *) const =0 |
| | Key method for double dispatch of post-display operation. More...
|
| |
| virtual void | BeforeEraseIn (SALOME_Displayer *, SALOME_View *) const =0 |
| | Key method for double dispatch of pre-erase operation. More...
|
| |
| virtual void | AfterEraseIn (SALOME_Displayer *, SALOME_View *) const =0 |
| | Key method for double dispatch of post-erase operation. More...
|
| |
| virtual void | Update (SALOME_Displayer *)=0 |
| | Key method for double dispatch of update operation. More...
|
| |
| virtual bool | IsNull () const =0 |
| | Should return true, if this presentation contains a graphic object. More...
|
| |
| virtual void | LocalSelectionIn (SALOME_View *, const int) const =0 |
| | Key method for double dispatch of activation of sub-shapes selection. More...
|
| |
| virtual void | LocalSelectionIn (SALOME_View *, const std::list< int >) const |
| |
| bool | IsClippable () const |
| |
| void | SetClippable (bool isClippable) |
| |