#include <aims/io/baseFormats_mesh.h>
|
virtual | ~TriFormat () |
|
virtual bool | read (const std::string &filename, AimsSurfaceTriangle &obj, const carto::AllocatorContext &context, carto::Object options) |
|
virtual bool | write (const std::string &filename, const AimsSurfaceTriangle &vol, carto::Object options=carto::none()) |
|
virtual | ~FileFormat () |
|
virtual AimsSurfaceTriangle * | 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 AimsSurfaceTriangle &, 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 63 of file baseFormats_mesh.h.
◆ ~TriFormat()
virtual aims::TriFormat::~TriFormat |
( |
| ) |
|
|
virtual |
◆ read()
◆ write()
The documentation for this class was generated from the following file: