 |
Computer Assited Medical Intervention Tool Kit
version 4.1
|
Go to the documentation of this file.
62 virtual ApplyStatus
apply();
65 virtual ApplyStatus
apply(QList<QVector3D>* seedPoints);
78 QList<QVector3D>* seedPoints;
void setFamily(QString family)
the name of the family in which this action is associated
Definition: Action.cpp:128
#define CAMITK_WARNING(MSG)
Log for warning verbosity (the most common one) Will appear by default.
Definition: Log.h:261
everything went according to plan
Definition: Action.h:245
the action was aborted before completion
Definition: Action.h:248
ApplyStatus
Definition: Action.h:244
void setName(QString name)
Definition: Action.cpp:112
void setComponent(QString component)
the name of the component class that can be used by this action
Definition: Action.cpp:123
Action to crop a volumic image.
Definition: BoxVOI.h:42
The manager of the Image Volume data. An image volume data has no concrete 3D representation,...
Definition: ImageComponent.h:72
const ComponentList getTargets() const
the currently selected and valid (regarding the component property) components, for which this action...
Definition: Action.cpp:158
virtual ApplyStatus apply()
this method is automatically called when the action is triggered.
Definition: BoxVOI.cpp:84
void setEmbedded(bool isEmbedded)
set the embedded property (an action is embedded by default, unless specified otherwise by explicitly...
Definition: Action.cpp:138
QWidget * theWidget
The widget will be filled with parameters.
Definition: BoxVOI.h:96
virtual ~BoxVOI()
Default Destructor.
Definition: BoxVOI.cpp:61
void addTag(QString tag)
add a tag to the tags list of this action
Definition: Action.cpp:133
Action class is an abstract class that enables you to build a action (generally on a component)....
Definition: Action.h:228
virtual ApplyStatus apply()=0
This method is called when the action has to be applied on the target list (get the target lists usin...
virtual void process(camitk::ImageComponent *comp)
helper method to simplify the target component processing
Definition: BoxVOI.cpp:131
void setDescription(QString description)
the description of the action
Definition: Action.cpp:118
QString getName() const override
get the name to be displayed
Definition: sdk/libraries/core/component/Component.h:848
QList< QVector3D > * seedPoints
list of seed points
Definition: BoxVOI.h:99
BoxVOI(camitk::ActionExtension *)
Default Constructor.
Definition: BoxVOI.cpp:40
This class describes what is a generic Action extension. To add a ActionExtension to CamiTK core,...
Definition: ActionExtension.h:80
vtkSmartPointer< vtkImageData > getImageData() const
get the image volume managed by this Component
Definition: ImageComponent.h:103
#define BOXVOI_API
Definition: BoxVOIAPI.h:8
virtual QWidget * getWidget()
This method has to be redefined in your Action only if:
Definition: Action.cpp:163
void refresh()
refresh the display
virtual QWidget * getWidget()
Returns the widget that allows one to modify the action parameters.
Definition: BoxVOI.cpp:66
Definition: Action.cpp:36