Go to the documentation of this file.
14 #ifndef LINEARINTEGRATOR_H
15 #define LINEARINTEGRATOR_H
35 virtual void output(std::ostream &out)
const;
36 virtual void write(std::ostream &out,
int indent=0)
const;
46 virtual void child_integrate(
Physical *physical,
51 #endif // LINEARINTEGRATOR_H
pure virtual integrator class that holds cached matrix information that really should be common to an...
std::ostream & indent(std::ostream &out, int indent_level)
A handy function for doing text formatting.
Defines a set of physically modeled attributes.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
Pure virtual base class for physical modeling.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
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.
This is a convenience class to specialize ConfigVariable as a floating- point type.
virtual void output(std::ostream &out) const
Write a string representation of this instance to <out>.