Panda3D
|
Pure virtual base class for physical modeling. More...
#include <pandadoc.hpp>
Additional Inherited Members | |
![]() | |
__init__ (const BaseIntegrator) | |
output (Ostream out) | |
Write a string representation of this instance to <out>. | |
write (Ostream out, int indent) | |
Write a string representation of this instance to <out>. | |
writePrecomputedAngularMatrices (Ostream out, int indent) | |
Write a string representation of this instance to <out>. | |
writePrecomputedLinearMatrices (Ostream out, int indent) | |
Write a string representation of this instance to <out>. | |
![]() | |
int | getRefCount () |
Returns the current reference count. | |
ref () | |
Explicitly increments the reference count. | |
bool | testRefCountIntegrity () |
Does some easy checks to make sure that the reference count isn't completely bogus. | |
bool | testRefCountNonzero () |
Does some easy checks to make sure that the reference count isn't zero, or completely bogus. | |
bool | unref () |
Explicitly decrements the reference count. | |
![]() | |
static TypeHandle | getClassType () |
![]() | |
int | ref_count |
The current reference count. | |
Pure virtual base class for physical modeling.
Takes physically modelable objects and applies forces to them.