#include <VISU_GaussPtsDeviceActor.h>
Public Member Functions |
| | vtkTypeMacro (VISU_CursorPyramid, vtkObject) |
| virtual void | Render (vtkRenderer *, vtkMapper *) |
| void | AddToRender (vtkRenderer *theRenderer) |
| void | RemoveFromRender (vtkRenderer *theRenderer) |
| void | Init (vtkFloatingPointType theHeight, vtkFloatingPointType theCursorSize, vtkFloatingPointType theRadius, vtkFloatingPointType theMagnification, vtkFloatingPointType theClamp, vtkFloatingPointType thePos[3], vtkFloatingPointType theColor[3]) |
| void | SetPreferences (vtkFloatingPointType theHeight, vtkFloatingPointType theCursorSize) |
Static Public Member Functions |
| static VISU_CursorPyramid * | New () |
Protected Member Functions |
| | VISU_CursorPyramid () |
| void | Init (vtkFloatingPointType theHeight, vtkFloatingPointType theRadius) |
Protected Attributes |
| int | myNbCones |
| vtkSmartPointer< vtkConeSource > | mySources [6] |
vtkSmartPointer
< vtkAppendPolyData > | myAppendFilter |
vtkSmartPointer
< vtkPolyDataMapper > | myMapper |
| vtkFloatingPointType | myHeight |
| vtkFloatingPointType | myCursorSize |
| vtkFloatingPointType | myRadius |
| vtkFloatingPointType | myMagnification |
| vtkFloatingPointType | myClamp |
Private Member Functions |
| | VISU_CursorPyramid (const VISU_CursorPyramid &) |
| void | operator= (const VISU_CursorPyramid &) |
Constructor & Destructor Documentation
| VISU_CursorPyramid::VISU_CursorPyramid |
( |
| ) |
[protected] |
Member Function Documentation
| virtual void VISU_CursorPyramid.Render |
( |
vtkRenderer * |
, |
|
|
vtkMapper * |
|
|
) |
| [virtual] |
| void VISU_CursorPyramid::AddToRender |
( |
vtkRenderer * |
theRenderer | ) |
|
| void VISU_CursorPyramid::RemoveFromRender |
( |
vtkRenderer * |
theRenderer | ) |
|
| void VISU_CursorPyramid::Init |
( |
vtkFloatingPointType |
theHeight, |
|
|
vtkFloatingPointType |
theCursorSize, |
|
|
vtkFloatingPointType |
theRadius, |
|
|
vtkFloatingPointType |
theMagnification, |
|
|
vtkFloatingPointType |
theClamp, |
|
|
vtkFloatingPointType |
thePos[3], |
|
|
vtkFloatingPointType |
theColor[3] |
|
) |
| |
| void VISU_CursorPyramid::SetPreferences |
( |
vtkFloatingPointType |
theHeight, |
|
|
vtkFloatingPointType |
theCursorSize |
|
) |
| |
| void VISU_CursorPyramid::Init |
( |
vtkFloatingPointType |
theHeight, |
|
|
vtkFloatingPointType |
theRadius |
|
) |
| [protected] |
Field Documentation