aimsdata  5.1.2
Neuroimaging data handling
aims::MeshFormat< D, T > Class Template Reference

#include <aims/io/baseFormats_mesh.h>

Inheritance diagram for aims::MeshFormat< D, T >:
Collaboration diagram for aims::MeshFormat< D, T >:

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::GenericObjectread (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 false so if your new format only supports read operations, you won't have to bother about the write() function More...
 

Detailed Description

template<int D, class T>
class aims::MeshFormat< D, T >

Definition at line 49 of file baseFormats_mesh.h.

Constructor & Destructor Documentation

◆ ~MeshFormat()

template<int D, typename T >
aims::MeshFormat< D, T >::~MeshFormat
virtual

Definition at line 54 of file baseFormats_mesh_d.h.

Member Function Documentation

◆ read()

template<int D, class T >
bool aims::MeshFormat< D, T >::read ( const std::string &  filename,
AimsTimeSurface< D, T > &  obj,
const carto::AllocatorContext &  context,
carto::Object  options 
)
virtual

◆ write()

template<int D, class T >
bool aims::MeshFormat< D, T >::write ( const std::string &  filename,
const AimsTimeSurface< D, T > &  vol,
carto::Object  options = carto::none() 
)
virtual

The documentation for this class was generated from the following files: