![]() |
aimsdata
5.1.2
Neuroimaging data handling
|
#include <aims/io/baseFormats_volume.h>
Public Member Functions | |
virtual | ~SomaIOAimsDataFormat () |
virtual bool | read (const std::string &filename, AimsData< T > &obj, const carto::AllocatorContext &context, carto::Object options) |
virtual AimsData< T > * | read (const std::string &filename, const carto::AllocatorContext &context, carto::Object options) |
Creates an object and reads it. More... | |
virtual bool | write (const std::string &filename, const AimsData< T > &obj, carto::Object options=carto::none()) |
![]() | |
virtual | ~FileFormat () |
carto::GenericObject * | read (const std::string &, const carto::AllocatorContext &, carto::Object) |
virtual bool | write (const std::string &, const AimsData< 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... | |
Definition at line 84 of file baseFormats_volume.h.
|
virtual |
Definition at line 237 of file baseFormats_volume_d.h.
|
virtual |
Implements aims::FileFormat< AimsData< T > >.
Definition at line 243 of file baseFormats_volume_d.h.
References carto::const_ref< class >::isNull(), and carto::Object::value().
|
virtual |
Creates an object and reads it.
The default implementation just calls the other read() function. The returned object may be deleted by the standard delete
Reimplemented from aims::FileFormat< AimsData< T > >.
Definition at line 305 of file baseFormats_volume_d.h.
References carto::const_ref< class >::isNull(), and carto::Object::value().
|
virtual |
Definition at line 338 of file baseFormats_volume_d.h.
References carto::const_ref< class >::isNull(), carto::Object::value(), and AimsData< T >::volume().