![]() |
aimsalgo
4.7.0
Neuroimaging image processing
|
FFD vector field transformation reader. More...
#include <aims/registration/ffd.h>
Public Member Functions | |
Reader () | |
Reader (const std::string &filename) | |
virtual | ~Reader () |
virtual bool | read (aims::FfdTransformation &obj, int border=0, const std::string *format=0, int frame=-1) |
![]() | |
Reader () | |
Reader (const std::string &filename) | |
virtual bool | read (AimsData< Point3df > &obj, int border=0, const std::string *format=0, int frame=-1) |
virtual AimsData< Point3df > * | read (int border=0, const std::string *format=0, int frame=-1) |
void | setMode (carto::AllocatorStrategy::MappingMode mode) |
void | setAllocatorContext (const carto::AllocatorContext &ac) |
const carto::AllocatorContext & | allocatorContext () const |
void | setFileName (const std::string &fileName) |
const std::string & | fileName () const |
void | setOptions (carto::Object options) |
carto::Object | options () const |
carto::Object & | options () |
Additional Inherited Members | |
![]() | |
static std::string | extension (const std::string &filename) |
![]() | |
std::string | _filename |
carto::AllocatorStrategy::MappingMode | _mode |
carto::AllocatorContext | _alloccontext |
carto::Object | _options |
FFD vector field transformation reader.
It actually reads a volume of Point3df.
|
inline |
|
inline |
|
inlinevirtual |
Reimplemented from aims::Reader< AimsData< Point3df > >.
|
inlinevirtual |
Definition at line 293 of file ffd.h.
References aims::FfdTransformation::updateDimensions().