aimsdata  5.0.5
Neuroimaging data handling
aims::PovFormat< D > Class Template Reference

#include <aims/io/baseFormats_mesh.h>

Inheritance diagram for aims::PovFormat< D >:
Collaboration diagram for aims::PovFormat< D >:

Public Member Functions

virtual ~PovFormat ()
 
virtual bool read (const std::string &filename, AimsTimeSurface< D, Void > &obj, const carto::AllocatorContext &context, carto::Object options)
 
virtual bool write (const std::string &filename, const AimsTimeSurface< D, 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 More...
 
- Public Member Functions inherited from aims::FileFormat< AimsTimeSurface< D, Void > >
virtual ~FileFormat ()
 
virtual AimsTimeSurface< D, Void > * 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)
 

Detailed Description

template<int D>
class aims::PovFormat< D >

Definition at line 79 of file baseFormats_mesh.h.

Constructor & Destructor Documentation

◆ ~PovFormat()

template<int D>
aims::PovFormat< D >::~PovFormat ( )
virtual

Definition at line 98 of file baseFormats_mesh_d.h.

Member Function Documentation

◆ read()

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

◆ write()

template<int D>
bool aims::PovFormat< D >::write ( const std::string &  ,
const AimsTimeSurface< D, Void > &  ,
carto::Object  options = carto::none() 
)
virtual

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

Reimplemented from aims::FileFormat< AimsTimeSurface< D, Void > >.

Definition at line 112 of file baseFormats_mesh_d.h.

References aims::PovWriter< D, T >::write().


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