![]() |
Computer Assited Medical Intervention Tool Kit
version 4.0
|
The popup menu of the structural component data component. More...
#include <StructuralComponentDCPopup.h>
Inherits camitk::ComponentPopupMenu.
Public Slots | |
void | saveToCsv () |
save as vtk More... | |
Public Member Functions | |
StructuralComponentDCPopup (camitk::Component *, QWidget *) | |
constructor More... | |
![]() | |
ComponentPopupMenu (Component *, QWidget *) | |
default constructor More... | |
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 structural component data component.
StructuralComponentDCPopup::StructuralComponentDCPopup | ( | camitk::Component * | dc, |
QWidget * | parent | ||
) |
constructor
References camitk::ComponentPopupMenu::addAction(), and saveToCsv().
|
slot |
save as vtk
save a csv file with informations : coordinates and references of the points for the moment
References camitk::Component::getFileName(), Structure::getIndex(), StructuralComponent::getNumberOfStructures(), Atom::getPosition(), StructuralComponent::getStructure(), camitk::Component::getTopLevelComponent(), and camitk::ComponentPopupMenu::myComponent.
Referenced by StructuralComponentDCPopup().