9 #ifndef VDEFORMATION_HH
10 #define VDEFORMATION_HH 1
15 #define FORWARD_DEFORMATION 0
16 #define BACKWARD_DEFORMATION 1
70 {
mp_ID = ap_ImageDimensionsAndQuantification;}
229 #define FUNCTION_DEFORMATION(CLASS) \
230 static vDeformation *make_deformation() { return new CLASS(); };
233 #define CLASS_DEFORMATION(NAME,CLASS) \
234 class NAME##DeformationCreator \
237 NAME##DeformationCreator() \
238 { sAddonManager::GetInstance()->mp_listOfDeformations[#NAME] = CLASS::make_deformation; } \
240 static NAME##DeformationCreator DeformationCreator##NAME;
This header file is mainly used to declare some macro definitions and all includes needed from the st...
This class holds all the matrices in the image domain that can be used in the algorithm: image...
This class is designed to manage all dimensions and quantification related stuff. ...