Panda3D
|
pure virtual integrator class that holds cached matrix information that really should be common to any possible child implementation. More...
Public Member Functions | |
__init__ (const BaseIntegrator) | |
output (Ostream out) | |
Write a string representation of this instance to <out>. More... | |
write (Ostream out, int indent) | |
Write a string representation of this instance to <out>. More... | |
writePrecomputedAngularMatrices (Ostream out, int indent) | |
Write a string representation of this instance to <out>. More... | |
writePrecomputedLinearMatrices (Ostream out, int indent) | |
Write a string representation of this instance to <out>. More... | |
![]() | |
int | getRefCount () |
Returns the current reference count. More... | |
ref () | |
Explicitly increments the reference count. More... | |
bool | testRefCountIntegrity () |
Does some easy checks to make sure that the reference count isn't completely bogus. More... | |
bool | testRefCountNonzero () |
Does some easy checks to make sure that the reference count isn't zero, or completely bogus. More... | |
bool | unref () |
Explicitly decrements the reference count. More... | |
Additional Inherited Members | |
![]() | |
static TypeHandle | getClassType () |
![]() | |
int | ref_count |
The current reference count. More... | |
pure virtual integrator class that holds cached matrix information that really should be common to any possible child implementation.
__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>.