aimsdata  5.0.5
Neuroimaging data handling
aims::BckMapFormat< T > Class Template Reference

#include <aims/io/baseFormats_bucket.h>

Inheritance diagram for aims::BckMapFormat< T >:
Collaboration diagram for aims::BckMapFormat< T >:

Public Member Functions

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

Detailed Description

template<class T>
class aims::BckMapFormat< T >

Definition at line 62 of file baseFormats_bucket.h.

Member Function Documentation

◆ read()

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

◆ write()

template<class T >
bool aims::BckMapFormat< T >::write ( const std::string &  ,
const BucketMap< T > &  ,
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< BucketMap< T > >.

Definition at line 101 of file baseFormats_bucket_d.h.

References const_ref< GenericObject >::isNull(), and aims::BckMapWriter< T >::write().


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