ReadMapType< double > DDNumericArguments
corresponds to a collection of named doubles
std::string formatAsDegreesInInteger(double radianVal)
std::ostream & operator<<(std::ostream &os, const DDNumericArguments &t)
ReadMapType< std::string > DDStringArguments
corresponds to a collection of named strings
std::string formatAsDegrees(double radianVal)
ReadMapType< std::vector< double > > DDVectorArguments
corresponds to a collection of named std::vectors of doubles */
ReadMapType< std::vector< std::string > > DDStringVectorArguments
ReadMapType< std::map< std::string, double > > DDMapArguments
corresponds to a collection of named std::maps of strings to double */