| Home | Download | Screen shots | Discussion | Documentation |
|---|

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 boost::shared_ptr< openvrml::scope > &scope) | |
| Construct. | |
Protected Attributes | |
| sfbool | repeat_s_ |
| repeatS field. | |
| sfbool | repeat_t_ |
| repeatT field. | |
|
|
Destroy.
|
|
||||||||||||
|
Construct.
|
|
|
Get the repeatS flag.
Implements openvrml::texture_node. |
|
|
Get the repeatT flag.
Implements openvrml::texture_node. |
|
|
repeatS field.
|
|
|
repeatT field.
|