![]() |
Computer Assited Medical Intervention Tool Kit
version 3.3
|
The popup menu of the VTK data component. More...
#include <VtkMeshComponentPopup.h>
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... | |
![]() | |
ComponentPopupMenu (Component *, QWidget *) | |
default constructor More... | |
Private Attributes | |
VtkMeshComponent * | myComponent |
Additional Inherited Members | |
![]() | |
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... | |
![]() | |
Component * | myComponent |
the Component concerned by this popup menu More... | |
The popup menu of the VTK data component.
VtkMeshComponentPopup::VtkMeshComponentPopup | ( | camitk::Component * | , |
QWidget * | |||
) |
Constructor (needs the component to manage)
|
slot |
show demo point data
|
slot |
Export as MDL file.
|
slot |
|
slot |
load texture from file
|
slot |
Load a transformation file and apply it to the SC.
|
slot |
Mesh registration.
|
slot |
hide all point data
|
slot |
|
slot |
show vtk point data
|
private |