31 #ifndef VDEFORMATION_HH
32 #define VDEFORMATION_HH 1
37 #define FORWARD_DEFORMATION 0
38 #define BACKWARD_DEFORMATION 1
91 {
mp_ID = ap_ImageDimensionsAndQuantification;}
273 #define FUNCTION_DEFORMATION(CLASS) \
274 static vDeformation *make_deformation() { return new CLASS(); };
277 #define CLASS_DEFORMATION(NAME,CLASS) \
278 class NAME##DeformationCreator \
281 NAME##DeformationCreator() \
282 { sAddonManager::GetInstance()->mp_listOfDeformations[#NAME] = CLASS::make_deformation; } \
284 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. ...