gdcm::FileSet Class Reference
File-set: A File-set is a collection of DICOM Files (and possibly non-DICOM Files) that share a common naming space within which File IDs are unique.
More...
#include <gdcmFileSet.h>
List of all members.
Detailed Description
File-set: A File-set is a collection of DICOM Files (and possibly non-DICOM Files) that share a common naming space within which File IDs are unique.
Member Typedef Documentation
Constructor & Destructor Documentation
gdcm::FileSet::FileSet |
( |
|
) |
[inline] |
Member Function Documentation
bool gdcm::FileSet::AddFile |
( |
const char * |
filename |
) |
|
Add a file 'filename' to the list of files. Return true on success, false in case filename could not be found on system.
void gdcm::FileSet::AddFile |
( |
File const & |
|
) |
[inline] |
FilesType const& gdcm::FileSet::GetFiles |
( |
|
) |
const [inline] |
void gdcm::FileSet::SetFiles |
( |
FilesType const & |
files |
) |
|
Friends And Related Function Documentation
std::ostream& operator<< |
( |
std::ostream & |
_os, |
|
|
const FileSet & |
d | |
|
) |
| | [friend] |
The documentation for this class was generated from the following file: