![]() |
aimsdata
4.7.0
Neuroimaging data handling
|
#include <aims/io/baseFormats_bucket.h>
Public Member Functions | |
virtual bool | read (const std::string &filename, AimsBucket< T > &obj, const carto::AllocatorContext &context, carto::Object options) |
virtual bool | write (const std::string &filename, const AimsBucket< 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... | |
![]() | |
virtual | ~FileFormat () |
virtual AimsBucket< 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) |
Definition at line 50 of file baseFormats_bucket.h.
|
virtual |
Implements aims::FileFormat< AimsBucket< T > >.
Definition at line 51 of file baseFormats_bucket_d.h.
References aims::BckReader< T >::read().
|
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< AimsBucket< T > >.
Definition at line 63 of file baseFormats_bucket_d.h.
References const_ref< GenericObject >::isNull(), and aims::BckWriter< T >::write().