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