8 #ifndef ODEFORMATIONMANAGER_HH 9 #define ODEFORMATIONMANAGER_HH 1 11 #include "gVariables.hh" 13 #include "vDataFile.hh" 27 #define DEF_RESP_MOT 0 29 #define DEF_CARD_MOT 1 31 #define DEF_IPAT_MOT 2 33 #define DEF_DUAL_MOT 3 132 {
mp_ID = ap_ImageDimensionsAndQuantification;}
187 else return a_value;}
203 inline void SetDeformationRequirement(
INTNB a_th)
204 {mp_deformationRequirement[a_th] =
true;}
211 inline bool GetDeformationRequirement(
INTNB a_th)
212 {
return mp_deformationRequirement[a_th];}
218 bool AllThreadsRequireDeformation();
223 void UnsetDeformationRequirements();
322 bool* mp_deformationRequirement;
This class is designed to be a mother virtual class for DataFile.
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. ...