VTK
|
widget for vtkSplineRepresentation. More...
#include <vtkSplineWidget2.h>
Public Types | |
typedef vtkAbstractWidget | Superclass |
![]() | |
typedef vtkInteractorObserver | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkSplineWidget2 * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | SetRepresentation (vtkSplineRepresentation *r) |
![]() | |
virtual void | SetEnabled (int) |
void | Render () |
virtual void | SetPriority (float) |
virtual void | SetProcessEvents (int) |
virtual int | GetProcessEvents () |
virtual void | ProcessEventsOn () |
virtual void | ProcessEventsOff () |
vtkWidgetEventTranslator * | GetEventTranslator () |
void | SetParent (vtkAbstractWidget *parent) |
virtual vtkAbstractWidget * | GetParent () |
vtkWidgetRepresentation * | GetRepresentation () |
virtual void | SetManagesCursor (int) |
virtual int | GetManagesCursor () |
virtual void | ManagesCursorOn () |
virtual void | ManagesCursorOff () |
vtkAbstractWidget * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
Static Public Member Functions | |
static vtkSplineWidget2 * | New () |
static int | IsTypeOf (const char *type) |
static vtkSplineWidget2 * | SafeDownCast (vtkObjectBase *o) |
![]() | |
static int | IsTypeOf (const char *type) |
static vtkAbstractWidget * | SafeDownCast (vtkObjectBase *o) |
Protected Types | |
enum | _WidgetState { Start =0, Active } |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
![]() | |
vtkAbstractWidget () | |
~vtkAbstractWidget () | |
void | SetWidgetRepresentation (vtkWidgetRepresentation *r) |
virtual void | SetCursor (int vtkNotUsed(state)) |
Static Protected Member Functions | |
static void | SelectAction (vtkAbstractWidget *) |
static void | EndSelectAction (vtkAbstractWidget *) |
static void | TranslateAction (vtkAbstractWidget *) |
static void | ScaleAction (vtkAbstractWidget *) |
static void | MoveAction (vtkAbstractWidget *) |
![]() | |
static void | ProcessEventsHandler (vtkObject *object, unsigned long event, void *clientdata, void *calldata) |
Protected Attributes | |
int | WidgetState |
![]() | |
vtkWidgetRepresentation * | WidgetRep |
int | ManagesCursor |
vtkWidgetEventTranslator * | EventTranslator |
vtkWidgetCallbackMapper * | CallbackMapper |
vtkAbstractWidget * | Parent |
void * | CallData |
int | ProcessEvents |
void | CreateDefaultRepresentation () |
vtkSplineWidget2 () | |
~vtkSplineWidget2 () | |
widget for vtkSplineRepresentation.
vtkSplineWidget2 is the vtkAbstractWidget subclass for vtkSplineRepresentation which manages the interactions with vtkSplineRepresentation. This is based on vtkSplineWidget.
Definition at line 39 of file vtkSplineWidget2.h.
Definition at line 43 of file vtkSplineWidget2.h.
|
protected |
Enumerator | |
---|---|
Start | |
Active |
Definition at line 68 of file vtkSplineWidget2.h.
|
protected |
Create the default widget representation if one is not set. By default, this is an instance of the vtkSplineRepresentation class.
|
protected |
Create the default widget representation if one is not set. By default, this is an instance of the vtkSplineRepresentation class.
|
static |
|
static |
|
virtual |
Standard macros implementing standard VTK methods.
Reimplemented from vtkAbstractWidget.
|
static |
|
protectedvirtual |
Standard macros implementing standard VTK methods.
Reimplemented from vtkAbstractWidget.
vtkSplineWidget2* vtkSplineWidget2::NewInstance | ( | ) | const |
void vtkSplineWidget2::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
|
inline |
Specify an instance of vtkWidgetRepresentation used to represent this widget in the scene. Note that the representation is a subclass of vtkProp so it can be added to the renderer independent of the widget.
Definition at line 50 of file vtkSplineWidget2.h.
|
virtual |
Create the default widget representation if one is not set. By default, this is an instance of the vtkSplineRepresentation class.
Implements vtkAbstractWidget.
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
protected |
Definition at line 67 of file vtkSplineWidget2.h.