#include <VISU_PointMap3dActor.h>

Public Member Functions | |
| vtkTypeMacro (VISU_PointMap3dActor, SALOME_Actor) | |
| ~VISU_PointMap3dActor () | |
| virtual void | AddToRender (vtkRenderer *) |
| virtual void | RemoveFromRender (vtkRenderer *) |
| virtual void | SetVisibility (int theMode) |
| virtual VISU_ScalarBarActor * | GetScalarBar () |
| virtual void | setIO (const Handle(SALOME_InteractiveObject)&theIO) |
| virtual VISU_DeformedGridPL * | GetPipeLine () |
| virtual void | SetPipeLine (VISU_DeformedGridPL *thePipeLine) |
| vtkTypeMacro (VISU_ActorBase, SALOME_Actor) | |
| VISU::TActorFactory * | GetFactory () |
| virtual void | SetFactory (VISU::TActorFactory *theActorFactory) |
| virtual void | UpdateFromFactory () |
| virtual void | SetTransform (VTKViewer_Transform *theTransform) |
| virtual void | SetLineWidth (vtkFloatingPointType theLineWidth) |
| virtual vtkFloatingPointType | GetLineWidth () |
| virtual void | SetShrink () |
| virtual void | UnShrink () |
| virtual bool | IsShrunkable () |
| virtual bool | IsShrunk () |
| virtual void | SetShrinkable (bool theIsShrinkable) |
| virtual void | SetShrinkFactor (vtkFloatingPointType theFactor=0.8) |
| virtual vtkFloatingPointType | GetShrinkFactor () |
| virtual void | SetRepresentation (int theMode) |
| virtual void | RemoveFromRender () |
| virtual void | ConnectToFactory (boost::signal0< void > &, boost::signal0< void > &) |
| virtual vtkDataSet * | GetHighlightedDataSet () |
| Return pointer to the dataset, which used to calculation of the bounding box of the actor Redefined from VTKViewer_Actor. | |
Static Public Member Functions | |
| static VISU_PointMap3dActor * | New () |
Protected Member Functions | |
| VISU_PointMap3dActor () | |
Protected Attributes | |
| vtkSmartPointer < VISU_DeformedGridPL > | myPipeLine |
| VISU_ScalarBarActor * | myScalarBar |
| VISU::TActorFactory * | myActorFactory |
| vtkTimeStamp | myUpdateFromFactoryTime |
| boost::signal1< void, VISU_ActorBase * > | myDestroySignal |
| boost::signalslib::connection | myUpdateActorsConnection |
| boost::signalslib::connection | myRemoveFromRendererConnection |
| vtkSmartPointer < VTKViewer_ShrinkFilter > | myShrinkFilter |
| bool | myIsShrinkable |
| bool | myIsShrunk |
| VISU_PointMap3dActor::VISU_PointMap3dActor | ( | ) | [protected] |
References MESSAGE, MYDEBUG, and VISU_ScalarBarActor.New().
| VISU_PointMap3dActor.vtkTypeMacro | ( | VISU_PointMap3dActor | , |
| SALOME_Actor | |||
| ) |
| static VISU_PointMap3dActor* VISU_PointMap3dActor.New | ( | ) | [static] |
| void VISU_PointMap3dActor::AddToRender | ( | vtkRenderer * | theRenderer | ) | [virtual] |
| void VISU_PointMap3dActor::RemoveFromRender | ( | vtkRenderer * | theRenderer | ) | [virtual] |
Reimplemented from VISU_ActorBase.
| void VISU_PointMap3dActor::SetVisibility | ( | int | theMode | ) | [virtual] |
| VISU_ScalarBarActor * VISU_PointMap3dActor::GetScalarBar | ( | ) | [virtual] |
| void VISU_PointMap3dActor::setIO | ( | const Handle(SALOME_InteractiveObject)& | theIO | ) | [virtual] |
| VISU_DeformedGridPL * VISU_PointMap3dActor::GetPipeLine | ( | ) | [virtual] |
| void VISU_PointMap3dActor::SetPipeLine | ( | VISU_DeformedGridPL * | thePipeLine | ) | [virtual] |
References VISU_ColoredPL.GetBarTable(), and VISU_PipeLine.GetMapper().
| VISU_ActorBase.vtkTypeMacro | ( | VISU_ActorBase | , |
| SALOME_Actor | |||
| ) | [inherited] |
| VISU::TActorFactory * VISU_ActorBase::GetFactory | ( | ) | [inherited] |
| void VISU_ActorBase::SetFactory | ( | VISU::TActorFactory * | theActorFactory | ) | [virtual, inherited] |
Reimplemented in VISU_GaussPtsAct.
References VISU.TActorFactory.RemoveActor().
| void VISU_ActorBase::UpdateFromFactory | ( | ) | [virtual, inherited] |
| void VISU_ActorBase::SetTransform | ( | VTKViewer_Transform * | theTransform | ) | [virtual, inherited] |
Reimplemented in VISU_GaussPtsAct, VISU_GaussPtsAct1, VISU_MeshAct, VISU_ScalarMapAct, and VISU_VectorsAct.
| void VISU_ActorBase::SetLineWidth | ( | vtkFloatingPointType | theLineWidth | ) | [virtual, inherited] |
Reimplemented in VISU_Actor, VISU_MeshAct, and VISU_ScalarMapAct.
| vtkFloatingPointType VISU_ActorBase::GetLineWidth | ( | ) | [virtual, inherited] |
Reimplemented in VISU_Actor, VISU_MeshAct, and VISU_ScalarMapAct.
| void VISU_ActorBase::SetShrink | ( | ) | [virtual, inherited] |
Reimplemented in VISU_Actor, VISU_MeshAct, and VISU_ScalarMapAct.
References VISU.GetOutput(), VISU_ActorBase.myIsShrinkable, VISU_ActorBase.myIsShrunk, and VISU_ActorBase.myShrinkFilter.
| void VISU_ActorBase::UnShrink | ( | ) | [virtual, inherited] |
Reimplemented in VISU_Actor, VISU_MeshAct, and VISU_ScalarMapAct.
References VISU.GetOutput(), and VISU_ActorBase.myIsShrunk.
| bool VISU_ActorBase::IsShrunkable | ( | ) | [virtual, inherited] |
Reimplemented in VISU_Actor.
References VISU_ActorBase.myIsShrinkable.
| bool VISU_ActorBase::IsShrunk | ( | ) | [virtual, inherited] |
Reimplemented in VISU_Actor.
References VISU_ActorBase.myIsShrunk.
| void VISU_ActorBase::SetShrinkable | ( | bool | theIsShrinkable | ) | [virtual, inherited] |
Reimplemented in VISU_Actor, VISU_MeshAct, and VISU_ScalarMapAct.
References VISU_ActorBase.myIsShrinkable.
| void VISU_ActorBase::SetShrinkFactor | ( | vtkFloatingPointType | theFactor = 0.8 | ) | [virtual, inherited] |
Reimplemented in VISU_Actor, VISU_MeshAct, and VISU_ScalarMapAct.
| vtkFloatingPointType VISU_ActorBase::GetShrinkFactor | ( | ) | [virtual, inherited] |
Reimplemented in VISU_Actor.
| void VISU_ActorBase::SetRepresentation | ( | int | theMode | ) | [virtual, inherited] |
Reimplemented in VISU_Actor, VISU_MeshAct, and VISU_ScalarMapAct.
| void VISU_ActorBase::RemoveFromRender | ( | ) | [virtual, inherited] |
References VISU.GetRenderer().
| void VISU_ActorBase::ConnectToFactory | ( | boost::signal0< void > & | theUpdateActorSignal, |
| boost::signal0< void > & | theRemoveFromRendererSignal | ||
| ) | [virtual, inherited] |
| vtkDataSet * VISU_ActorBase::GetHighlightedDataSet | ( | ) | [virtual, inherited] |
Reimplemented in VISU_VectorsAct.
vtkSmartPointer<VISU_DeformedGridPL> VISU_PointMap3dActor.myPipeLine [protected] |
VISU_ScalarBarActor* VISU_PointMap3dActor.myScalarBar [protected] |
VISU::TActorFactory* VISU_ActorBase.myActorFactory [protected, inherited] |
vtkTimeStamp VISU_ActorBase.myUpdateFromFactoryTime [protected, inherited] |
boost::signal1<void,VISU_ActorBase*> VISU_ActorBase.myDestroySignal [protected, inherited] |
boost::signalslib::connection VISU_ActorBase.myUpdateActorsConnection [protected, inherited] |
boost::signalslib::connection VISU_ActorBase.myRemoveFromRendererConnection [protected, inherited] |
vtkSmartPointer<VTKViewer_ShrinkFilter> VISU_ActorBase.myShrinkFilter [protected, inherited] |
Reimplemented in VISU_Actor.
bool VISU_ActorBase.myIsShrinkable [protected, inherited] |
Reimplemented in VISU_Actor.
bool VISU_ActorBase.myIsShrunk [protected, inherited] |
Reimplemented in VISU_Actor.