Typedefs
2d/model.hh File Reference
#include <mia/core/typedescr.hh>
#include <mia/core/regmodel.hh>
#include <mia/2d/image.hh>
Include dependency graph for 2d/model.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef TRegModel< 2 > C2DRegModel
 the 2D time-marching registration model More...
 
typedef TFactory< C2DRegModelC2DRegModelPlugin
 Plugin for the 2D registration model. More...
 
typedef THandlerSingleton< TFactoryPluginHandler< C2DRegModelPlugin > > C2DRegModelPluginHandler
 Plugin handler for the 2D registration model. More...
 
typedef std::shared_ptr< C2DRegModelP2DRegModel
 Pointer type for the registration model. More...
 

Typedef Documentation

typedef std::shared_ptr<C2DRegModel > P2DRegModel

Pointer type for the registration model.

Definition at line 52 of file 2d/model.hh.