FilenameGenerator.
More...
#include <gdcmFilenameGenerator.h>
List of all members.
Detailed Description
FilenameGenerator.
class to generate filenames based on a pattern (C-style)
Output will be:
for i = 0, number of filenames: outfilename[i] = prefix + (pattern % i)
where pattern % i means C-style snprintf of Pattern using value 'i'
- Examples:
-
ConvertMultiFrameToSingleFrame.cxx.
Member Typedef Documentation
Constructor & Destructor Documentation
| gdcm::FilenameGenerator::FilenameGenerator |
( |
|
) |
[inline] |
| gdcm::FilenameGenerator::~FilenameGenerator |
( |
|
) |
[inline] |
Member Function Documentation
| bool gdcm::FilenameGenerator::Generate |
( |
|
) |
|
| const char* gdcm::FilenameGenerator::GetFilename |
( |
SizeType |
n |
) |
const |
| FilenamesType const& gdcm::FilenameGenerator::GetFilenames |
( |
|
) |
const [inline] |
| SizeType gdcm::FilenameGenerator::GetNumberOfFilenames |
( |
|
) |
const |
| const char* gdcm::FilenameGenerator::GetPattern |
( |
|
) |
const [inline] |
| const char* gdcm::FilenameGenerator::GetPrefix |
( |
|
) |
const [inline] |
| void gdcm::FilenameGenerator::SetNumberOfFilenames |
( |
SizeType |
nfiles |
) |
|
| void gdcm::FilenameGenerator::SetPattern |
( |
const char * |
pattern |
) |
[inline] |
| void gdcm::FilenameGenerator::SetPrefix |
( |
const char * |
prefix |
) |
[inline] |
The documentation for this class was generated from the following file: