![]() |
aimsdata
5.0.5
Neuroimaging data handling
|
#include <aims/io/baseFormats_graph.h>
Public Member Functions | |
virtual | ~ArgFormat () |
virtual bool | read (const std::string &filename, Graph &obj, const carto::AllocatorContext &context, carto::Object options) |
virtual Graph * | read (const std::string &filename, const carto::AllocatorContext &context, carto::Object options) |
Creates an object and reads it. More... | |
virtual bool | write (const std::string &filename, const Graph &obj, carto::Object options=carto::none()) |
the forceglobal parameter is a hack that replaces the usual ascii flag. More... | |
![]() | |
virtual | ~FileFormat () |
carto::GenericObject * | read (const std::string &, const carto::AllocatorContext &, carto::Object) |
Definition at line 45 of file baseFormats_graph.h.
|
virtual |
|
virtual |
Implements aims::FileFormat< Graph >.
|
virtual |
Creates an object and reads it.
The default implementation just calls the other read() function. The returned object may be deleted by the standard delete
Reimplemented from aims::FileFormat< Graph >.
|
virtual |
the forceglobal
parameter is a hack that replaces the usual ascii
flag.
If set, internal objects are saved in "global" mode (see AimsGraphWriter)
Reimplemented from aims::FileFormat< Graph >.