Example #1
0
 double contextInterface(double arg)
 {
   std::cout << "\tContext::contextInterface(double) - context interface\n";
   arg = arg / 90 * 3.141592653589793238462643383;
   return pStrategy_->algorithm(arg);
 }