![]() |
aimsdata 6.0.0
Neuroimaging data handling
|
#include <aims/io/baseFormats_mesh.h>


Public Member Functions | |
| virtual | ~Vrml1Format () |
| virtual bool | read (const std::string &filename, AimsTimeSurface< 3, Void > &obj, const carto::AllocatorContext &context, carto::Object options) |
| virtual bool | write (const std::string &filename, const AimsTimeSurface< 3, Void > &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 | |
Public Member Functions inherited from aims::FileFormat< AimsTimeSurface< 3, Void > > | |
| carto::GenericObject * | read (const std::string &, const carto::AllocatorContext &, carto::Object) |
| virtual | ~FileFormat () |
| virtual AimsTimeSurface< 3, Void > * | read (const std::string &filename, const carto::AllocatorContext &context, carto::Object options) |
| Creates an object and reads it. | |
| carto::GenericObject * | read (const std::string &, const carto::AllocatorContext &, carto::Object) |
Definition at line 94 of file baseFormats_mesh.h.
|
virtual |
|
virtual |
Implements aims::FileFormat< AimsTimeSurface< 3, Void > >.
|
virtual |
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< AimsTimeSurface< 3, Void > >.
References carto::none().