00001 #include "TDPGeneratorOptions.h" 00002 #include "TDPGeneratorFactory.h" 00003 00004 void TDPGeneratorOptions::AddArgument(const int& number, const std::string& option) { 00005 // Get the name of this argument 00006 std::string name = TDPGeneratorFactory::Instance()->GetArgumentName(fModuleName,number); 00007 // Set the value of the corresponding option 00008 SetOption(name,option); 00009 }