vtkgdcm
|
some medical image properties. More...
#include <vtkGDCMMedicalImageProperties.h>
Inherits vtkMedicalImageProperties.
Public Types | |
enum | OrientationType { AXIAL = 0, CORONAL, SAGITTAL } |
typedef vtkMedicalImageProperties | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | Clear () |
Convenience method to reset all fields to an empty string/value. More... | |
vtkSetStringMacro (PatientName) | |
vtkGetStringMacro (PatientName) | |
vtkSetStringMacro (PatientID) | |
Patient ID For ex: DICOM (0010,0020) = 1933197. More... | |
vtkGetStringMacro (PatientID) | |
vtkSetStringMacro (PatientAge) | |
Patient age Format: nnnD, nnW, nnnM or nnnY (eventually nnD, nnW, nnY) with D (day), M (month), W (week), Y (year) For ex: DICOM (0010,1010) = 031Y. More... | |
vtkGetStringMacro (PatientAge) | |
int | GetPatientAgeYear () |
int | GetPatientAgeMonth () |
int | GetPatientAgeWeek () |
int | GetPatientAgeDay () |
vtkSetStringMacro (PatientSex) | |
Patient sex For ex: DICOM (0010,0040) = M. More... | |
vtkGetStringMacro (PatientSex) | |
vtkSetStringMacro (PatientBirthDate) | |
Patient birth date Format: yyyymmdd For ex: DICOM (0010,0030) = 19680427. More... | |
vtkGetStringMacro (PatientBirthDate) | |
int | GetPatientBirthDateYear () |
int | GetPatientBirthDateMonth () |
int | GetPatientBirthDateDay () |
vtkSetStringMacro (StudyDate) | |
Study Date Format: yyyymmdd For ex: DICOM (0008,0020) = 20030617. More... | |
vtkGetStringMacro (StudyDate) | |
vtkSetStringMacro (AcquisitionDate) | |
Acquisition Date Format: yyyymmdd For ex: DICOM (0008,0022) = 20030617. More... | |
vtkGetStringMacro (AcquisitionDate) | |
int | GetAcquisitionDateYear () |
int | GetAcquisitionDateMonth () |
int | GetAcquisitionDateDay () |
vtkSetStringMacro (StudyTime) | |
Study Time Format: hhmmss.frac (any trailing component(s) can be ommited) For ex: DICOM (0008,0030) = 162552.0705 or 230012, or 0012. More... | |
vtkGetStringMacro (StudyTime) | |
vtkSetStringMacro (AcquisitionTime) | |
Acquisition time Format: hhmmss.frac (any trailing component(s) can be ommited) For ex: DICOM (0008,0032) = 162552.0705 or 230012, or 0012. More... | |
vtkGetStringMacro (AcquisitionTime) | |
vtkSetStringMacro (ImageDate) | |
Image Date aka Content Date Format: yyyymmdd For ex: DICOM (0008,0023) = 20030617. More... | |
vtkGetStringMacro (ImageDate) | |
int | GetImageDateYear () |
int | GetImageDateMonth () |
int | GetImageDateDay () |
vtkSetStringMacro (ImageTime) | |
Image Time Format: hhmmss.frac (any trailing component(s) can be ommited) For ex: DICOM (0008,0033) = 162552.0705 or 230012, or 0012. More... | |
vtkGetStringMacro (ImageTime) | |
vtkSetStringMacro (ImageNumber) | |
Image number For ex: DICOM (0020,0013) = 1. More... | |
vtkGetStringMacro (ImageNumber) | |
vtkSetStringMacro (SeriesNumber) | |
Series number For ex: DICOM (0020,0011) = 902. More... | |
vtkGetStringMacro (SeriesNumber) | |
vtkSetStringMacro (SeriesDescription) | |
Series Description User provided description of the Series For ex: DICOM (0008,103e) = SCOUT. More... | |
vtkGetStringMacro (SeriesDescription) | |
vtkSetStringMacro (StudyID) | |
Study ID For ex: DICOM (0020,0010) = 37481. More... | |
vtkGetStringMacro (StudyID) | |
vtkSetStringMacro (StudyDescription) | |
Study description For ex: DICOM (0008,1030) = BRAIN/C-SP/FACIAL. More... | |
vtkGetStringMacro (StudyDescription) | |
vtkSetStringMacro (Modality) | |
Modality For ex: DICOM (0008,0060)= CT. More... | |
vtkGetStringMacro (Modality) | |
vtkSetStringMacro (Manufacturer) | |
Manufacturer For ex: DICOM (0008,0070) = Siemens. More... | |
vtkGetStringMacro (Manufacturer) | |
vtkSetStringMacro (ManufacturerModelName) | |
Manufacturer's Model Name For ex: DICOM (0008,1090) = LightSpeed QX/i. More... | |
vtkGetStringMacro (ManufacturerModelName) | |
vtkSetStringMacro (StationName) | |
Station Name For ex: DICOM (0008,1010) = LSPD_OC8. More... | |
vtkGetStringMacro (StationName) | |
vtkSetStringMacro (InstitutionName) | |
Institution Name For ex: DICOM (0008,0080) = FooCity Medical Center. More... | |
vtkGetStringMacro (InstitutionName) | |
vtkSetStringMacro (ConvolutionKernel) | |
Convolution Kernel (or algorithm used to reconstruct the data) For ex: DICOM (0018,1210) = Bone. More... | |
vtkGetStringMacro (ConvolutionKernel) | |
vtkSetStringMacro (SliceThickness) | |
Slice Thickness (Nominal reconstructed slice thickness, in mm) For ex: DICOM (0018,0050) = 0.273438. More... | |
vtkGetStringMacro (SliceThickness) | |
virtual double | GetSliceThicknessAsDouble () |
vtkSetStringMacro (KVP) | |
Peak kilo voltage output of the (x-ray) generator used For ex: DICOM (0018,0060) = 120. More... | |
vtkGetStringMacro (KVP) | |
vtkSetStringMacro (GantryTilt) | |
Gantry/Detector tilt (Nominal angle of tilt in degrees of the scanning gantry.) For ex: DICOM (0018,1120) = 15. More... | |
vtkGetStringMacro (GantryTilt) | |
virtual double | GetGantryTiltAsDouble () |
vtkSetStringMacro (EchoTime) | |
Echo Time (Time in ms between the middle of the excitation pulse and the peak of the echo produced) For ex: DICOM (0018,0081) = 105. More... | |
vtkGetStringMacro (EchoTime) | |
vtkSetStringMacro (EchoTrainLength) | |
Echo Train Length (Number of lines in k-space acquired per excitation per image) For ex: DICOM (0018,0091) = 35. More... | |
vtkGetStringMacro (EchoTrainLength) | |
vtkSetStringMacro (RepetitionTime) | |
Repetition Time The period of time in msec between the beginning of a pulse sequence and the beginning of the succeeding (essentially identical) pulse sequence. More... | |
vtkGetStringMacro (RepetitionTime) | |
vtkSetStringMacro (ExposureTime) | |
Exposure time (time of x-ray exposure in msec) For ex: DICOM (0018,1150) = 5. More... | |
vtkGetStringMacro (ExposureTime) | |
vtkSetStringMacro (XRayTubeCurrent) | |
X-ray tube current (in mA) For ex: DICOM (0018,1151) = 400. More... | |
vtkGetStringMacro (XRayTubeCurrent) | |
vtkSetStringMacro (Exposure) | |
Exposure (The exposure expressed in mAs, for example calculated from Exposure Time and X-ray Tube Current) For ex: DICOM (0018,1152) = 114. More... | |
vtkGetStringMacro (Exposure) | |
void | AddUserDefinedValue (const char *name, const char *value) |
const char * | GetUserDefinedValue (const char *name) |
unsigned int | GetNumberOfUserDefinedValues () |
const char * | GetUserDefinedNameByIndex (unsigned int idx) |
const char * | GetUserDefinedValueByIndex (unsigned int idx) |
virtual void | DeepCopy (vtkGDCMMedicalImageProperties *p) |
Copy the contents of p to this instance. More... | |
virtual void | AddWindowLevelPreset (double w, double l) |
Add/Remove/Query the window/level presets that may have been associated to a medical image. More... | |
virtual void | RemoveWindowLevelPreset (double w, double l) |
virtual void | RemoveAllWindowLevelPresets () |
virtual int | GetNumberOfWindowLevelPresets () |
virtual int | HasWindowLevelPreset (double w, double l) |
virtual int | GetNthWindowLevelPreset (int idx, double *w, double *l) |
virtual double * | GetNthWindowLevelPreset (int idx) |
virtual void | SetNthWindowLevelPresetComment (int idx, const char *comment) |
virtual const char * | GetNthWindowLevelPresetComment (int idx) |
const char * | GetInstanceUIDFromSliceID (int volumeidx, int sliceid) |
Mapping from a sliceidx within a volumeidx into a DICOM Instance UID Some DICOM reader can populate this structure so that later on from a slice index in a vtkImageData volume we can backtrack and find out which 2d slice it was coming from. More... | |
void | SetInstanceUIDFromSliceID (int volumeidx, int sliceid, const char *uid) |
int | GetSliceIDFromInstanceUID (int &volumeidx, const char *uid) |
Provides the inverse mapping. More... | |
int | GetOrientationType (int volumeidx) |
void | SetOrientationType (int volumeidx, int orientation) |
Static Public Member Functions | |
static vtkGDCMMedicalImageProperties * | New () |
static int | IsTypeOf (const char *type) |
static vtkGDCMMedicalImageProperties * | SafeDownCast (vtkObject *o) |
static int | GetAgeAsFields (const char *age, int &year, int &month, int &week, int &day) |
Take as input a string in VR=AS (DICOM PS3.5) and extract either different fields namely: year month week day Return 0 on error, 1 on success One can test fields if they are different from -1 upon success. More... | |
static int | GetDateAsFields (const char *date, int &year, int &month, int &day) |
Take as input a string in ISO 8601 date (YYYY/MM/DD) and extract the different fields namely: year month day Return 0 on error, 1 on success. More... | |
static int | GetDateAsLocale (const char *date, char *locale) |
Take as input a string in ISO 8601 date (YYYY/MM/DD) and construct a locale date based on the different fields (see GetDateAsFields to extract different fields) Return 0 on error, 1 on success. More... | |
static const char * | GetStringFromOrientationType (unsigned int type) |
Protected Member Functions | |
vtkGDCMMedicalImageProperties () | |
~vtkGDCMMedicalImageProperties () | |
void | PushBackFile (gdcm::File const &f) |
const gdcm::File & | GetFile (unsigned int t) |
Friends | |
class | vtkGDCMImageReader |
class | vtkGDCMImageReader2 |
class | vtkGDCMImageWriter |
some medical image properties.
vtkGDCMMedicalImageProperties is a helper class that can be used by medical image readers and applications to encapsulate medical image/acquisition properties. Later on, this should probably be extended to add any user-defined property.
Definition at line 36 of file vtkGDCMMedicalImageProperties.h.
typedef vtkMedicalImageProperties vtkGDCMMedicalImageProperties::Superclass |
Definition at line 40 of file vtkGDCMMedicalImageProperties.h.
Enumerator | |
---|---|
AXIAL | |
CORONAL | |
SAGITTAL |
Definition at line 453 of file vtkGDCMMedicalImageProperties.h.
|
protected |
|
protected |
|
static |
|
virtual |
|
static |
|
virtual |
|
static |
void vtkGDCMMedicalImageProperties::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
|
virtual |
Convenience method to reset all fields to an empty string/value.
vtkGDCMMedicalImageProperties::vtkSetStringMacro | ( | PatientName | ) |
vtkGDCMMedicalImageProperties::vtkGetStringMacro | ( | PatientName | ) |
vtkGDCMMedicalImageProperties::vtkSetStringMacro | ( | PatientID | ) |
Patient ID For ex: DICOM (0010,0020) = 1933197.
vtkGDCMMedicalImageProperties::vtkGetStringMacro | ( | PatientID | ) |
vtkGDCMMedicalImageProperties::vtkSetStringMacro | ( | PatientAge | ) |
Patient age Format: nnnD, nnW, nnnM or nnnY (eventually nnD, nnW, nnY) with D (day), M (month), W (week), Y (year) For ex: DICOM (0010,1010) = 031Y.
vtkGDCMMedicalImageProperties::vtkGetStringMacro | ( | PatientAge | ) |
|
static |
Take as input a string in VR=AS (DICOM PS3.5) and extract either different fields namely: year month week day Return 0 on error, 1 on success One can test fields if they are different from -1 upon success.
int vtkGDCMMedicalImageProperties::GetPatientAgeYear | ( | ) |
int vtkGDCMMedicalImageProperties::GetPatientAgeMonth | ( | ) |
int vtkGDCMMedicalImageProperties::GetPatientAgeWeek | ( | ) |
int vtkGDCMMedicalImageProperties::GetPatientAgeDay | ( | ) |
vtkGDCMMedicalImageProperties::vtkSetStringMacro | ( | PatientSex | ) |
Patient sex For ex: DICOM (0010,0040) = M.
vtkGDCMMedicalImageProperties::vtkGetStringMacro | ( | PatientSex | ) |
vtkGDCMMedicalImageProperties::vtkSetStringMacro | ( | PatientBirthDate | ) |
Patient birth date Format: yyyymmdd For ex: DICOM (0010,0030) = 19680427.
vtkGDCMMedicalImageProperties::vtkGetStringMacro | ( | PatientBirthDate | ) |
int vtkGDCMMedicalImageProperties::GetPatientBirthDateYear | ( | ) |
int vtkGDCMMedicalImageProperties::GetPatientBirthDateMonth | ( | ) |
int vtkGDCMMedicalImageProperties::GetPatientBirthDateDay | ( | ) |
vtkGDCMMedicalImageProperties::vtkSetStringMacro | ( | StudyDate | ) |
Study Date Format: yyyymmdd For ex: DICOM (0008,0020) = 20030617.
vtkGDCMMedicalImageProperties::vtkGetStringMacro | ( | StudyDate | ) |
vtkGDCMMedicalImageProperties::vtkSetStringMacro | ( | AcquisitionDate | ) |
Acquisition Date Format: yyyymmdd For ex: DICOM (0008,0022) = 20030617.
vtkGDCMMedicalImageProperties::vtkGetStringMacro | ( | AcquisitionDate | ) |
int vtkGDCMMedicalImageProperties::GetAcquisitionDateYear | ( | ) |
int vtkGDCMMedicalImageProperties::GetAcquisitionDateMonth | ( | ) |
int vtkGDCMMedicalImageProperties::GetAcquisitionDateDay | ( | ) |
vtkGDCMMedicalImageProperties::vtkSetStringMacro | ( | StudyTime | ) |
Study Time Format: hhmmss.frac (any trailing component(s) can be ommited) For ex: DICOM (0008,0030) = 162552.0705 or 230012, or 0012.
vtkGDCMMedicalImageProperties::vtkGetStringMacro | ( | StudyTime | ) |
vtkGDCMMedicalImageProperties::vtkSetStringMacro | ( | AcquisitionTime | ) |
Acquisition time Format: hhmmss.frac (any trailing component(s) can be ommited) For ex: DICOM (0008,0032) = 162552.0705 or 230012, or 0012.
vtkGDCMMedicalImageProperties::vtkGetStringMacro | ( | AcquisitionTime | ) |
vtkGDCMMedicalImageProperties::vtkSetStringMacro | ( | ImageDate | ) |
Image Date aka Content Date Format: yyyymmdd For ex: DICOM (0008,0023) = 20030617.
vtkGDCMMedicalImageProperties::vtkGetStringMacro | ( | ImageDate | ) |
int vtkGDCMMedicalImageProperties::GetImageDateYear | ( | ) |
int vtkGDCMMedicalImageProperties::GetImageDateMonth | ( | ) |
int vtkGDCMMedicalImageProperties::GetImageDateDay | ( | ) |
|
static |
Take as input a string in ISO 8601 date (YYYY/MM/DD) and extract the different fields namely: year month day Return 0 on error, 1 on success.
|
static |
Take as input a string in ISO 8601 date (YYYY/MM/DD) and construct a locale date based on the different fields (see GetDateAsFields to extract different fields) Return 0 on error, 1 on success.
vtkGDCMMedicalImageProperties::vtkSetStringMacro | ( | ImageTime | ) |
Image Time Format: hhmmss.frac (any trailing component(s) can be ommited) For ex: DICOM (0008,0033) = 162552.0705 or 230012, or 0012.
vtkGDCMMedicalImageProperties::vtkGetStringMacro | ( | ImageTime | ) |
vtkGDCMMedicalImageProperties::vtkSetStringMacro | ( | ImageNumber | ) |
Image number For ex: DICOM (0020,0013) = 1.
vtkGDCMMedicalImageProperties::vtkGetStringMacro | ( | ImageNumber | ) |
vtkGDCMMedicalImageProperties::vtkSetStringMacro | ( | SeriesNumber | ) |
Series number For ex: DICOM (0020,0011) = 902.
vtkGDCMMedicalImageProperties::vtkGetStringMacro | ( | SeriesNumber | ) |
vtkGDCMMedicalImageProperties::vtkSetStringMacro | ( | SeriesDescription | ) |
Series Description User provided description of the Series For ex: DICOM (0008,103e) = SCOUT.
vtkGDCMMedicalImageProperties::vtkGetStringMacro | ( | SeriesDescription | ) |
vtkGDCMMedicalImageProperties::vtkSetStringMacro | ( | StudyID | ) |
Study ID For ex: DICOM (0020,0010) = 37481.
vtkGDCMMedicalImageProperties::vtkGetStringMacro | ( | StudyID | ) |
vtkGDCMMedicalImageProperties::vtkSetStringMacro | ( | StudyDescription | ) |
Study description For ex: DICOM (0008,1030) = BRAIN/C-SP/FACIAL.
vtkGDCMMedicalImageProperties::vtkGetStringMacro | ( | StudyDescription | ) |
vtkGDCMMedicalImageProperties::vtkSetStringMacro | ( | Modality | ) |
Modality For ex: DICOM (0008,0060)= CT.
vtkGDCMMedicalImageProperties::vtkGetStringMacro | ( | Modality | ) |
vtkGDCMMedicalImageProperties::vtkSetStringMacro | ( | Manufacturer | ) |
Manufacturer For ex: DICOM (0008,0070) = Siemens.
vtkGDCMMedicalImageProperties::vtkGetStringMacro | ( | Manufacturer | ) |
vtkGDCMMedicalImageProperties::vtkSetStringMacro | ( | ManufacturerModelName | ) |
Manufacturer's Model Name For ex: DICOM (0008,1090) = LightSpeed QX/i.
vtkGDCMMedicalImageProperties::vtkGetStringMacro | ( | ManufacturerModelName | ) |
vtkGDCMMedicalImageProperties::vtkSetStringMacro | ( | StationName | ) |
Station Name For ex: DICOM (0008,1010) = LSPD_OC8.
vtkGDCMMedicalImageProperties::vtkGetStringMacro | ( | StationName | ) |
vtkGDCMMedicalImageProperties::vtkSetStringMacro | ( | InstitutionName | ) |
Institution Name For ex: DICOM (0008,0080) = FooCity Medical Center.
vtkGDCMMedicalImageProperties::vtkGetStringMacro | ( | InstitutionName | ) |
vtkGDCMMedicalImageProperties::vtkSetStringMacro | ( | ConvolutionKernel | ) |
Convolution Kernel (or algorithm used to reconstruct the data) For ex: DICOM (0018,1210) = Bone.
vtkGDCMMedicalImageProperties::vtkGetStringMacro | ( | ConvolutionKernel | ) |
vtkGDCMMedicalImageProperties::vtkSetStringMacro | ( | SliceThickness | ) |
Slice Thickness (Nominal reconstructed slice thickness, in mm) For ex: DICOM (0018,0050) = 0.273438.
vtkGDCMMedicalImageProperties::vtkGetStringMacro | ( | SliceThickness | ) |
|
virtual |
vtkGDCMMedicalImageProperties::vtkSetStringMacro | ( | KVP | ) |
Peak kilo voltage output of the (x-ray) generator used For ex: DICOM (0018,0060) = 120.
vtkGDCMMedicalImageProperties::vtkGetStringMacro | ( | KVP | ) |
vtkGDCMMedicalImageProperties::vtkSetStringMacro | ( | GantryTilt | ) |
Gantry/Detector tilt (Nominal angle of tilt in degrees of the scanning gantry.) For ex: DICOM (0018,1120) = 15.
vtkGDCMMedicalImageProperties::vtkGetStringMacro | ( | GantryTilt | ) |
|
virtual |
vtkGDCMMedicalImageProperties::vtkSetStringMacro | ( | EchoTime | ) |
Echo Time (Time in ms between the middle of the excitation pulse and the peak of the echo produced) For ex: DICOM (0018,0081) = 105.
vtkGDCMMedicalImageProperties::vtkGetStringMacro | ( | EchoTime | ) |
vtkGDCMMedicalImageProperties::vtkSetStringMacro | ( | EchoTrainLength | ) |
Echo Train Length (Number of lines in k-space acquired per excitation per image) For ex: DICOM (0018,0091) = 35.
vtkGDCMMedicalImageProperties::vtkGetStringMacro | ( | EchoTrainLength | ) |
vtkGDCMMedicalImageProperties::vtkSetStringMacro | ( | RepetitionTime | ) |
Repetition Time The period of time in msec between the beginning of a pulse sequence and the beginning of the succeeding (essentially identical) pulse sequence.
For ex: DICOM (0018,0080) = 2040
vtkGDCMMedicalImageProperties::vtkGetStringMacro | ( | RepetitionTime | ) |
vtkGDCMMedicalImageProperties::vtkSetStringMacro | ( | ExposureTime | ) |
Exposure time (time of x-ray exposure in msec) For ex: DICOM (0018,1150) = 5.
vtkGDCMMedicalImageProperties::vtkGetStringMacro | ( | ExposureTime | ) |
vtkGDCMMedicalImageProperties::vtkSetStringMacro | ( | XRayTubeCurrent | ) |
X-ray tube current (in mA) For ex: DICOM (0018,1151) = 400.
vtkGDCMMedicalImageProperties::vtkGetStringMacro | ( | XRayTubeCurrent | ) |
vtkGDCMMedicalImageProperties::vtkSetStringMacro | ( | Exposure | ) |
Exposure (The exposure expressed in mAs, for example calculated from Exposure Time and X-ray Tube Current) For ex: DICOM (0018,1152) = 114.
vtkGDCMMedicalImageProperties::vtkGetStringMacro | ( | Exposure | ) |
void vtkGDCMMedicalImageProperties::AddUserDefinedValue | ( | const char * | name, |
const char * | value | ||
) |
const char* vtkGDCMMedicalImageProperties::GetUserDefinedValue | ( | const char * | name | ) |
unsigned int vtkGDCMMedicalImageProperties::GetNumberOfUserDefinedValues | ( | ) |
const char* vtkGDCMMedicalImageProperties::GetUserDefinedNameByIndex | ( | unsigned int | idx | ) |
const char* vtkGDCMMedicalImageProperties::GetUserDefinedValueByIndex | ( | unsigned int | idx | ) |
|
virtual |
Copy the contents of p to this instance.
|
virtual |
Add/Remove/Query the window/level presets that may have been associated to a medical image.
Window is also known as 'width', level is also known as 'center'. The same window/level pair can not be added twice. As a convenience, a comment (aka Explanation) can be associated to a preset. For ex: DICOM Window Center (0028,1050) = 00045\000470 DICOM Window Width (0028,1051) = 0106\03412 DICOM Window Center Width Explanation (0028,1055) = WINDOW1\WINDOW2
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
const char* vtkGDCMMedicalImageProperties::GetInstanceUIDFromSliceID | ( | int | volumeidx, |
int | sliceid | ||
) |
Mapping from a sliceidx within a volumeidx into a DICOM Instance UID Some DICOM reader can populate this structure so that later on from a slice index in a vtkImageData volume we can backtrack and find out which 2d slice it was coming from.
void vtkGDCMMedicalImageProperties::SetInstanceUIDFromSliceID | ( | int | volumeidx, |
int | sliceid, | ||
const char * | uid | ||
) |
int vtkGDCMMedicalImageProperties::GetSliceIDFromInstanceUID | ( | int & | volumeidx, |
const char * | uid | ||
) |
Provides the inverse mapping.
Returns -1 if a slice for this uid is not found.
int vtkGDCMMedicalImageProperties::GetOrientationType | ( | int | volumeidx | ) |
void vtkGDCMMedicalImageProperties::SetOrientationType | ( | int | volumeidx, |
int | orientation | ||
) |
|
static |
|
protected |
|
protected |
|
friend |
Definition at line 468 of file vtkGDCMMedicalImageProperties.h.
|
friend |
Definition at line 469 of file vtkGDCMMedicalImageProperties.h.
|
friend |
Definition at line 470 of file vtkGDCMMedicalImageProperties.h.