BaseForce
-
class BaseForce
Bases:
TypedReferenceCount
pure virtual base class for all forces that could POSSIBLY exist.
Inheritance diagram
-
bool get_active(void) const
-
static TypeHandle get_class_type(void)
-
virtual bool is_linear(void) const = 0
-
virtual void output(std::ostream &out) const
Write a string representation of this instance to <out>.
-
void set_active(bool active)
-
virtual void write(std::ostream &out, int indent_level = 0) const
Write a string representation of this instance to <out>.
-
bool get_active(void) const