#include "ReorientImage.h"
#include <Core.h>
#include <InteractiveGeometryViewer.h>
#include <Log.h>
#include <ImageComponent.h>
#include <ImageOrientationHelper.h>
#include <Property.h>
#include <QString>
#include <QDialog>
#include <QFile>
#include <QTextStream>
#include <QMetaEnum>
#include <CamiTKDisableWarnings>
#include <vtkProperty.h>
#include <vtkCaptionActor2D.h>
#include <vtkAnnotatedCubeActor.h>
#include <vtkProperty2D.h>
#include <CamiTKReEnableWarnings>
#include <vtkImageReslice.h>
#include <vtkTransform.h>
#include <vtkAxesActor.h>
#include <vtkTextActor.h>
#include <vtkTextProperty.h>
#include <vtkAssembly.h>
#include <VtkMeshUtil.h>
#include <MeshComponent.h>
Variables | |
static const QString | AMeaning = "<b>Anterior</b> <i>(face of the patient)</i> to <b>Posterior</b> <i>(back of the patient)</i>" |
static const QString | IMeaning = "<b>Inferior</b> <i>(feet of the patient)</i> to <b>Superior</b> <i>(head of the patient)</i>" |
static const QString | LMeaning = "<b>Left</b> <i>(left of the patient)</i> to <b>Right</b> <i>(right of the patient)</i>" |
static const QString | PMeaning = "<b>Posterior</b> <i>(back of the patient)</i> to <b>Anterior</b> <i>(face of the patient)</i>" |
static const QString | RMeaning = "<b>Right</b> <i>(right of the patient)</i> to <b>Left</b> <i>(left of the patient)</i>" |
static const QString | SMeaning = "<b>Superior</b> <i>(head of the patient)</i> to <b>Inferior</b> <i>(feet of the patient)</i>" |
|
static |
Referenced by ReorientImage::ReorientImage().
|
static |
Referenced by ReorientImage::ReorientImage().
|
static |
Referenced by ReorientImage::ReorientImage().
|
static |
Referenced by ReorientImage::ReorientImage().
|
static |
Referenced by ReorientImage::ReorientImage().
|
static |
Referenced by ReorientImage::ReorientImage().