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 (Physical physical) | |
remove operation | |
removePhysical (int index) | |
remove operation | |
write (ostream out, unsigned int indent) | |
Write a string representation of this instance to <out>. | |
write (ostream out) | |
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 | ( | Physical | physical | ) |
remove operation
removePhysical | ( | int | index | ) |
remove operation
write | ( | ostream | out, |
unsigned int | indent | ||
) |
Write a string representation of this instance to <out>.
write | ( | ostream | out | ) |
Write a string representation of this instance to <out>.