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.