Example #1
0
 void setRMax(real _rMax) { 
   rMax = _rMax; 
   updateAutoShift();
 }
Example #2
0
 void setR0(real _r0) { 
   r0 = _r0; 
   updateAutoShift();
 }
Example #3
0
 void setcaprad(real _caprad) {
   caprad = _caprad;
   updateAutoShift();
 }
Example #4
0
 // Setter and getter
 void setK(real _K) {
   K = _K;
   updateAutoShift();
 }
Example #5
0
 // Setter and getter
 void setEpsilon(real _epsilon) {
   epsilon = _epsilon;
   updateAutoShift();
   preset();
 }
 void setSigma(real _sigma) { 
   sigma = _sigma; 
   updateAutoShift();
   preset();
 }