 |
Computer Assited Medical Intervention Tool Kit
version 4.1
|
Go to the documentation of this file.
26 #ifndef HISTORYCOMPONENT_H
27 #define HISTORYCOMPONENT_H
33 #include <Component.h>
107 QString getName()
const;
111 Type getType()
const;
119 #endif // HISTORYCOMPONENT_H
Type type
The component's Type.
Definition: HistoryComponent.h:134
HistoryComponent(Component *component)
Construct a new History component from the input component.
Definition: HistoryComponent.cpp:34
The manager of the Image Volume data. An image volume data has no concrete 3D representation,...
Definition: ImageComponent.h:73
HistoryComponent class describes the component information (name, type) stored in the history.
Definition: HistoryComponent.h:82
QString name
The name of the Component.
Definition: HistoryComponent.h:130
QString getName() const override
get the name to be displayed
Definition: sdk/libraries/core/component/Component.h:849
@ IMAGE_COMPONENT
this Component represents a volumic image and its subcomponents can be displayed as slices.
Definition: HistoryComponent.h:120
@ MESH_COMPONENT
this Component represent a 3D mesh, it has a 3D representation which can be displayed in the 3D viewe...
Definition: HistoryComponent.h:121
Basic component to manage any kind of mesh.
Definition: MeshComponent.h:53
@ OTHER
this Component has no defined representation.
Definition: HistoryComponent.h:122
Type getType() const
Get the Type of the Component associated to this item.
Definition: HistoryComponent.cpp:53
QString getName() const
Get the the name of the Component associated to this item.
Definition: HistoryComponent.cpp:48
Type
Definition: HistoryComponent.h:119
A Component represents something that could be included in the explorer view, the interactive 3D view...
Definition: sdk/libraries/core/component/Component.h:298
#define CAMITK_API
Definition: CamiTKAPI.h:49
Definition: Action.cpp:36