BaseForce

class BaseForce

Bases: TypedReferenceCount

pure virtual base class for all forces that could POSSIBLY exist.

Inheritance diagram

Inheritance diagram of BaseForce

bool get_active(void) const
static TypeHandle get_class_type(void)
ForceNode *get_force_node(void) const
NodePath get_force_node_path(void) const
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>.