#include <aims/io/qsqlgraphformat.h>
|
virtual Graph * | read (const std::string &filename, const carto::AllocatorContext &context, carto::Object options) |
|
virtual bool | read (const std::string &filename, Graph &vol, const carto::AllocatorContext &context, carto::Object options) |
|
virtual bool | write (const std::string &filename, const Graph &vol, carto::Object options=carto::none()) |
|
virtual | ~FileFormat () |
|
virtual bool | read (const std::string &filename, T &obj, const carto::AllocatorContext &context, carto::Object options)=0 |
|
virtual bool | write (const std::string &, const T &, carto::Object options=carto::none()) |
|
carto::GenericObject * | read (const std::string &, const carto::AllocatorContext &, carto::Object) |
|
Definition at line 52 of file qsqlgraphformat.h.
◆ read() [1/2]
virtual Graph* aims::QSqlGraphFormat::read |
( |
const std::string & |
filename, |
|
|
const carto::AllocatorContext & |
context, |
|
|
carto::Object |
options |
|
) |
| |
|
virtual |
◆ read() [2/2]
virtual bool aims::QSqlGraphFormat::read |
( |
const std::string & |
filename, |
|
|
Graph & |
vol, |
|
|
const carto::AllocatorContext & |
context, |
|
|
carto::Object |
options |
|
) |
| |
|
virtual |
◆ write()
The documentation for this class was generated from the following file: