represent the position of a point in display coordinates
More...
#include <vtkPointHandleRepresentation2D.h>
represent the position of a point in display coordinates
This class is used to represent a vtkHandleWidget. It represents a position in 2D world coordinates using a x-y cursor (the cursor defined by an instance of vtkPolyData and generated by a vtkPolyDataAlgorithm).
- See Also
- vtkHandleRepresentation vtkHandleWidget
- Examples:
- vtkPointHandleRepresentation2D (Examples)
- Tests:
- vtkPointHandleRepresentation2D (Tests)
Definition at line 47 of file vtkPointHandleRepresentation2D.h.
vtkPointHandleRepresentation2D::vtkPointHandleRepresentation2D |
( |
| ) |
|
|
protected |
vtkPointHandleRepresentation2D::~vtkPointHandleRepresentation2D |
( |
| ) |
|
|
protected |
static int vtkPointHandleRepresentation2D::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
Standard methods for instances of this class.
virtual int vtkPointHandleRepresentation2D::IsA |
( |
const char * |
type | ) |
|
|
virtual |
Standard methods for instances of this class.
virtual vtkObjectBase* vtkPointHandleRepresentation2D::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
Standard methods for instances of this class.
void vtkPointHandleRepresentation2D::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
Standard methods for instances of this class.
void vtkPointHandleRepresentation2D::SetCursorShape |
( |
vtkPolyData * |
cursorShape | ) |
|
Specify the cursor shape with an instance of vtkPolyData. Note that shape is assumed to be defined in the display coordinate system. By default a vtkCursor2D shape is used.
vtkPolyData* vtkPointHandleRepresentation2D::GetCursorShape |
( |
| ) |
|
Specify the cursor shape with an instance of vtkPolyData. Note that shape is assumed to be defined in the display coordinate system. By default a vtkCursor2D shape is used.
virtual void vtkPointHandleRepresentation2D::SetDisplayPosition |
( |
double |
xyz[3] | ) |
|
|
virtual |
Set/Get the position of the point in display coordinates. This overloads the superclasses SetDisplayPosition in order to set the focal point of the cursor.
Reimplemented from vtkHandleRepresentation.
void vtkPointHandleRepresentation2D::SetProperty |
( |
vtkProperty2D * |
| ) |
|
Set/Get the handle properties when unselected and selected.
void vtkPointHandleRepresentation2D::SetSelectedProperty |
( |
vtkProperty2D * |
| ) |
|
Set/Get the handle properties when unselected and selected.
virtual vtkProperty2D* vtkPointHandleRepresentation2D::GetProperty |
( |
| ) |
|
|
virtual |
Set/Get the handle properties when unselected and selected.
virtual vtkProperty2D* vtkPointHandleRepresentation2D::GetSelectedProperty |
( |
| ) |
|
|
virtual |
Set/Get the handle properties when unselected and selected.
virtual double* vtkPointHandleRepresentation2D::GetBounds |
( |
| ) |
|
|
virtual |
virtual void vtkPointHandleRepresentation2D::BuildRepresentation |
( |
| ) |
|
|
virtual |
virtual void vtkPointHandleRepresentation2D::StartWidgetInteraction |
( |
double |
eventPos[2] | ) |
|
|
virtual |
virtual void vtkPointHandleRepresentation2D::WidgetInteraction |
( |
double |
eventPos[2] | ) |
|
|
virtual |
virtual int vtkPointHandleRepresentation2D::ComputeInteractionState |
( |
int |
X, |
|
|
int |
Y, |
|
|
int |
modify = 0 |
|
) |
| |
|
virtual |
virtual void vtkPointHandleRepresentation2D::ShallowCopy |
( |
vtkProp * |
prop | ) |
|
|
virtual |
virtual void vtkPointHandleRepresentation2D::DeepCopy |
( |
vtkProp * |
prop | ) |
|
|
virtual |
virtual void vtkPointHandleRepresentation2D::GetActors2D |
( |
vtkPropCollection * |
| ) |
|
|
virtual |
virtual void vtkPointHandleRepresentation2D::ReleaseGraphicsResources |
( |
vtkWindow * |
| ) |
|
|
virtual |
virtual int vtkPointHandleRepresentation2D::RenderOverlay |
( |
vtkViewport * |
viewport | ) |
|
|
virtual |
Methods to make this class behave as a vtkProp.
void vtkPointHandleRepresentation2D::Highlight |
( |
int |
highlight | ) |
|
virtual void vtkPointHandleRepresentation2D::SetPointPlacer |
( |
vtkPointPlacer * |
| ) |
|
|
virtual |
Override the superclass implementation. This class does not use a point placer. Point placers dictate the placement of points in 3D space. Since this class constrains points to lie in an overlay plane anyway, we don't care. Just returns.
Reimplemented from vtkHandleRepresentation.
void vtkPointHandleRepresentation2D::Translate |
( |
double |
eventPos[2] | ) |
|
|
protected |
void vtkPointHandleRepresentation2D::Scale |
( |
double |
eventPos[2] | ) |
|
|
protected |
void vtkPointHandleRepresentation2D::CreateDefaultProperties |
( |
| ) |
|
|
protected |
int vtkPointHandleRepresentation2D::DetermineConstraintAxis |
( |
int |
constraint, |
|
|
double |
eventPos[2] |
|
) |
| |
|
protected |
vtkActor2D* vtkPointHandleRepresentation2D::Actor |
|
protected |
vtkPolyDataMapper2D* vtkPointHandleRepresentation2D::Mapper |
|
protected |
vtkGlyph2D* vtkPointHandleRepresentation2D::Glypher |
|
protected |
vtkPolyData* vtkPointHandleRepresentation2D::CursorShape |
|
protected |
vtkPoints* vtkPointHandleRepresentation2D::FocalPoint |
|
protected |
double vtkPointHandleRepresentation2D::LastPickPosition[3] |
|
protected |
double vtkPointHandleRepresentation2D::LastEventPosition[2] |
|
protected |
int vtkPointHandleRepresentation2D::ConstraintAxis |
|
protected |
vtkProperty2D* vtkPointHandleRepresentation2D::Property |
|
protected |
vtkProperty2D* vtkPointHandleRepresentation2D::SelectedProperty |
|
protected |
int vtkPointHandleRepresentation2D::WaitingForMotion |
|
protected |
int vtkPointHandleRepresentation2D::WaitCount |
|
protected |
The documentation for this class was generated from the following file: