#include <aims/io/baseFormats_motion.h>
|
virtual | ~TrmFormat () |
|
virtual bool | read (const std::string &filename, Motion &obj, const carto::AllocatorContext &context, carto::Object options) |
|
virtual bool | write (const std::string &filename, const Motion &vol, 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...
|
|
virtual | ~FileFormat () |
|
virtual Motion * | read (const std::string &filename, const carto::AllocatorContext &context, carto::Object options) |
| Creates an object and reads it. More...
|
|
carto::GenericObject * | read (const std::string &, const carto::AllocatorContext &, carto::Object) |
|
Definition at line 48 of file baseFormats_motion.h.
◆ ~TrmFormat()
virtual aims::TrmFormat::~TrmFormat |
( |
| ) |
|
|
virtual |
◆ read()
virtual bool aims::TrmFormat::read |
( |
const std::string & |
filename, |
|
|
Motion & |
obj, |
|
|
const carto::AllocatorContext & |
context, |
|
|
carto::Object |
options |
|
) |
| |
|
virtual |
◆ write()
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
Reimplemented from aims::FileFormat< Motion >.
The documentation for this class was generated from the following file: