aimsalgo  4.7.0
Neuroimaging image processing
aims::Reader< aims::FfdTransformation > Class Template Reference

FFD vector field transformation reader. More...

#include <aims/registration/ffd.h>

Inheritance diagram for aims::Reader< aims::FfdTransformation >:
Collaboration diagram for aims::Reader< aims::FfdTransformation >:

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)
 
- Public Member Functions inherited from aims::Reader< AimsData< Point3df > >
 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::Objectoptions ()
 

Additional Inherited Members

- Static Public Member Functions inherited from aims::Reader< AimsData< Point3df > >
static std::string extension (const std::string &filename)
 
- Protected Attributes inherited from aims::Reader< AimsData< Point3df > >
std::string _filename
 
carto::AllocatorStrategy::MappingMode _mode
 
carto::AllocatorContext _alloccontext
 
carto::Object _options
 

Detailed Description

template<>
class aims::Reader< aims::FfdTransformation >

FFD vector field transformation reader.

It actually reads a volume of Point3df.

Definition at line 286 of file ffd.h.

Constructor & Destructor Documentation

◆ Reader() [1/2]

Definition at line 290 of file ffd.h.

◆ Reader() [2/2]

aims::Reader< aims::FfdTransformation >::Reader ( const std::string &  filename)
inline

Definition at line 291 of file ffd.h.

◆ ~Reader()

virtual aims::Reader< aims::FfdTransformation >::~Reader ( )
inlinevirtual

Reimplemented from aims::Reader< AimsData< Point3df > >.

Definition at line 292 of file ffd.h.

Member Function Documentation

◆ read()

virtual bool aims::Reader< aims::FfdTransformation >::read ( aims::FfdTransformation obj,
int  border = 0,
const std::string *  format = 0,
int  frame = -1 
)
inlinevirtual

Definition at line 293 of file ffd.h.

References aims::FfdTransformation::updateDimensions().


The documentation for this class was generated from the following file: