![]() |
aimsdata
5.1.2
Neuroimaging data handling
|
#include <aims/io/baseFormats_hierarchy.h>
Additional Inherited Members | |
![]() | |
virtual | ~FileFormat () |
virtual Hierarchy * | 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) |
virtual bool | write (const std::string &, const Hierarchy &, 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 48 of file baseFormats_hierarchy.h.