21#ifndef mia_2d_trait_hh
22#define mia_2d_trait_hh
39struct dimension_traits<2> {
40 typedef C2DTransformation Transformation;
43 typedef C2DImage Image;
45 typedef std::vector<PImage> ImageSeries;
48 typedef C2DFullCost::Pointer PFullCost;
52 typedef C2DInterpolatorFactory InterpolatorFactory;
TFullCostList< C2DTransformation > C2DFullCostList
T2DVector< unsigned int > C2DBounds
unsigned int valued 2D vector - used as 2D size parameter
std::shared_ptr< C2DImage > Pointer
2D Image pointer type
#define NS_MIA_BEGIN
conveniance define to start the mia namespace
#define NS_MIA_END
conveniance define to end the mia namespace
std::shared_ptr< C2DFilter > P2DFilter
THandlerSingleton< TFactoryPluginHandler< C2DFilterPlugin > > C2DFilterPluginHandler
TDataFilter< C2DImage > C2DFilter
std::shared_ptr< C2DTransformCreator > P2DTransformationFactory
Pointer type to the transformation factory.