|  | aimsdata
    5.1.2
    Neuroimaging data handling | 
#include <aims/io/baseFormats_graph.h>


| Public Member Functions | |
| virtual | ~GraphVolumeFormat () | 
| 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... | |
|  Public Member Functions inherited from aims::FileFormat< Graph > | |
| 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 falseso if your new format only supports read operations, you won't have to bother about the write() function  More... | |
Definition at line 65 of file baseFormats_graph.h.
| 
 | virtual | 
| 
 | 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 | 
Implements aims::FileFormat< Graph >.