|  | aimsdata
    5.1.2
    Neuroimaging data handling | 
#include <aims/io/baseFormats_mesh.h>


| Public Member Functions | |
| virtual | ~MeshFormat () | 
| virtual bool | read (const std::string &filename, AimsTimeSurface< D, T > &obj, const carto::AllocatorContext &context, carto::Object options) | 
| virtual bool | write (const std::string &filename, const AimsTimeSurface< D, T > &vol, carto::Object options=carto::none()) | 
|  Public Member Functions inherited from aims::FileFormat< AimsTimeSurface< D, T > > | |
| virtual | ~FileFormat () | 
| virtual AimsTimeSurface< D, T > * | 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< D, T > &, carto::Object options=carto::none()) | 
| the base class has a default implementation which only returns falseso if your new format only supports read operations, you won't have to bother about the write() function  More... | |
Definition at line 49 of file baseFormats_mesh.h.
| 
 | virtual | 
Definition at line 54 of file baseFormats_mesh_d.h.
| 
 | virtual | 
Implements aims::FileFormat< AimsTimeSurface< D, T > >.
Definition at line 60 of file baseFormats_mesh_d.h.
References aims::MeshReader< D, T >::read().
| 
 | virtual | 
Definition at line 73 of file baseFormats_mesh_d.h.
References carto::const_ref< class >::isNull(), and aims::MeshWriter< D, T >::write().