#include <aims/io/baseFormats_mesh.h>
|
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()) |
|
virtual | ~FileFormat () |
|
virtual AimsTimeSurface< 3, Void > * | 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) |
|
virtual bool | write (const std::string &, const AimsTimeSurface< 3, Void > &, 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...
|
|
Definition at line 94 of file baseFormats_mesh.h.
◆ ~Vrml1Format()
virtual aims::Vrml1Format::~Vrml1Format |
( |
| ) |
|
|
virtual |
◆ read()
virtual bool aims::Vrml1Format::read |
( |
const std::string & |
filename, |
|
|
AimsTimeSurface< 3, Void > & |
obj, |
|
|
const carto::AllocatorContext & |
context, |
|
|
carto::Object |
options |
|
) |
| |
|
virtual |
◆ write()
The documentation for this class was generated from the following file: