26 #ifndef DICOMTREESERIECOMPONENT_H 27 #define DICOMTREESERIECOMPONENT_H 31 class DicomStudyComponent;
33 class ImageOrientationHelper;
40 class vtkGDCMImageReader;
101 double roundCosine(
const double & value)
const;
108 vtkSmartPointer<vtkImageData> translate(vtkSmartPointer<vtkImageData> imageData,
double x,
double y,
double z);
113 #endif // DICOMTREESERIECOMPONENT_H Definition: Action.cpp:40
vtkGDCMImageReader * imageReader
The image reader using GDCM that allows to read DICOM image as vtkImageData.
Definition: DicomTreeSerieComponent.h:80
The manager of the Image Volume data.
Definition: ImageComponent.h:69
PossibleImageOrientations
For each axis (x, y or z), 6 possibilities:
Definition: ImageOrientationHelper.h:52
This component allows you to read DICOM images files of a single SERIES of a given STUDY...
Definition: DicomTreeSerieComponent.h:58