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

The popup menu of the VTK data component. More...

#include <VtkMeshComponentPopup.h>

+ Inheritance diagram for VtkMeshComponentPopup:

Public Slots

void demoPointData ()
 show demo point data More...
 
void exportMDL ()
 Export as MDL file. More...
 
void getDisplacementFromTransformation ()
 Load a transformation, then compute the displacement of each point with this transformation, then save it in a file. More...
 
void loadTextureFromBMPFile ()
 load texture from file More...
 
void loadTransformationFile ()
 Load a transformation file and apply it to the SC. More...
 
void meshRegistration ()
 Mesh registration. More...
 
void noPointData ()
 hide all point data More...
 
void processLibrary (QString libraryName)
 
void vtkPointData ()
 show vtk point data More...
 

Public Member Functions

 VtkMeshComponentPopup (camitk::Component *, QWidget *)
 Constructor (needs the component to manage) More...
 
- Public Member Functions inherited from camitk::ComponentPopupMenu
 ComponentPopupMenu (Component *, QWidget *)
 default constructor More...
 

Private Attributes

VtkMeshComponentmyComponent
 

Additional Inherited Members

- Protected Member Functions inherited from camitk::ComponentPopupMenu
QAction * addAction (const QString name, const char *member, bool isCheckable=true)
 Add a new item to the popup menu) More...
 
QAction * addSeparator ()
 insert a menu separator and return the corresponding action More...
 
- Protected Attributes inherited from camitk::ComponentPopupMenu
ComponentmyComponent
 the Component concerned by this popup menu More...
 

Detailed Description

The popup menu of the VTK data component.

Constructor & Destructor Documentation

VtkMeshComponentPopup::VtkMeshComponentPopup ( camitk::Component ,
QWidget *   
)

Constructor (needs the component to manage)

Member Function Documentation

void VtkMeshComponentPopup::demoPointData ( )
slot

show demo point data

void VtkMeshComponentPopup::exportMDL ( )
slot

Export as MDL file.

void VtkMeshComponentPopup::getDisplacementFromTransformation ( )
slot

Load a transformation, then compute the displacement of each point with this transformation, then save it in a file.

This Component is NOT transformed.

void VtkMeshComponentPopup::loadTextureFromBMPFile ( )
slot

load texture from file

void VtkMeshComponentPopup::loadTransformationFile ( )
slot

Load a transformation file and apply it to the SC.

void VtkMeshComponentPopup::meshRegistration ( )
slot

Mesh registration.

void VtkMeshComponentPopup::noPointData ( )
slot

hide all point data

void VtkMeshComponentPopup::processLibrary ( QString  libraryName)
slot
void VtkMeshComponentPopup::vtkPointData ( )
slot

show vtk point data

Member Data Documentation

VtkMeshComponent* VtkMeshComponentPopup::myComponent
private

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