![]() |
Computer Assited Medical Intervention Tool Kit
version 4.1
|
#include "ReorientImage.h"#include <Core.h>#include <InteractiveViewer.h>#include <Log.h>#include <ImageComponent.h>#include <ImageOrientationHelper.h>#include <Property.h>#include <QString>#include <QDialog>#include <QFile>#include <QTextStream>#include <QMetaEnum>#include <vtkProperty.h>#include <vtkImageReslice.h>#include <vtkTransform.h>#include <vtkAxesActor.h>#include <vtkCaptionActor2D.h>#include <vtkTextActor.h>#include <vtkTextProperty.h>#include <vtkProperty2D.h>#include <vtkAnnotatedCubeActor.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().
1.8.13