|
Panda3D
|
Classes | |
| class | Field |
Public Types | |
| typedef std::vector< Field > | Fields |
Public Member Functions | |
| VrmlNode (const VrmlNodeType *type) | |
| const VrmlFieldValue & | get_value (const char *field_name) const |
| void | output (std::ostream &out, int indent) const |
Public Attributes | |
| Fields | _fields |
| const VrmlNodeType * | _type |
| int | _use_count |
Definition at line 23 of file vrmlNode.h.
| typedef std::vector<Field> VrmlNode::Fields |
Definition at line 41 of file vrmlNode.h.
| VrmlNode::VrmlNode | ( | const VrmlNodeType * | type | ) |
Definition at line 20 of file vrmlNode.cxx.
| VrmlNode::~VrmlNode | ( | ) |
Definition at line 26 of file vrmlNode.cxx.
| const VrmlFieldValue & VrmlNode::get_value | ( | const char * | field_name | ) | const |
Definition at line 31 of file vrmlNode.cxx.
| void VrmlNode::output | ( | std::ostream & | out, |
| int | indent ) const |
Definition at line 54 of file vrmlNode.cxx.
| Fields VrmlNode::_fields |
Definition at line 42 of file vrmlNode.h.
| const VrmlNodeType* VrmlNode::_type |
Definition at line 46 of file vrmlNode.h.
| int VrmlNode::_use_count |
Definition at line 44 of file vrmlNode.h.