54 IOTrace(
"VelocityProfile::Read");
56 EatWord(is,
"[",storage,
sizeof(storage));
58 if (strcmp(storage,
"DIRACVEL")==0) {
62 }
else if (strcmp(storage,
"CONSTVEL")==0) {
68 }
else if (strcmp(storage,
"TRAPEZOIDAL")==0) {
77 }
else if (strcmp(storage,
"TRAPEZOIDALHALF")==0) {
void IOTracePop()
pops a description of the IO-stack
void EatWord(std::istream &is, const char *delim, char *storage, int maxsize)
static VelocityProfile * Read(std::istream &is)
void Eat(std::istream &is, int delim)
void IOTrace(const std::string &description)