![]() |
aimsdata 6.0.0
Neuroimaging data handling
|
Wrapper for a specific GraphWriter. More...
#include <aims/io/argW.h>

Public Types | |
| enum | SavingMode { Keep , Global , Local } |
Public Member Functions | |
| LowLevelArgWriter () | |
| virtual | ~LowLevelArgWriter () |
| virtual void | write (const std::string &filename, Graph &graph, SavingMode mode=Keep, bool saveOnlyModified=true)=0 |
| in case of failure, raise an exception | |
| virtual carto::Object | getMinf (const Graph &g) |
| get / reconstruct the minf header from the graph. | |
Wrapper for a specific GraphWriter.
| aims::LowLevelArgWriter::LowLevelArgWriter | ( | ) |
|
virtual |
|
virtual |
get / reconstruct the minf header from the graph.
The default implementation takes it from the "header" property of the graph (if any), and tries to rebuild referentials / transformations properties from the graph properties if possible.
|
pure virtual |
in case of failure, raise an exception
Implemented in aims::LowLevelStandardArgWriter.
References Keep.