#include <itkGDCMSeriesFileNames.h>
Inheritance diagram for itk::GDCMSeriesFileNames:


Public Types | |
| typedef GDCMSeriesFileNames | Self |
| typedef Object | Superclass |
| typedef SmartPointer< Self > | Pointer |
Public Member Functions | |
| virtual const char * | GetNameOfClass () const |
| const FilenamesContainer & | GetInputFileNames () |
| const FilenamesContainer & | GetOutputFileNames () |
| const FilenamesContainer & | GetFileNames (const std::string serie) |
| const SerieUIDContainer & | GetSeriesUIDs () |
| void | SetInputDirectory (const char *name) |
| void | SetInputDirectory (std::string const &name) |
| void | SetDirectory (std::string const &name) |
| void | SetOutputDirectory (std::string const &name) |
Static Public Member Functions | |
| static Pointer | New () |
Protected Member Functions | |
| GDCMSeriesFileNames () | |
| ~GDCMSeriesFileNames () | |
| void | PrintSelf (std::ostream &os, Indent indent) const |
This class generate a sequence of files whose filenames points to a DICOM file. The oredring is based on the following strategy: Read all images in the directory (assuming there is only one study/serie)
1. Extract Image Orientation & Image Position from DICOM images, and then calculate the ordering based on the 3D coordinate of the slice 2. If for some reason this information is not found or failed, another strategy is used: the ordering is based on 'Image Number' 3. If this strategy also failed, then the filenames are ordered by lexicographical order.
Definition at line 48 of file itkGDCMSeriesFileNames.h.
|
|
Reimplemented from itk::Object. Definition at line 54 of file itkGDCMSeriesFileNames.h. |
|
|
Standard class typedefs. Reimplemented from itk::Object. Definition at line 52 of file itkGDCMSeriesFileNames.h. |
|
|
Reimplemented from itk::Object. Definition at line 53 of file itkGDCMSeriesFileNames.h. |
|
|
|
|
|
|
|
|
Returns a vector containing the series' file names. The file names are ordered by the strategy define in header. All DICOM files have the same exact UID equal to the one user's specified. |
|
|
Returns a vector containing the series' file names. The file names are ordered by the strategy define in header. |
|
|
Run-time type information (and related methods). Reimplemented from itk::Object. |
|
|
Returns a vector containing the series' file names. The file names are ordered in the same extact order as the input one. This could be dangerous if the writting has change 3d position or some other DICOM tag in the header |
|
|
Returns a vector containing all the UIDs found when parsing the direcory specified via SetDirectory. If no direcory is specified return an empty vector |
|
|
Method for creation through the object factory. Reimplemented from itk::Object. |
|
||||||||||||
|
Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from itk::Object. |
|
|
Set the directory that contains the DICOM series. Definition at line 85 of file itkGDCMSeriesFileNames.h. |
|
|
Set the directory that contains the DICOM series. Definition at line 77 of file itkGDCMSeriesFileNames.h. |
|
|
Set the directory that contains the DICOM series. Definition at line 65 of file itkGDCMSeriesFileNames.h. References itkExceptionMacro. |
|
|
Set the directory where the output DICOM serie should be written. Definition at line 99 of file itkGDCMSeriesFileNames.h. |
1.4.1 written by Dimitri van Heesch,
© 1997-2000