Computer Assited Medical Intervention Tool Kit  version 3.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Public Member Functions | Public Attributes | Private Attributes | List of all members
PlaneWidget Class Reference

This class implements a VTK implicit plane in the CamiTK application. More...

#include <PlaneWidget.h>

+ Inheritance diagram for PlaneWidget:

Public Member Functions

virtual void Execute (vtkObject *caller, unsigned long, void *)
 Allows one to get the current 3D widget configuration. More...
 
 PlaneWidget ()
 the constructor More...
 
 PlaneWidget (Action *a)
 the constructor More...
 
virtual ~PlaneWidget ()
 the destructor More...
 

Public Attributes

vtkSmartPointer
< vtkImplicitPlaneWidget > 
planeWidget
 The widget to see the real information => the high resolution region. More...
 

Private Attributes

camitk::Actionaction
 

Detailed Description

This class implements a VTK implicit plane in the CamiTK application.

Constructor & Destructor Documentation

PlaneWidget::PlaneWidget ( )

the constructor

PlaneWidget::PlaneWidget ( Action a)

the constructor

virtual PlaneWidget::~PlaneWidget ( )
virtual

the destructor

Member Function Documentation

virtual void PlaneWidget::Execute ( vtkObject *  caller,
unsigned  long,
void *   
)
virtual

Allows one to get the current 3D widget configuration.

This is a VTK "callback" (inherited from vtkCommand).

Member Data Documentation

camitk::Action* PlaneWidget::action
private
vtkSmartPointer<vtkImplicitPlaneWidget> PlaneWidget::planeWidget

The widget to see the real information => the high resolution region.


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