![]() |
aimsdata
4.7.0
Neuroimaging data handling
|
#include <aims/io/baseFormats_cartovolume.h>
Public Member Functions | |
VolumeRefFormat (const std::string &prefformat=std::string()) | |
virtual | ~VolumeRefFormat () |
virtual bool | read (const std::string &filename, carto::VolumeRef< T > &vol, const carto::AllocatorContext &context, carto::Object options) |
virtual bool | write (const std::string &filename, const carto::VolumeRef< 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 carto::VolumeRef< T > * | read (const std::string &filename, const carto::AllocatorContext &context, carto::Object options) |
Creates an object and reads it. More... | |
![]() | |
virtual | ~FileFormat () |
carto::GenericObject * | read (const std::string &, const carto::AllocatorContext &, carto::Object) |
Definition at line 72 of file baseFormats_cartovolume.h.
aims::VolumeRefFormat< T >::VolumeRefFormat | ( | const std::string & | prefformat = std::string() | ) |
Definition at line 181 of file fileFormat_cartovolume_d.h.
|
virtual |
Definition at line 188 of file fileFormat_cartovolume_d.h.
|
virtual |
Implements aims::FileFormat< carto::VolumeRef< T > >.
Definition at line 194 of file fileFormat_cartovolume_d.h.
References carto::rc_ptr< Volume< T > >::reset().
|
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< carto::VolumeRef< T > >.
Definition at line 211 of file fileFormat_cartovolume_d.h.
|
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< carto::VolumeRef< T > >.
Definition at line 223 of file fileFormat_cartovolume_d.h.