1 #ifndef REDUCTION_MAPPING_H
2 #define REDUCTION_MAPPING_H
17 const real & inactiveAxis1Value =0. ,
18 const real & inactiveAxis2Value =-1.,
19 const real & inactiveAxis3Value =-1. );
21 const int & inactiveAxis,
22 const real & inactiveAxisValue );
51 const real & inactiveAxis1Value =0. ,
52 const real & inactiveAxis2Value =-1.,
53 const real & inactiveAxis3Value =-1. );
56 const int & inactiveAxis,
57 const real & inactiveAxisValue );
60 const real & inactiveAxis2Value =-1.,
61 const real & inactiveAxis3Value =-1.);
64 const real & inactiveAxisValue );
81 int numberOfInActiveAxes;
82 int activeAxis[3], inActiveAxis[3];
83 real inActiveAxisValue[3];
86 int setMappingProperties();