cartodata
5.1.2
|
FormatWriter specialized for reference to 4D Volume. More...
#include <cartodata/io/volumeformatwriter.h>
Public Member Functions | |
virtual | ~VolumeRefFormatWriter () |
virtual bool | filterProperties (carto::Object header, carto::Object options=carto::none()) |
FormatWriter derived function It removes properties that must not be written. More... | |
virtual bool | write (const carto::VolumeRef< T > &obj, carto::rc_ptr< DataSourceInfo > dsi, carto::Object options) |
FormatWriter derived function This method understands a volume and calls appropriate ImageWriter methods. More... | |
void | attach (carto::rc_ptr< ImageWriter< T > > imw) |
Linking to a ImageWriter Allows us to declare only once the ImageWriter. More... | |
![]() | |
virtual | ~FormatWriter () |
virtual bool | write (const T &obj, carto::rc_ptr< DataSourceInfo > dsi, carto::Object options)=0 |
Protected Attributes | |
carto::rc_ptr< ImageWriter< T > > | _imw |
FormatWriter specialized for reference to 4D Volume.
Definition at line 110 of file volumeformatwriter.h.
|
virtual |
Definition at line 360 of file volumeformatwriter_d.h.
void soma::VolumeRefFormatWriter< T >::attach | ( | carto::rc_ptr< ImageWriter< T > > | imw | ) |
Linking to a ImageWriter Allows us to declare only once the ImageWriter.
Definition at line 386 of file volumeformatwriter_d.h.
|
virtual |
FormatWriter derived function It removes properties that must not be written.
Implements soma::FormatWriter< carto::VolumeRef< T > >.
Definition at line 365 of file volumeformatwriter_d.h.
References soma::MinfUtil::filter().
|
virtual |
FormatWriter derived function This method understands a volume and calls appropriate ImageWriter methods.
Definition at line 376 of file volumeformatwriter_d.h.
References soma::VolumeFormatWriter< T >::attach(), and soma::VolumeFormatWriter< T >::write().
|
protected |
Definition at line 133 of file volumeformatwriter.h.