Home | Download | Screen shots | Discussion | Documentation |
---|
Inheritance diagram for openvrml::vrml97_node::abstract_texture_node:
Public Member Functions | |
virtual | ~abstract_texture_node ()=0 throw () |
Destroy. | |
virtual bool | repeat_s () const throw () |
Get the repeatS flag. | |
virtual bool | repeat_t () const throw () |
Get the repeatT flag. | |
Protected Member Functions | |
abstract_texture_node (const node_type &type, const scope_ptr &scope) | |
Construct. | |
Protected Attributes | |
sfbool | repeatS |
repeatS field. | |
sfbool | repeatT |
repeatT field. |
|
Construct.
|
|
Get the repeatS flag.
Implements openvrml::texture_node. |
|
Get the repeatT flag.
Implements openvrml::texture_node. |