![]() |
aimsdata
4.7.0
Neuroimaging data handling
|
#include <aims/io/graphBundlesFormat.h>
Public Member Functions | |
virtual | ~GraphBundlesFormat () |
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 | ~FileFormat () |
carto::GenericObject * | read (const std::string &, const carto::AllocatorContext &, carto::Object) |
virtual bool | write (const std::string &, const Graph &, carto::Object options=carto::none()) |
the base class has a default implementation which only returns false so if your new format only supports read operations, you won't have to bother about the write() function More... | |
Definition at line 46 of file graphBundlesFormat.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 >.