ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkDICOMSeriesFileNames.h>
Public Types | |
typedef std::vector< std::string > | FileNamesArrayType |
typedef SmartPointer< Self > | Pointer |
typedef DICOMSeriesFileNames | Self |
typedef Object | Superclass |
Public Types inherited from itk::Object | |
typedef SmartPointer< const Self > | ConstPointer |
Public Types inherited from itk::LightObject |
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
std::string | GetFileName (const std::string &instanceUID) |
const FileNamesArrayType & | GetFileNames (bool recursive=false) |
const FileNamesArrayType & | GetFileNames (const std::string &seriesUID, bool recursive=false) |
virtual const char * | GetNameOfClass () const |
const FileNamesArrayType & | GetSeriesUIDs (bool recursive=false) |
void | SetDirectory (const std::string &dir) |
virtual const char * | GetDirectory () const |
virtual void | SetAscending (bool _arg) |
virtual bool | GetAscending () const |
virtual void | AscendingOn () |
virtual void | AscendingOff () |
const FileNamesArrayType & | GetSeriesDescriptions () |
const FileNamesArrayType & | GetSeriesBodyParts () |
const FileNamesArrayType & | GetSeriesScanOptions () |
Public Member Functions inherited from itk::Object | |
unsigned long | AddObserver (const EventObject &event, Command *) |
unsigned long | AddObserver (const EventObject &event, Command *) const |
virtual void | DebugOff () const |
virtual void | DebugOn () const |
Command * | GetCommand (unsigned long tag) |
bool | GetDebug () const |
MetaDataDictionary & | GetMetaDataDictionary (void) |
const MetaDataDictionary & | GetMetaDataDictionary (void) const |
virtual unsigned long | GetMTime () const |
virtual const TimeStamp & | GetTimeStamp () const |
bool | HasObserver (const EventObject &event) const |
void | InvokeEvent (const EventObject &) |
void | InvokeEvent (const EventObject &) const |
virtual void | Modified () const |
virtual void | Register () const |
void | RemoveAllObservers () |
void | RemoveObserver (unsigned long tag) |
void | SetDebug (bool debugFlag) const |
void | SetMetaDataDictionary (const MetaDataDictionary &rhs) |
virtual void | SetReferenceCount (int) |
virtual void | UnRegister () const |
Public Member Functions inherited from itk::LightObject | |
virtual void | Delete () |
virtual int | GetReferenceCount () const |
itkCloneMacro (Self) | |
void | Print (std::ostream &os, Indent indent=0) const |
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::Object | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static void | SetGlobalWarningDisplay (bool flag) |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
Protected Member Functions | |
DICOMSeriesFileNames () | |
void | PrintSelf (std::ostream &os, Indent indent) const |
~DICOMSeriesFileNames () | |
Protected Member Functions inherited from itk::Object | |
Object () | |
bool | PrintObservers (std::ostream &os, Indent indent) const |
virtual void | SetTimeStamp (const TimeStamp &time) |
virtual | ~Object () |
Protected Member Functions inherited from itk::LightObject | |
virtual LightObject::Pointer | InternalClone () const |
LightObject () | |
virtual void | PrintHeader (std::ostream &os, Indent indent) const |
virtual void | PrintTrailer (std::ostream &os, Indent indent) const |
virtual | ~LightObject () |
Private Member Functions | |
int | CanReadFile (const char *fname) |
DICOMSeriesFileNames (const Self &) | |
void | operator= (const Self &) |
void | RecurseDirectory (std::string directory, FileNamesArrayType &filenames) |
Private Attributes | |
itkdicomparser::DICOMAppHelper | m_AppHelper |
bool | m_Ascending |
FileNamesArrayType | m_BodyParts |
std::string | m_Directory |
TimeStamp | m_DirectoryScanTime |
TimeStamp | m_DirectorySetTime |
FileNamesArrayType | m_FileNames |
FileNameSortingOrderType | m_FileNameSortingOrder |
itkdicomparser::DICOMParser | m_Parser |
FileNamesArrayType | m_ScanOptions |
FileNamesArrayType | m_SeriesDescriptions |
FileNamesArrayType | m_SeriesUIDs |
enum | FileNameSortingOrderType { SortByImageNumber, SortBySliceLocation, SortByImagePositionPatient } |
virtual void | SetFileNameSortingOrder (const FileNameSortingOrderType _arg) |
virtual FileNameSortingOrderType | GetFileNameSortingOrder () const |
void | SetFileNameSortingOrderToSortByImageNumber () |
void | SetFileNameSortingOrderToSortBySliceLocation () |
void | SetFileNameSortingOrderToSortByImagePositionPatient () |
Generate an ordered sequence of filenames.
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 46 of file itkDICOMSeriesFileNames.h.
typedef std::vector< std::string > itk::DICOMSeriesFileNames::FileNamesArrayType |
Type of the array used for returning filenames
Definition at line 100 of file itkDICOMSeriesFileNames.h.
typedef SmartPointer< Self > itk::DICOMSeriesFileNames::Pointer |
Reimplemented from itk::Object.
Definition at line 52 of file itkDICOMSeriesFileNames.h.
Standard class typedefs.
Reimplemented from itk::Object.
Definition at line 50 of file itkDICOMSeriesFileNames.h.
Reimplemented from itk::Object.
Definition at line 51 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 134 of file itkDICOMSeriesFileNames.h.
|
protected |
|
inlineprotected |
Definition at line 152 of file itkDICOMSeriesFileNames.h.
|
private |
|
virtual |
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.
|
virtual |
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.
|
private |
|
virtual |
Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.
Reimplemented from itk::Object.
|
virtual |
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.
|
virtual |
Get the directory containing the DICOM files.
std::string itk::DICOMSeriesFileNames::GetFileName | ( | const std::string & | instanceUID | ) |
Get the filename associated with a specific instance UID. This requires the internal database has already been built via a call to GetFileNames()
const FileNamesArrayType& itk::DICOMSeriesFileNames::GetFileNames | ( | bool | recursive = false | ) |
Returns a vector containing the series file names. The file names are sorted based on the current sorting mode. If parameter "recursive" is true, subdirectories will be scanned.
const FileNamesArrayType& itk::DICOMSeriesFileNames::GetFileNames | ( | const std::string & | seriesUID, |
bool | recursive = false |
||
) |
Returns a vector containing the file names for a specified series UID. The file names are sorted based on the current sorting mode. If parameter "recursive" is true, subdirectories will be scanned.
|
virtual |
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.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::Object.
|
inline |
Returns a vector containing the Descriptions for each series in the directory. GetSeriesUIDs() should be called before
Definition at line 114 of file itkDICOMSeriesFileNames.h.
|
inline |
Returns a vector containing the Descriptions for each series in the directory. GetSeriesUIDs() should be called before
Definition at line 113 of file itkDICOMSeriesFileNames.h.
|
inline |
Returns a vector containing the Descriptions for each series in the directory. GetSeriesUIDs() should be called before
Definition at line 115 of file itkDICOMSeriesFileNames.h.
const FileNamesArrayType& itk::DICOMSeriesFileNames::GetSeriesUIDs | ( | bool | recursive = false | ) |
Returns a vector containing the UIDs for each series in the directory. If parameter "recursive" is true, subdirectories will be scanned.
|
static |
Method for creation through the object factory.
Reimplemented from itk::Object.
|
private |
Mutex lock to protect modification to the reference count
Reimplemented from itk::Object.
|
protectedvirtual |
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.
|
private |
|
virtual |
The sorting order can be ascending or descending. The default sort order is ascending.
|
inline |
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 71 of file itkDICOMSeriesFileNames.h.
|
virtual |
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.
|
inline |
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 137 of file itkDICOMSeriesFileNames.h.
|
inline |
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 141 of file itkDICOMSeriesFileNames.h.
|
inline |
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 139 of file itkDICOMSeriesFileNames.h.
|
private |
Definition at line 164 of file itkDICOMSeriesFileNames.h.
|
private |
Definition at line 166 of file itkDICOMSeriesFileNames.h.
|
private |
Definition at line 171 of file itkDICOMSeriesFileNames.h.
|
private |
Definition at line 167 of file itkDICOMSeriesFileNames.h.
|
private |
Definition at line 177 of file itkDICOMSeriesFileNames.h.
|
private |
Definition at line 176 of file itkDICOMSeriesFileNames.h.
|
private |
Definition at line 168 of file itkDICOMSeriesFileNames.h.
|
private |
Definition at line 174 of file itkDICOMSeriesFileNames.h.
|
private |
Definition at line 163 of file itkDICOMSeriesFileNames.h.
|
private |
Definition at line 172 of file itkDICOMSeriesFileNames.h.
|
private |
Definition at line 170 of file itkDICOMSeriesFileNames.h.
|
private |
Definition at line 169 of file itkDICOMSeriesFileNames.h.