#include <vtkPolygonalHandleRepresentation3D.h>
This class serves as the geometrical representation of a vtkHandleWidget. The handle can be represented by an arbitrary polygonal data (vtkPolyData), set via SetHandle(vtkPolyData *). The actual position of the handle will be initially assumed to be (0,0,0). You can specify an offset from this position if desired.
Definition at line 47 of file vtkPolygonalHandleRepresentation3D.h.
Standard methods for instances of this class.
Reimplemented from vtkHandleRepresentation.
Definition at line 56 of file vtkPolygonalHandleRepresentation3D.h.
vtkPolygonalHandleRepresentation3D::vtkPolygonalHandleRepresentation3D | ( | ) | [protected] |
vtkPolygonalHandleRepresentation3D::~vtkPolygonalHandleRepresentation3D | ( | ) | [protected] |
static vtkPolygonalHandleRepresentation3D* vtkPolygonalHandleRepresentation3D::New | ( | ) | [static] |
Instantiate this class.
Reimplemented from vtkObject.
virtual const char* vtkPolygonalHandleRepresentation3D::GetClassName | ( | ) | [virtual] |
Standard methods for instances of this class.
Reimplemented from vtkHandleRepresentation.
static int vtkPolygonalHandleRepresentation3D::IsTypeOf | ( | const char * | type | ) | [static] |
Standard methods for instances of this class.
Reimplemented from vtkHandleRepresentation.
virtual int vtkPolygonalHandleRepresentation3D::IsA | ( | const char * | type | ) | [virtual] |
Standard methods for instances of this class.
Reimplemented from vtkHandleRepresentation.
static vtkPolygonalHandleRepresentation3D* vtkPolygonalHandleRepresentation3D::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Standard methods for instances of this class.
Reimplemented from vtkHandleRepresentation.
void vtkPolygonalHandleRepresentation3D::PrintSelf | ( | ostream & | os, | |
vtkIndent | indent | |||
) | [virtual] |
Standard methods for instances of this class.
Reimplemented from vtkHandleRepresentation.
virtual void vtkPolygonalHandleRepresentation3D::SetWorldPosition | ( | double | p[3] | ) | [virtual] |
Set the position of the point in world and display coordinates. Note that if the position is set outside of the bounding box, it will be clamped to the boundary of the bounding box. This method overloads the superclasses' SetWorldPosition() and SetDisplayPosition() in order to set the focal point of the cursor properly.
Reimplemented from vtkHandleRepresentation.
virtual void vtkPolygonalHandleRepresentation3D::SetDisplayPosition | ( | double | p[3] | ) | [virtual] |
Set the position of the point in world and display coordinates. Note that if the position is set outside of the bounding box, it will be clamped to the boundary of the bounding box. This method overloads the superclasses' SetWorldPosition() and SetDisplayPosition() in order to set the focal point of the cursor properly.
Reimplemented from vtkHandleRepresentation.
void vtkPolygonalHandleRepresentation3D::SetHandle | ( | vtkPolyData * | ) |
Set/get the handle polydata.
vtkPolyData* vtkPolygonalHandleRepresentation3D::GetHandle | ( | ) |
Set/get the handle polydata.
virtual void vtkPolygonalHandleRepresentation3D::SetOffset | ( | double | , | |
double | , | |||
double | ||||
) | [virtual] |
Set/get the offset of the handle position with respect to the handle center, assumed to be the origin.
virtual void vtkPolygonalHandleRepresentation3D::SetOffset | ( | double | [3] | ) | [virtual] |
Set/get the offset of the handle position with respect to the handle center, assumed to be the origin.
virtual double* vtkPolygonalHandleRepresentation3D::GetOffset | ( | ) | [virtual] |
Set/get the offset of the handle position with respect to the handle center, assumed to be the origin.
virtual void vtkPolygonalHandleRepresentation3D::GetOffset | ( | double & | , | |
double & | , | |||
double & | ||||
) | [virtual] |
Set/get the offset of the handle position with respect to the handle center, assumed to be the origin.
virtual void vtkPolygonalHandleRepresentation3D::GetOffset | ( | double | [3] | ) | [virtual] |
Set/get the offset of the handle position with respect to the handle center, assumed to be the origin.
void vtkPolygonalHandleRepresentation3D::SetProperty | ( | vtkProperty * | ) |
Set/Get the handle properties when unselected and selected.
void vtkPolygonalHandleRepresentation3D::SetSelectedProperty | ( | vtkProperty * | ) |
Set/Get the handle properties when unselected and selected.
virtual vtkProperty* vtkPolygonalHandleRepresentation3D::GetProperty | ( | ) | [virtual] |
Set/Get the handle properties when unselected and selected.
virtual vtkProperty* vtkPolygonalHandleRepresentation3D::GetSelectedProperty | ( | ) | [virtual] |
Set/Get the handle properties when unselected and selected.
virtual vtkAbstractTransform* vtkPolygonalHandleRepresentation3D::GetTransform | ( | ) | [virtual] |
Get the transform used to place the generic handle polydata in the render window
virtual void vtkPolygonalHandleRepresentation3D::BuildRepresentation | ( | ) | [virtual] |
Methods to make this class properly act like a vtkWidgetRepresentation.
Implements vtkWidgetRepresentation.
virtual void vtkPolygonalHandleRepresentation3D::StartWidgetInteraction | ( | double | eventPos[2] | ) | [virtual] |
Methods to make this class properly act like a vtkWidgetRepresentation.
Reimplemented from vtkWidgetRepresentation.
virtual void vtkPolygonalHandleRepresentation3D::WidgetInteraction | ( | double | eventPos[2] | ) | [virtual] |
Methods to make this class properly act like a vtkWidgetRepresentation.
Reimplemented from vtkWidgetRepresentation.
virtual int vtkPolygonalHandleRepresentation3D::ComputeInteractionState | ( | int | X, | |
int | Y, | |||
int | modify = 0 | |||
) | [virtual] |
Methods to make this class properly act like a vtkWidgetRepresentation.
Reimplemented from vtkWidgetRepresentation.
virtual void vtkPolygonalHandleRepresentation3D::ShallowCopy | ( | vtkProp * | prop | ) | [virtual] |
Methods to make this class behave as a vtkProp.
Reimplemented from vtkHandleRepresentation.
virtual void vtkPolygonalHandleRepresentation3D::GetActors | ( | vtkPropCollection * | ) | [virtual] |
Methods to make this class behave as a vtkProp.
Reimplemented from vtkWidgetRepresentation.
virtual void vtkPolygonalHandleRepresentation3D::ReleaseGraphicsResources | ( | vtkWindow * | ) | [virtual] |
Methods to make this class behave as a vtkProp.
Reimplemented from vtkWidgetRepresentation.
virtual int vtkPolygonalHandleRepresentation3D::RenderOpaqueGeometry | ( | vtkViewport * | viewport | ) | [virtual] |
virtual int vtkPolygonalHandleRepresentation3D::RenderTranslucentPolygonalGeometry | ( | vtkViewport * | viewport | ) | [virtual] |
virtual int vtkPolygonalHandleRepresentation3D::HasTranslucentPolygonalGeometry | ( | ) | [virtual] |
Methods to make this class behave as a vtkProp.
Reimplemented from vtkWidgetRepresentation.
virtual double* vtkPolygonalHandleRepresentation3D::GetBounds | ( | ) | [virtual] |
Methods to make this class behave as a vtkProp.
Reimplemented from vtkWidgetRepresentation.
virtual void vtkPolygonalHandleRepresentation3D::SetLabelVisibility | ( | int | ) | [virtual] |
A label may be associated with the seed. The string can be set via SetLabelText. The visibility of the label can be turned on / off.
virtual int vtkPolygonalHandleRepresentation3D::GetLabelVisibility | ( | ) | [virtual] |
A label may be associated with the seed. The string can be set via SetLabelText. The visibility of the label can be turned on / off.
virtual void vtkPolygonalHandleRepresentation3D::LabelVisibilityOn | ( | ) | [virtual] |
A label may be associated with the seed. The string can be set via SetLabelText. The visibility of the label can be turned on / off.
virtual void vtkPolygonalHandleRepresentation3D::LabelVisibilityOff | ( | ) | [virtual] |
A label may be associated with the seed. The string can be set via SetLabelText. The visibility of the label can be turned on / off.
virtual void vtkPolygonalHandleRepresentation3D::SetLabelText | ( | const char * | label | ) | [virtual] |
A label may be associated with the seed. The string can be set via SetLabelText. The visibility of the label can be turned on / off.
virtual void vtkPolygonalHandleRepresentation3D::SetLabelTextScale | ( | double | scale[3] | ) | [virtual] |
Scale text (font size along each dimension).
virtual double* vtkPolygonalHandleRepresentation3D::GetLabelTextScale | ( | ) | [virtual] |
Scale text (font size along each dimension).
void vtkPolygonalHandleRepresentation3D::Highlight | ( | int | highlight | ) | [protected] |
void vtkPolygonalHandleRepresentation3D::Translate | ( | double * | p1, | |
double * | p2 | |||
) | [protected] |
void vtkPolygonalHandleRepresentation3D::Scale | ( | double * | p1, | |
double * | p2, | |||
double | eventPos[2] | |||
) | [protected] |
void vtkPolygonalHandleRepresentation3D::MoveFocus | ( | double * | p1, | |
double * | p2 | |||
) | [protected] |
void vtkPolygonalHandleRepresentation3D::CreateDefaultProperties | ( | ) | [protected] |
void vtkPolygonalHandleRepresentation3D::MoveFocusRequest | ( | double * | p1, | |
double * | p2, | |||
double | requestedDisplayPos[3] | |||
) | [protected] |
int vtkPolygonalHandleRepresentation3D::DetermineConstraintAxis | ( | int | constraint, | |
double * | x, | |||
double * | startPickPos | |||
) | [protected] |
vtkActor* vtkPolygonalHandleRepresentation3D::Actor [protected] |
Definition at line 134 of file vtkPolygonalHandleRepresentation3D.h.
Definition at line 135 of file vtkPolygonalHandleRepresentation3D.h.
Definition at line 136 of file vtkPolygonalHandleRepresentation3D.h.
Definition at line 137 of file vtkPolygonalHandleRepresentation3D.h.
Definition at line 138 of file vtkPolygonalHandleRepresentation3D.h.
Definition at line 139 of file vtkPolygonalHandleRepresentation3D.h.
double vtkPolygonalHandleRepresentation3D::LastPickPosition[3] [protected] |
Definition at line 140 of file vtkPolygonalHandleRepresentation3D.h.
double vtkPolygonalHandleRepresentation3D::LastEventPosition[2] [protected] |
Definition at line 141 of file vtkPolygonalHandleRepresentation3D.h.
double vtkPolygonalHandleRepresentation3D::Offset[3] [protected] |
Definition at line 142 of file vtkPolygonalHandleRepresentation3D.h.
int vtkPolygonalHandleRepresentation3D::ConstraintAxis [protected] |
Definition at line 143 of file vtkPolygonalHandleRepresentation3D.h.
vtkProperty* vtkPolygonalHandleRepresentation3D::Property [protected] |
Definition at line 144 of file vtkPolygonalHandleRepresentation3D.h.
Definition at line 145 of file vtkPolygonalHandleRepresentation3D.h.
int vtkPolygonalHandleRepresentation3D::WaitingForMotion [protected] |
Definition at line 146 of file vtkPolygonalHandleRepresentation3D.h.
int vtkPolygonalHandleRepresentation3D::WaitCount [protected] |
Definition at line 147 of file vtkPolygonalHandleRepresentation3D.h.
int vtkPolygonalHandleRepresentation3D::LabelVisibility [protected] |
Definition at line 170 of file vtkPolygonalHandleRepresentation3D.h.
Definition at line 171 of file vtkPolygonalHandleRepresentation3D.h.
Definition at line 172 of file vtkPolygonalHandleRepresentation3D.h.
Definition at line 173 of file vtkPolygonalHandleRepresentation3D.h.
Definition at line 174 of file vtkPolygonalHandleRepresentation3D.h.