cb->setDescription("A generic function that can be evaluated on a set of points. Functions can call other functions and their values are cached so that if two different functions call the same function f, f is only evaluated once.");
methodBinding*mb;
mb=cb->addMethod("getTime",&function::getTime);
mb->setDescription("Return function constant in space which contains the time value");