26 #ifndef REORIENTIMAGE_H 27 #define REORIENTIMAGE_H 32 #include "ui_ReorientImage.h" 35 class vtkAnnotatedCubeActor;
39 class InteractiveViewer;
53 virtual QWidget* getWidget();
55 void showApplyButton(
bool show);
61 virtual void rcsChanged(
const QString index);
63 virtual void modelChanged(
bool displayMaleModel);
70 void buildGeometries();
74 void buildTransforms();
76 void initInternalViewer();
78 void setAxesOrientation(
const QString orientation);
92 vtkSmartPointer<vtkAxesActor>
axes;
115 #endif // REORIENTIMAGE_H vtkSmartPointer< vtkTransform > cubeTransform
Definition: ReorientImage.h:101
camitk::Geometry * maleModel
Definition: ReorientImage.h:105
InteractiveViewer is used to view 3D objects and slices (anything that provides either a InterfaceBit...
Definition: InteractiveViewer.h:140
QMap< QChar, QString > lettersMeaning
Definition: ReorientImage.h:109
vtkSmartPointer< vtkTransform > orientationTransform
Definition: ReorientImage.h:97
Action class is an abstract class that enables you to build a action (generally on a component)...
Definition: Action.h:207
Definition: ReorientImage.h:42
Definition: Action.cpp:36
vtkSmartPointer< vtkTransform > axesTransform
Definition: ReorientImage.h:102
This class describes what is a generic Action extension.
Definition: ActionExtension.h:59
vtkSmartPointer< vtkTransform > orientationCubeTransform
Definition: ReorientImage.h:99
The manager of the Image Volume data.
Definition: ImageComponent.h:73
vtkSmartPointer< vtkAxesActor > axes
axes actor
Definition: ReorientImage.h:92
QDialog * dialog
the dialog
Definition: ReorientImage.h:89
camitk::InteractiveViewer * internalViewer
Definition: ReorientImage.h:80
ApplyStatus
describes what happened during the application of an algorithm (i.e. results of the apply method) ...
Definition: Action.h:223
Ui::ReorientImage ui
the Qt Gui
Definition: ReorientImage.h:86
vtkSmartPointer< vtkAnnotatedCubeActor > annotatedCube
annotated cube actor
Definition: ReorientImage.h:95
A 3D representation of a vtkPointSet to be displayed in a InteractiveViewer, this class implements th...
Definition: Geometry.h:126
camitk::Geometry * modelBoundingBox
Definition: ReorientImage.h:104
camitk::Geometry * femaleModel
Definition: ReorientImage.h:106