|
Computer Assited Medical Intervention Tool Kit
version 5.0
|
|
Go to the documentation of this file.
26 #ifndef SIMPLISTICCOMPONENT_H
27 #define SIMPLISTICCOMPONENT_H
53 static SimplisticComponent* createInstance(QString name);
56 void initRepresentation()
override {}
61 bool addProperty(Property*)
override;
64 SimplisticComponent(QString name);
68 #endif // SIMPLISTICCOMPONENT_H
SimplisticComponent(QString name)
Definition: SimplisticComponent.cpp:33
#define CAMITK_INFO(MSG)
Log for info verbosity (the second most verbose one) The msg will appear only if the user asked for I...
Definition: Log.h:261
This class describes a property that can be used in components and actions or any class that needs to...
Definition: Property.h:303
This class has been implemented to be able to instantiate a very basic component with NO_REPRESENTATI...
Definition: SimplisticComponent.h:72
bool addProperty(Property *) override
This simplistic component cannot have properties If you need properties, it means that you need a par...
Definition: SimplisticComponent.cpp:37
A component is something that composed something and could also be a part of something.
Definition: modeling/libraries/pml/Component.h:48
static SimplisticComponent * createInstance(QString name)
Definition: SimplisticComponent.cpp:29
A Component represents something that could be included in the explorer view, the interactive 3D view...
Definition: sdk/libraries/core/component/Component.h:302
#define CAMITK_API
Definition: CamiTKAPI.h:49
Definition: Action.cpp:35