|
Panda3D
|
Public Member Functions | |
| PhysicalNode (string name) | |
| default constructor | |
| addPhysical (Physical physical) | |
| addPhysicalsFrom (PhysicalNode const other) | |
| append operation | |
| clear () | |
| int | getNumPhysicals () |
| Physical | getPhysical (int index) |
| list | getPhysicals () |
| removePhysical (int index) | |
| remove operation | |
| removePhysical (Physical physical) | |
| remove operation | |
| write (ostream out) | |
| Write a string representation of this instance to <out>. | |
| write (ostream out, unsigned int indent) | |
| Write a string representation of this instance to <out>. | |
Static Public Member Functions | |
| static TypeHandle | getClassType () |
| PhysicalNode | ( | string | name | ) |
default constructor
| addPhysical | ( | Physical | physical | ) |
| addPhysicalsFrom | ( | PhysicalNode const | other | ) |
append operation
| clear | ( | ) |
| static TypeHandle getClassType | ( | ) | [static] |
Reimplemented in ActorNode.
| int getNumPhysicals | ( | ) |
| Physical getPhysical | ( | int | index | ) |
| list getPhysicals | ( | ) |
| removePhysical | ( | int | index | ) |
remove operation
| removePhysical | ( | Physical | physical | ) |
remove operation
| write | ( | ostream | out | ) |
Write a string representation of this instance to <out>.
| write | ( | ostream | out, |
| unsigned int | indent | ||
| ) |
Write a string representation of this instance to <out>.
1.7.3