![]() |
Computer Assited Medical Intervention Tool Kit
|
The popup menu of the VTK data component. More...
#include <VtkMeshComponentPopup.h>
Public Slots | |
void | cleanPolyData () |
clean a poly data (remove redundant nodes) | |
void | demoPointData () |
show demo point data | |
void | exportMDL () |
Export as MDL file. | |
void | getDisplacementFromTransformation () |
Load a transformation, then compute the displacement of each point with this transformation, then save it in a file. | |
void | loadTextureFromBMPFile () |
load texture from file | |
void | loadTransformationFile () |
Load a transformation file and apply it to the SC. | |
void | meshRegistration () |
Mesh registration. | |
void | noPointData () |
hide all point data | |
void | processLibrary (QString libraryName) |
void | vtkPointData () |
show vtk point data |
Public Member Functions | |
VtkMeshComponentPopup (Component *, QWidget *) | |
![]() | |
ComponentPopupMenu (Component *, QWidget *) | |
default constructor |
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) | |
QAction * | addSeparator () |
insert a menu separator and return the corresponding action | |
![]() | |
Component * | myComponent |
the Component concerned by this popup menu |
The popup menu of the VTK data component.
VtkMeshComponentPopup::VtkMeshComponentPopup | ( | Component * | dc, |
QWidget * | parent | ||
) |
|
slot |
clean a poly data (remove redundant nodes)
References camitk::Component::getFileName(), camitk::Component::getName(), camitk::Component::getPointSet(), and myComponent.
Referenced by VtkMeshComponentPopup().
|
slot |
show demo point data
References VtkMeshComponent::DEMO, and myComponent.
Referenced by VtkMeshComponentPopup().
|
slot |
|
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.
References camitk::Component::getPointSet(), and myComponent.
Referenced by VtkMeshComponentPopup().
|
slot |
|
slot |
Load a transformation file and apply it to the SC.
References camitk::Component::getDataPort(), camitk::Component::getPointSet(), myComponent, camitk::Component::setDataConnection(), camitk::Component::setModified(), and camitk::Component::setPointSet().
Referenced by VtkMeshComponentPopup().
|
slot |
|
slot |
hide all point data
References myComponent, and VtkMeshComponent::NONE.
Referenced by VtkMeshComponentPopup().
|
slot |
References myComponent.
Referenced by meshRegistration().
|
slot |
show vtk point data
References VtkMeshComponent::INITIAL, and myComponent.
Referenced by VtkMeshComponentPopup().
|
private |