14 #ifndef LINEAREULERINTEGRATOR_H 15 #define LINEAREULERINTEGRATOR_H 28 virtual void output(std::ostream &out)
const;
29 virtual void write(std::ostream &out,
int indent=0)
const;
32 virtual void child_integrate(
Physical *physical,
37 #endif // EULERINTEGRATOR_H Pure virtual base class for physical modeling.
std::ostream & indent(std::ostream &out, int indent_level)
A handy function for doing text formatting.
virtual void output(std::ostream &out) const
Write a string representation of this instance to <out>.
Performs Euler integration on a vector of physically modelable objects given a quantum dt.
Defines a set of physically modeled attributes.
virtual void write(std::ostream &out, int indent=0) const
Write a string representation of this instance to <out>.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.