|
Computer Assited Medical Intervention Tool Kit
version 5.0
|
|
Go to the documentation of this file.
25 #ifndef BASIC_MESH_EXTENSION_H
26 #define BASIC_MESH_EXTENSION_H
29 #include <QPushButton>
30 #include <QDialogButtonBox>
42 Q_PLUGIN_METADATA(IID
"fr.imag.camitk.sdk.action.basicmesh")
52 virtual void init()
override;
55 virtual QString
getName()
override {
56 return "Basic Mesh Extension";
61 return "This extension provides various basic actions for mesh components";
66 #endif // BASIC_MESH_EXTENSION_H
virtual ~BasicMeshExtension()=default
the destructor
Convert the image into an image stencil.
Definition: MeshToImageStencil.h:40
BasicMeshExtension()
the constructor (needed to initialize the icon resources)
Definition: BasicMeshExtension.cpp:40
The basic mesh action extension.
Definition: BasicMeshExtension.h:39
Display mesures of mesh quality listed by element types.
Definition: MeshQuality.h:57
virtual QString getDescription() override
Method that return the action extension description.
Definition: BasicMeshExtension.h:83
Demonstrates how to get information from image picking.
Definition: MeshPicking.h:45
Change the color of the rendering of the current selected mesh. Use its widget (pop-up) to select the...
Definition: ChangeColor.h:42
#define registerNewAction(X)
Definition: ActionExtension.h:63
An operator to change the way mesh are visualized.
Definition: RenderingOption.h:42
This class describes what is a generic Action extension. To add a ActionExtension to CamiTK core,...
Definition: ActionExtension.h:80
virtual QString getName() override
Method that return the action extension name.
Definition: BasicMeshExtension.h:78
virtual void init() override
initialize all the actions
Definition: BasicMeshExtension.cpp:46
Definition: ComputeNormals.h:32
Center the current camitk::MeshComponent in the center of the space coordinate.
Definition: CenterMesh.h:42