VTK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
vtkParallelCoordinatesInteractorStyle Class Reference

interactive manipulation of the camera specialized for parallel coordinates More...

#include <vtkParallelCoordinatesInteractorStyle.h>

Inheritance diagram for vtkParallelCoordinatesInteractorStyle:
[legend]
Collaboration diagram for vtkParallelCoordinatesInteractorStyle:
[legend]

Public Types

enum  { INTERACT_HOVER =0, INTERACT_INSPECT, INTERACT_ZOOM, INTERACT_PAN }
 
typedef
vtkInteractorStyleTrackballCamera 
Superclass
 
- Public Types inherited from vtkInteractorStyleTrackballCamera
typedef vtkInteractorStyle Superclass
 

Public Member Functions

virtual int IsA (const char *type)
 
vtkParallelCoordinatesInteractorStyleNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent)
 
virtual void StartInspect (int x, int y)
 
virtual void Inspect (int x, int y)
 
virtual void EndInspect ()
 
virtual void StartZoom ()
 
virtual void Zoom ()
 
virtual void EndZoom ()
 
virtual void StartPan ()
 
virtual void Pan ()
 
virtual void EndPan ()
 
virtual int * GetCursorStartPosition ()
 
virtual void GetCursorStartPosition (int &, int &)
 
virtual void GetCursorStartPosition (int[2])
 
virtual int * GetCursorCurrentPosition ()
 
virtual void GetCursorCurrentPosition (int &, int &)
 
virtual void GetCursorCurrentPosition (int[2])
 
virtual int * GetCursorLastPosition ()
 
virtual void GetCursorLastPosition (int &, int &)
 
virtual void GetCursorLastPosition (int[2])
 
void GetCursorStartPosition (vtkViewport *viewport, double pos[2])
 
void GetCursorCurrentPosition (vtkViewport *viewport, double pos[2])
 
void GetCursorLastPosition (vtkViewport *viewport, double pos[2])
 
virtual void OnMouseMove ()
 
virtual void OnLeftButtonDown ()
 
virtual void OnLeftButtonUp ()
 
virtual void OnMiddleButtonDown ()
 
virtual void OnMiddleButtonUp ()
 
virtual void OnRightButtonDown ()
 
virtual void OnRightButtonUp ()
 
virtual void OnLeave ()
 
- Public Member Functions inherited from vtkInteractorStyleTrackballCamera
vtkInteractorStyleTrackballCameraNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent)
 
virtual void Rotate ()
 
virtual void Spin ()
 
virtual void Dolly ()
 
virtual void OnMouseWheelForward ()
 
virtual void OnMouseWheelBackward ()
 
virtual void SetMotionFactor (double)
 
virtual double GetMotionFactor ()
 

Static Public Member Functions

static
vtkParallelCoordinatesInteractorStyle
New ()
 
static int IsTypeOf (const char *type)
 
static
vtkParallelCoordinatesInteractorStyle
SafeDownCast (vtkObjectBase *o)
 
- Static Public Member Functions inherited from vtkInteractorStyleTrackballCamera
static
vtkInteractorStyleTrackballCamera
New ()
 
static int IsTypeOf (const char *type)
 
static
vtkInteractorStyleTrackballCamera
SafeDownCast (vtkObjectBase *o)
 

Protected Member Functions

virtual vtkObjectBase * NewInstanceInternal () const
 
- Protected Member Functions inherited from vtkInteractorStyleTrackballCamera
 vtkInteractorStyleTrackballCamera ()
 
 ~vtkInteractorStyleTrackballCamera ()
 
virtual void Dolly (double factor)
 

Protected Attributes

int CursorStartPosition [2]
 
int CursorCurrentPosition [2]
 
int CursorLastPosition [2]
 
- Protected Attributes inherited from vtkInteractorStyleTrackballCamera
double MotionFactor
 
virtual void OnChar ()
 
 vtkParallelCoordinatesInteractorStyle ()
 
 ~vtkParallelCoordinatesInteractorStyle ()
 

Detailed Description

interactive manipulation of the camera specialized for parallel coordinates

vtkParallelCoordinatesInteractorStyle allows the user to interactively manipulate (rotate, pan, zoomm etc.) the camera. Several events are overloaded from its superclass vtkParallelCoordinatesInteractorStyle, hence the mouse bindings are different. (The bindings keep the camera's view plane normal perpendicular to the x-y plane.) In summary the mouse events are as follows:

Note that the renderer's actors are not moved; instead the camera is moved.

See Also
vtkInteractorStyle vtkInteractorStyleTrackballActor vtkInteractorStyleJoystickCamera vtkInteractorStyleJoystickActor
Events:
vtkCommand::UpdateEvent vtkCommand::EndInteractionEvent vtkCommand::InteractionEvent vtkCommand::StartInteractionEvent

Definition at line 56 of file vtkParallelCoordinatesInteractorStyle.h.

Member Typedef Documentation

Definition at line 60 of file vtkParallelCoordinatesInteractorStyle.h.

Member Enumeration Documentation

anonymous enum
Enumerator
INTERACT_HOVER 
INTERACT_INSPECT 
INTERACT_ZOOM 
INTERACT_PAN 

Definition at line 64 of file vtkParallelCoordinatesInteractorStyle.h.

Constructor & Destructor Documentation

vtkParallelCoordinatesInteractorStyle::vtkParallelCoordinatesInteractorStyle ( )
protected

Override the "fly-to" (f keypress) for images.

vtkParallelCoordinatesInteractorStyle::~vtkParallelCoordinatesInteractorStyle ( )
protected

Override the "fly-to" (f keypress) for images.

Member Function Documentation

static vtkParallelCoordinatesInteractorStyle* vtkParallelCoordinatesInteractorStyle::New ( )
static
static int vtkParallelCoordinatesInteractorStyle::IsTypeOf ( const char *  type)
static
virtual int vtkParallelCoordinatesInteractorStyle::IsA ( const char *  type)
virtual

Reimplemented from vtkInteractorStyleTrackballCamera.

static vtkParallelCoordinatesInteractorStyle* vtkParallelCoordinatesInteractorStyle::SafeDownCast ( vtkObjectBase *  o)
static
virtual vtkObjectBase* vtkParallelCoordinatesInteractorStyle::NewInstanceInternal ( ) const
protectedvirtual

Reimplemented from vtkInteractorStyleTrackballCamera.

vtkParallelCoordinatesInteractorStyle* vtkParallelCoordinatesInteractorStyle::NewInstance ( ) const
void vtkParallelCoordinatesInteractorStyle::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
virtual int* vtkParallelCoordinatesInteractorStyle::GetCursorStartPosition ( )
virtual

Get the cursor positions in pixel coords

virtual void vtkParallelCoordinatesInteractorStyle::GetCursorStartPosition ( int &  ,
int &   
)
virtual

Get the cursor positions in pixel coords

virtual void vtkParallelCoordinatesInteractorStyle::GetCursorStartPosition ( int  [2])
virtual

Get the cursor positions in pixel coords

virtual int* vtkParallelCoordinatesInteractorStyle::GetCursorCurrentPosition ( )
virtual

Get the cursor positions in pixel coords

virtual void vtkParallelCoordinatesInteractorStyle::GetCursorCurrentPosition ( int &  ,
int &   
)
virtual

Get the cursor positions in pixel coords

virtual void vtkParallelCoordinatesInteractorStyle::GetCursorCurrentPosition ( int  [2])
virtual

Get the cursor positions in pixel coords

virtual int* vtkParallelCoordinatesInteractorStyle::GetCursorLastPosition ( )
virtual

Get the cursor positions in pixel coords

virtual void vtkParallelCoordinatesInteractorStyle::GetCursorLastPosition ( int &  ,
int &   
)
virtual

Get the cursor positions in pixel coords

virtual void vtkParallelCoordinatesInteractorStyle::GetCursorLastPosition ( int  [2])
virtual

Get the cursor positions in pixel coords

void vtkParallelCoordinatesInteractorStyle::GetCursorStartPosition ( vtkViewport *  viewport,
double  pos[2] 
)

Get the cursor positions in a given coordinate system

void vtkParallelCoordinatesInteractorStyle::GetCursorCurrentPosition ( vtkViewport *  viewport,
double  pos[2] 
)

Get the cursor positions in a given coordinate system

void vtkParallelCoordinatesInteractorStyle::GetCursorLastPosition ( vtkViewport *  viewport,
double  pos[2] 
)

Get the cursor positions in a given coordinate system

virtual void vtkParallelCoordinatesInteractorStyle::OnMouseMove ( )
virtual

Event bindings controlling the effects of pressing mouse buttons or moving the mouse.

Reimplemented from vtkInteractorStyleTrackballCamera.

virtual void vtkParallelCoordinatesInteractorStyle::OnLeftButtonDown ( )
virtual

Event bindings controlling the effects of pressing mouse buttons or moving the mouse.

Reimplemented from vtkInteractorStyleTrackballCamera.

virtual void vtkParallelCoordinatesInteractorStyle::OnLeftButtonUp ( )
virtual

Event bindings controlling the effects of pressing mouse buttons or moving the mouse.

Reimplemented from vtkInteractorStyleTrackballCamera.

virtual void vtkParallelCoordinatesInteractorStyle::OnMiddleButtonDown ( )
virtual

Event bindings controlling the effects of pressing mouse buttons or moving the mouse.

Reimplemented from vtkInteractorStyleTrackballCamera.

virtual void vtkParallelCoordinatesInteractorStyle::OnMiddleButtonUp ( )
virtual

Event bindings controlling the effects of pressing mouse buttons or moving the mouse.

Reimplemented from vtkInteractorStyleTrackballCamera.

virtual void vtkParallelCoordinatesInteractorStyle::OnRightButtonDown ( )
virtual

Event bindings controlling the effects of pressing mouse buttons or moving the mouse.

Reimplemented from vtkInteractorStyleTrackballCamera.

virtual void vtkParallelCoordinatesInteractorStyle::OnRightButtonUp ( )
virtual

Event bindings controlling the effects of pressing mouse buttons or moving the mouse.

Reimplemented from vtkInteractorStyleTrackballCamera.

virtual void vtkParallelCoordinatesInteractorStyle::OnLeave ( )
virtual

Event bindings controlling the effects of pressing mouse buttons or moving the mouse.

virtual void vtkParallelCoordinatesInteractorStyle::StartInspect ( int  x,
int  y 
)
virtual
virtual void vtkParallelCoordinatesInteractorStyle::Inspect ( int  x,
int  y 
)
virtual
virtual void vtkParallelCoordinatesInteractorStyle::EndInspect ( )
virtual
virtual void vtkParallelCoordinatesInteractorStyle::StartZoom ( )
virtual
virtual void vtkParallelCoordinatesInteractorStyle::Zoom ( )
virtual
virtual void vtkParallelCoordinatesInteractorStyle::EndZoom ( )
virtual
virtual void vtkParallelCoordinatesInteractorStyle::StartPan ( )
virtual
virtual void vtkParallelCoordinatesInteractorStyle::Pan ( )
virtual

Reimplemented from vtkInteractorStyleTrackballCamera.

virtual void vtkParallelCoordinatesInteractorStyle::EndPan ( )
virtual
virtual void vtkParallelCoordinatesInteractorStyle::OnChar ( )
virtual

Override the "fly-to" (f keypress) for images.

Member Data Documentation

int vtkParallelCoordinatesInteractorStyle::CursorStartPosition[2]
protected

Definition at line 119 of file vtkParallelCoordinatesInteractorStyle.h.

int vtkParallelCoordinatesInteractorStyle::CursorCurrentPosition[2]
protected

Definition at line 120 of file vtkParallelCoordinatesInteractorStyle.h.

int vtkParallelCoordinatesInteractorStyle::CursorLastPosition[2]
protected

Definition at line 121 of file vtkParallelCoordinatesInteractorStyle.h.


The documentation for this class was generated from the following file: