| Home | Download | Screen shots | Discussion | Documentation |
|---|
Public Member Functions | |
| appearance_class (openvrml::browser &browser) | |
| Construct. | |
| virtual | ~appearance_class () throw () |
| Destroy. | |
Private Member Functions | |
| virtual const node_type_ptr | do_create_type (const std::string &id, const node_interface_set &interfaces) const throw (unsupported_interface, std::bad_alloc) |
| Create a node_type. | |
| openvrml::vrml97_node::appearance_class::appearance_class | ( | openvrml::browser & | browser | ) | [explicit] |
| openvrml::vrml97_node::appearance_class::~appearance_class | ( | ) | throw () [virtual] |
Destroy.
| const node_type_ptr openvrml::vrml97_node::appearance_class::do_create_type | ( | const std::string & | id, | |
| const node_interface_set & | interfaces | |||
| ) | const throw (unsupported_interface, std::bad_alloc) [private, virtual] |
Create a node_type.
| unsupported_interface | if interfaces includes an interface not supported by appearance_class. | |
| std::bad_alloc | if memory allocation fails. |
Implements openvrml::node_class.