20 #ifndef _CONSTANT_FUNCTION_H_
21 #define _CONSTANT_FUNCTION_H_
23 #include "mbsim/functions/function.h"
29 template<
typename Ret,
typename Arg>
36 int getArgSize()
const {
return 1; }
41 void initializeUsingXML(xercesc::DOMElement *element) {
42 xercesc::DOMElement *e=MBXMLUtils::E(element)->getFirstElementChildNamed(MBSIM%
"a0");
43 a0=Element::getDouble(e);
Definition: constant_function.h:27
Definition: planar_contour.h:31