#include <VISU_GaussPtsDeviceActor.h>

Public Member Functions | |
| vtkTypeMacro (VISU_GaussDeviceActorBase, vtkLODActor) | |
| virtual void | Render (vtkRenderer *, vtkMapper *) |
| void | SetTransform (VTKViewer_Transform *theTransform) |
| void | SetPointSpriteMapper (VISU_OpenGLPointSpriteMapper *theMapper) |
| virtual void | DoMapperShallowCopy (vtkMapper *theMapper, bool theIsCopyInput) |
| VISU_OpenGLPointSpriteMapper * | GetPointSpriteMapper () |
| virtual unsigned long int | GetMemorySize () |
| Gets memory size used by the instance (bytes). | |
| void | SetExtractor (SALOME_ExtractPolyDataGeometry *theExtractor) |
| SALOME_ExtractPolyDataGeometry * | GetExtractor () const |
Static Public Member Functions | |
| static VISU_GaussDeviceActorBase * | New () |
Protected Types | |
| typedef vtkSmartPointer < vtkPassThroughFilter > | PPassThroughFilter |
Protected Member Functions | |
| VISU_GaussDeviceActorBase () | |
| ~VISU_GaussDeviceActorBase () | |
Protected Attributes | |
| vtkSmartPointer < VISU_OpenGLPointSpriteMapper > | myMapper |
| vtkSmartPointer < VTKViewer_TransformFilter > | myTransformFilter |
| std::vector< PPassThroughFilter > | myPassFilter |
| SALOME_ExtractPolyDataGeometry * | myPolyDataExtractor |
Private Member Functions | |
| VISU_GaussDeviceActorBase (const VISU_GaussDeviceActorBase &) | |
| void | operator= (const VISU_GaussDeviceActorBase &) |
typedef vtkSmartPointer<vtkPassThroughFilter> VISU_GaussDeviceActorBase.PPassThroughFilter [protected] |
| VISU_GaussDeviceActorBase::VISU_GaussDeviceActorBase | ( | ) | [protected] |
| VISU_GaussDeviceActorBase::~VISU_GaussDeviceActorBase | ( | ) | [protected] |
| VISU_GaussDeviceActorBase.VISU_GaussDeviceActorBase | ( | const VISU_GaussDeviceActorBase & | ) | [private] |
| VISU_GaussDeviceActorBase.vtkTypeMacro | ( | VISU_GaussDeviceActorBase | , |
| vtkLODActor | |||
| ) |
| static VISU_GaussDeviceActorBase* VISU_GaussDeviceActorBase.New | ( | ) | [static] |
Reimplemented in VISU_GaussPtsDeviceActor, and VISU_PointsDeviceActor.
| virtual void VISU_GaussDeviceActorBase.Render | ( | vtkRenderer * | , |
| vtkMapper * | |||
| ) | [virtual] |
| void VISU_GaussDeviceActorBase::SetTransform | ( | VTKViewer_Transform * | theTransform | ) |
| void VISU_GaussDeviceActorBase::SetPointSpriteMapper | ( | VISU_OpenGLPointSpriteMapper * | theMapper | ) |
References VISU.GetOutput().
| void VISU_GaussDeviceActorBase::DoMapperShallowCopy | ( | vtkMapper * | theMapper, |
| bool | theIsCopyInput | ||
| ) | [virtual] |
Reimplemented in VISU_PointsDeviceActor.
References VISU.CopyMapper().
| VISU_OpenGLPointSpriteMapper * VISU_GaussDeviceActorBase::GetPointSpriteMapper | ( | ) |
| unsigned long int VISU_GaussDeviceActorBase::GetMemorySize | ( | ) | [virtual] |
Reimplemented in VISU_GaussPtsDeviceActor.
| void VISU_GaussDeviceActorBase.SetExtractor | ( | SALOME_ExtractPolyDataGeometry * | theExtractor | ) |
| SALOME_ExtractPolyDataGeometry* VISU_GaussDeviceActorBase.GetExtractor | ( | ) | const |
| void VISU_GaussDeviceActorBase.operator= | ( | const VISU_GaussDeviceActorBase & | ) | [private] |
vtkSmartPointer<VISU_OpenGLPointSpriteMapper> VISU_GaussDeviceActorBase.myMapper [protected] |
vtkSmartPointer<VTKViewer_TransformFilter> VISU_GaussDeviceActorBase.myTransformFilter [protected] |
std::vector<PPassThroughFilter> VISU_GaussDeviceActorBase.myPassFilter [protected] |