#include "gdcmRefCounter.h"
#include <map>
Include dependency graph for gdcmOrientation.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | gdcm |
Classes | |
struct | gdcm::vector3D |
class | gdcm::Orientation |
Orientation class for dealing with DICOM image orientation. More... | |
Typedefs | |
typedef std::pair< double, double > | gdcm::Res |
Enumerations | |
enum | gdcm::OrientationType { gdcm::NotApplicable = 0, gdcm::Axial = 1, gdcm::AxialInvert = -1, gdcm::Coronal = 2, gdcm::CoronalInvert = -2, gdcm::Sagital = 3, gdcm::SagitalInvert = -3, gdcm::HeartAxial = 4, gdcm::HeartAxialInvert = -4, gdcm::HeartCoronal = 5, gdcm::HeartCoronalInvert = -5, gdcm::HeartSagital = 6, gdcm::HeartSagitalInvert = -6 } |