aimsdata  5.0.5
Neuroimaging data handling
aims::GiftiMeshFormat< D, T > Class Template Reference

#include <aims/io/giftiformat.h>

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

Public Member Functions

virtual bool read (const std::string &filename, AimsTimeSurface< D, T > &vol, const carto::AllocatorContext &context, carto::Object options)
 
virtual bool write (const std::string &filename, const AimsTimeSurface< D, T > &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 More...
 
const carto::Object options () const
 
void setOptions (carto::Object opt)
 
- 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)
 

Protected Attributes

std::string _filename
 
carto::Object _options
 

Detailed Description

template<int D, typename T>
class aims::GiftiMeshFormat< D, T >

Definition at line 45 of file giftiformat.h.

Member Function Documentation

◆ options()

template<int D, typename T >
const carto::Object aims::GiftiMeshFormat< D, T >::options ( ) const
inline

Definition at line 56 of file giftiformat.h.

References aims::GiftiMeshFormat< D, T >::_options.

◆ read()

◆ setOptions()

template<int D, typename T >
void aims::GiftiMeshFormat< D, T >::setOptions ( carto::Object  opt)
inline

Definition at line 57 of file giftiformat.h.

References aims::GiftiMeshFormat< D, T >::_options.

◆ write()

Member Data Documentation

◆ _filename

template<int D, typename T >
std::string aims::GiftiMeshFormat< D, T >::_filename
protected

Definition at line 63 of file giftiformat.h.

◆ _options


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