#include <vtkDICOMImageReader.h>
Inheritance diagram for vtkDICOMImageReader:
DICOM (stands for Digital Imaging in COmmunications and Medicine) is a medical image file format widely used to exchange data, provided by various modalities.
Definition at line 44 of file vtkDICOMImageReader.h.
typedef vtkImageReader2 | Superclass |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
static vtkDICOMImageReader * | New () |
static int | IsTypeOf (const char *type) |
static vtkDICOMImageReader * | SafeDownCast (vtkObject *o) |
Public Member Functions | |
double * | GetPixelSpacing () |
int | GetWidth () |
int | GetHeight () |
float * | GetImagePositionPatient () |
float * | GetImageOrientationPatient () |
int | GetBitsAllocated () |
int | GetPixelRepresentation () |
int | GetNumberOfComponents () |
const char * | GetTransferSyntaxUID () |
float | GetRescaleSlope () |
float | GetRescaleOffset () |
const char * | GetPatientName () |
const char * | GetStudyUID () |
const char * | GetStudyID () |
float | GetGantryAngle () |
virtual int | CanReadFile (const char *fname) |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | SetFileName (const char *fn) |
void | SetDirectoryName (const char *dn) |
virtual char * | GetDirectoryName () |
virtual const char * | GetFileExtensions () |
virtual const char * | GetDescriptiveName () |
Protected Member Functions | |
void | SetupOutputInformation (int num_slices) |
virtual void | ExecuteInformation () |
virtual void | ExecuteData (vtkDataObject *out) |
vtkDICOMImageReader () | |
virtual | ~vtkDICOMImageReader () |
int | GetNumberOfDICOMFileNames () |
const char * | GetDICOMFileName (int index) |
Protected Attributes | |
DICOMParser * | Parser |
DICOMAppHelper * | AppHelper |
vtkDICOMImageReaderVector * | DICOMFileNames |
char * | DirectoryName |
char * | PatientName |
char * | StudyUID |
char * | StudyID |
char * | TransferSyntaxUID |
|
Reimplemented from vtkImageReader2. Definition at line 50 of file vtkDICOMImageReader.h. |
|
|
|
|
|
Static method for construction. Reimplemented from vtkImageReader2. |
|
Reimplemented from vtkImageReader2. |
|
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkImageReader2. |
|
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkImageReader2. |
|
Reimplemented from vtkImageReader2. |
|
Prints the ivars. Reimplemented from vtkImageReader2. |
|
Set the filename for the file to read. If this method is used, the reader will only read a single file. Reimplemented from vtkImageReader2. Definition at line 59 of file vtkDICOMImageReader.h. References vtkImageReader2::SetFileName(). |
|
Set the directory name for the reader to look in for DICOM files. If this method is used, the reader will try to find all the DICOM files in a directory. It will select the subset corresponding to the first series UID it stumbles across and it will try to build an ordered volume from them based on the slice number. The volume building will be upgraded to something more sophisticated in the future. |
|
Returns the directory name. |
|
Returns the pixel spacing (in X, Y, Z). Note: if there is only one slice, the Z spacing is set to the slice thickness. If there is more than one slice, it is set to the distance between the first two slices. |
|
Returns the image width. |
|
Returns the image height. |
|
Get the (DICOM) x,y,z coordinates of the first pixel in the image (upper left hand corner) of the last image processed by the DICOMParser |
|
Get the (DICOM) directions cosines. It consist of the components of the first two vectors. The third vector needs to be computed to form an orthonormal basis. |
|
Get the number of bits allocated for each pixel in the file. |
|
Get the pixel representation of the last image processed by the DICOMParser. A zero is a unsigned quantity. A one indicates a signed quantity |
|
Get the number of components of the image data for the last image processed. |
|
Get the transfer syntax UID for the last image processed. |
|
Get the rescale slope for the pixel data. |
|
Get the rescale offset for the pixel data. |
|
Get the patient name for the last image processed. |
|
Get the study uid for the last image processed. |
|
Get the Study ID for the last image processed. |
|
Get the gantry angle for the last image processed. |
|
|
|
Get the file extensions for this format. Returns a string with a space separated list of extensions in the format .extension Reimplemented from vtkImageReader2. Definition at line 151 of file vtkDICOMImageReader.h. |
|
Return a descriptive name for the file format that might be useful in a GUI. Reimplemented from vtkImageReader2. Definition at line 159 of file vtkDICOMImageReader.h. |
|
|
|
Reimplemented from vtkImageReader2. |
|
This method is the old style execute method Reimplemented from vtkImageReader2. |
|
|
|
|
|
Definition at line 187 of file vtkDICOMImageReader.h. |
|
Definition at line 192 of file vtkDICOMImageReader.h. |
|
Definition at line 197 of file vtkDICOMImageReader.h. |
|
Definition at line 198 of file vtkDICOMImageReader.h. |
|
Definition at line 200 of file vtkDICOMImageReader.h. |
|
Definition at line 201 of file vtkDICOMImageReader.h. |
|
Definition at line 202 of file vtkDICOMImageReader.h. |
|
Definition at line 203 of file vtkDICOMImageReader.h. |