Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
#include <mitkFileSeriesReader.h>
Public Types | |
typedef std::vector< std::string > | MatchedFileNames |
Public Types inherited from mitk::FileReader | |
typedef FileReader | Self |
typedef itk::SmartPointer< Self > | Pointer |
typedef itk::SmartPointer< const Self > | ConstPointer |
Public Member Functions | |
mitkClassMacro (FileSeriesReader, FileReader) | |
virtual MatchedFileNames | GetMatchedFileNames () |
Public Member Functions inherited from mitk::FileReader | |
virtual std::vector< std::string > | GetClassHierarchy () const |
itkTypeMacroNoParent (FileReader) virtual const char *GetFileName() const =0 | |
Get the specified the file to load. More... | |
virtual void | SetFileName (const char *aFileName)=0 |
Specify the file to load. More... | |
virtual const char * | GetFilePrefix () const =0 |
Get the specified file prefix for the file(s) to load. More... | |
virtual void | SetFilePrefix (const char *aFilePrefix)=0 |
Specify file prefix for the file(s) to load. More... | |
virtual const char * | GetFilePattern () const =0 |
Get the specified file pattern for the file(s) to load. The sprintf format used to build filename from FilePrefix and number. More... | |
virtual void | SetFilePattern (const char *aFilePattern)=0 |
Specified file pattern for the file(s) to load. The sprintf format used to build filename from FilePrefix and number. More... | |
virtual bool | CanReadFromMemory () |
Specifies, whether the file reader also can read a file from a memory buffer. More... | |
virtual void | SetReadFromMemory (bool read) |
Set/Get functions to advise the file reader to use a memory array for reading a file. More... | |
virtual bool | GetReadFromMemory () |
virtual void | SetMemoryBuffer (const char *dataArray, unsigned int size) |
To be used along with a call of SetReadFromMemory(true). This sets the memory buffer and the size from which the reader will read. More... | |
Protected Member Functions | |
FileSeriesReader () | |
~FileSeriesReader () override | |
virtual bool | GenerateFileList () |
Protected Member Functions inherited from mitk::FileReader | |
FileReader () | |
virtual | ~FileReader () |
Protected Attributes | |
std::string | m_FileName |
std::string | m_FilePrefix |
std::string | m_FilePattern |
MatchedFileNames | m_MatchedFileNames |
Protected Attributes inherited from mitk::FileReader | |
bool | m_CanReadFromMemory |
bool | m_ReadFromMemory |
const char * | m_MemoryBuffer |
unsigned int | m_MemorySize |
Additional Inherited Members | |
Static Public Member Functions inherited from mitk::FileReader | |
static const char * | GetStaticNameOfClass () |
Provides a function which generates a list of files from a given prefix and pattern. Subclasses may use this function to load a series of files.
Definition at line 31 of file mitkFileSeriesReader.h.
typedef std::vector<std::string> mitk::FileSeriesReader::MatchedFileNames |
Definition at line 36 of file mitkFileSeriesReader.h.
|
protected |
|
overrideprotected |
|
protectedvirtual |
|
virtual |
mitk::FileSeriesReader::mitkClassMacro | ( | FileSeriesReader | , |
FileReader | |||
) |
|
protected |
Definition at line 47 of file mitkFileSeriesReader.h.
|
protected |
Definition at line 51 of file mitkFileSeriesReader.h.
|
protected |
Definition at line 49 of file mitkFileSeriesReader.h.
|
protected |
Definition at line 53 of file mitkFileSeriesReader.h.