Panda3D
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Static Public Member Functions
PhysicalNode Class Reference
Inheritance diagram for PhysicalNode:
ActorNode

List of all members.

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 ()

Constructor & Destructor Documentation

PhysicalNode ( string  name)

default constructor


Member Function Documentation

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>.

 All Classes Namespaces Functions Variables Enumerations Enumerator Properties