#include <itkDICOMSeriesFileNames.h>
Inheritance diagram for itk::DICOMSeriesFileNames:


[NOHEADER] | |
| enum | FileNameSortingOrderType { SortByImageNumber, SortBySliceLocation, SortByImagePositionPatient } |
| void | SetDirectory (const std::string &dir) |
| virtual const char * | GetDirectory () const |
| const std::vector< std::string > & | GetSeriesUIDs () |
| const std::vector< std::string > & | GetFileNames () |
| const std::vector< std::string > & | GetFileNames (const std::string &seriesUID) |
| virtual void | SetFileNameSortingOrder (FileNameSortingOrderType _arg) |
| virtual FileNameSortingOrderType | GetFileNameSortingOrder () |
| void | SetFileNameSortingOrderToSortByImageNumber () |
| void | SetFileNameSortingOrderToSortBySliceLocation () |
| void | SetFileNameSortingOrderToSortByImagePositionPatient () |
Public Types | |
| typedef DICOMSeriesFileNames | Self |
| typedef Object | Superclass |
| typedef SmartPointer< Self > | Pointer |
Public Methods | |
| virtual const char * | GetClassName () const |
Static Public Methods | |
| Pointer | New () |
Protected Methods | |
| DICOMSeriesFileNames () | |
| ~DICOMSeriesFileNames () | |
| void | PrintSelf (std::ostream &os, Indent indent) const |
This class generates an ordered sequence of filenames based on the DICOM tags in the files. Files can be sorted based on image number, slice location, or patient position. The files in the specified directory are grouped by SeriesUID. The list of SeriesUIDs can be queried and the filenames for a specific series extracted.
Definition at line 48 of file itkDICOMSeriesFileNames.h.
|
|
Reimplemented from itk::Object. Definition at line 54 of file itkDICOMSeriesFileNames.h. |
|
|
Standard class typedefs. Reimplemented from itk::Object. Definition at line 52 of file itkDICOMSeriesFileNames.h. |
|
|
Reimplemented from itk::Object. Definition at line 53 of file itkDICOMSeriesFileNames.h. |
|
|
Set the filename sorting order to sorting images based on the DICOM field of slice number, the DICOM field of slice location, or the position of the image computed using the ImagePositionPatient and ImageOrientationPatient DICOM fields. Definition at line 115 of file itkDICOMSeriesFileNames.h. |
|
|
|
|
|
Definition at line 129 of file itkDICOMSeriesFileNames.h. |
|
|
Run-time type information (and related methods). Reimplemented from itk::Object. |
|
|
Get the directory containing the DICOM files. |
|
|
Returns a vector containing the file names for a specified series UID. The file names are sorted based on the current sorting mode. |
|
|
Returns a vector containing the series' file names. The file names are sorted based on the current sorting mode. |
|
|
Set the filename sorting order to sorting images based on the DICOM field of slice number, the DICOM field of slice location, or the position of the image computed using the ImagePositionPatient and ImageOrientationPatient DICOM fields. |
|
|
Returns a vector containing the UIDs for each series in the directory. |
|
|
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 containing the DICOM files. DICOMSeriesFileNames caches information about filenames and series UIDs. Calling SetDirectory() causes this information to be cleared. This is the behavior even if SetDirectory() is called with the same directory as the previous call. In this case, a second call to SetDirectory() with the same directory name forces the directory to be rescanned. This is useful if DICOM files have been added to a directory since the last time the directory was scanned. Definition at line 73 of file itkDICOMSeriesFileNames.h. |
|
|
Set the filename sorting order to sorting images based on the DICOM field of slice number, the DICOM field of slice location, or the position of the image computed using the ImagePositionPatient and ImageOrientationPatient DICOM fields. |
|
|
Set the filename sorting order to sorting images based on the DICOM field of slice number, the DICOM field of slice location, or the position of the image computed using the ImagePositionPatient and ImageOrientationPatient DICOM fields. Definition at line 118 of file itkDICOMSeriesFileNames.h. |
|
|
Set the filename sorting order to sorting images based on the DICOM field of slice number, the DICOM field of slice location, or the position of the image computed using the ImagePositionPatient and ImageOrientationPatient DICOM fields. Definition at line 122 of file itkDICOMSeriesFileNames.h. |
|
|
Set the filename sorting order to sorting images based on the DICOM field of slice number, the DICOM field of slice location, or the position of the image computed using the ImagePositionPatient and ImageOrientationPatient DICOM fields. Definition at line 120 of file itkDICOMSeriesFileNames.h. |
1.2.15 written by Dimitri van Heesch,
© 1997-2000