class to handle Orientation
More...
#include <gdcmOrientation.h>
class to handle Orientation
◆ OrientationType
| Enumerator |
|---|
| UNKNOWN | |
| AXIAL | |
| CORONAL | |
| SAGITTAL | |
| OBLIQUE | |
◆ Orientation()
| gdcm::Orientation::Orientation |
( |
| ) |
|
◆ ~Orientation()
| gdcm::Orientation::~Orientation |
( |
| ) |
|
|
default |
◆ GetLabel()
◆ GetMajorAxisFromPatientRelativeDirectionCosine()
| static char gdcm::Orientation::GetMajorAxisFromPatientRelativeDirectionCosine |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
z |
|
) |
| |
|
staticprotected |
◆ GetObliquityThresholdCosineValue()
| static double gdcm::Orientation::GetObliquityThresholdCosineValue |
( |
| ) |
|
|
static |
◆ GetType()
| static OrientationType gdcm::Orientation::GetType |
( |
const double |
dircos[6] | ) |
|
|
static |
Return the type of orientation from a direction cosines Input is an array of 6 double
- Examples
- FixOrientation.cxx.
◆ Print()
| void gdcm::Orientation::Print |
( |
std::ostream & |
| ) |
const |
◆ SetObliquityThresholdCosineValue()
| static void gdcm::Orientation::SetObliquityThresholdCosineValue |
( |
double |
val | ) |
|
|
static |
ObliquityThresholdCosineValue stuff.
◆ operator<<
| std::ostream & operator<< |
( |
std::ostream & |
_os, |
|
|
const Orientation & |
o |
|
) |
| |
|
friend |
The documentation for this class was generated from the following file: