15 #ifndef ANGULAREULERINTEGRATOR_H
16 #define ANGULAREULERINTEGRATOR_H
18 #include "angularIntegrator.h"
30 virtual void output(ostream &out)
const;
31 virtual void write(ostream &out,
unsigned int indent=0)
const;
34 virtual void child_integrate(
Physical *physical,
39 #endif // EULERINTEGRATOR_H
virtual void output(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.
Pure virtual base class for physical modeling.
virtual void write(ostream &out, unsigned int indent=0) const
Write a string representation of this instance to <out>.