#include <VISU_ImplicitFunctionWidget.hxx>

Public Member Functions | |
| vtkTypeMacro (VISU_UnScaledActor, vtkFollower) | |
| void | SetCenter (vtkFloatingPointType *) |
| virtual void | SetSize (int theSize) |
| virtual void | Render (vtkRenderer *theRenderer) |
| virtual vtkFloatingPointType * | GetBounds () |
Static Public Member Functions | |
| static VISU_UnScaledActor * | New () |
Protected Member Functions | |
| VISU_UnScaledActor () | |
| ~VISU_UnScaledActor () | |
Protected Attributes | |
| vtkFloatingPointType | myCenter [3] |
| int | mySize |
| VISU_UnScaledActor.~VISU_UnScaledActor | ( | ) | [protected] |
| VISU_UnScaledActor.vtkTypeMacro | ( | VISU_UnScaledActor | , |
| vtkFollower | |||
| ) |
| static VISU_UnScaledActor* VISU_UnScaledActor.New | ( | ) | [static] |
| void VISU_UnScaledActor::SetCenter | ( | vtkFloatingPointType * | pC | ) |
References myCenter.
| void VISU_UnScaledActor::SetSize | ( | int | theSize | ) | [virtual] |
References mySize.
| void VISU_UnScaledActor::Render | ( | vtkRenderer * | theRenderer | ) | [virtual] |
| vtkFloatingPointType * VISU_UnScaledActor::GetBounds | ( | ) | [virtual] |
References myCenter.
vtkFloatingPointType VISU_UnScaledActor.myCenter[3] [protected] |
int VISU_UnScaledActor.mySize [protected] |