![]() |
aimsdata
4.7.0
Neuroimaging data handling
|
#include <aims/io/aimsGraphR.h>
Public Member Functions | |
PostProcessor () | |
virtual | ~PostProcessor () |
const ElementInfo & | elementInfo () const |
ElementInfo & | elementInfo () |
![]() | |
Process () | |
Attempts to read the header of filename and, if successful, calls the operator() of the process . More... | |
virtual | ~Process () |
void | registerProcessType (const std::string &objType, const std::string &dataType, ProcFunc procFunc) |
Registers the process to call on a given (object type, data type) couple (just fills the map) More... | |
bool | execute (const std::string &filename) |
Executes the process on the object / data type found in the given file. More... | |
bool | execute (Finder &f, const std::string &filename) |
Same as above but the header has already been read (or hand-made to fake it!) More... | |
const std::map< std::string, std::map< std::string, ProcFunc > > & | processTypes () const |
Query registered process types. More... | |
void | setReadOptions (carto::Object options) |
Set reading options. More... | |
Friends | |
class | AimsGraphReader |
Additional Inherited Members | |
![]() | |
typedef bool(* | ProcFunc) (Process &, const std::string &, Finder &) |
Process function type. More... | |
![]() | |
std::map< std::string, std::map< std::string, ProcFunc > > | _execs |
carto::Object | _options |
Definition at line 100 of file aimsGraphR.h.
aims::AimsGraphReader::PostProcessor::PostProcessor | ( | ) |
|
virtual |
|
inline |
Definition at line 106 of file aimsGraphR.h.
Referenced by aims::AimsGraphReader::read().
|
inline |
Definition at line 107 of file aimsGraphR.h.
References aims::mask().
|
friend |
Definition at line 103 of file aimsGraphR.h.