| 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. | |
| openvrml::vrml97_node::abstract_texture_node::~abstract_texture_node | ( | ) | throw () [pure virtual] |
Destroy.
| openvrml::vrml97_node::abstract_texture_node::abstract_texture_node | ( | const node_type & | type, | |
| const boost::shared_ptr< openvrml::scope > & | scope | |||
| ) | [protected] |
| bool openvrml::vrml97_node::abstract_texture_node::repeat_s | ( | ) | const throw () [virtual] |
Get the repeatS flag.
true if the texture should repeat in the S direction, false otherwise. Implements openvrml::texture_node.
| bool openvrml::vrml97_node::abstract_texture_node::repeat_t | ( | ) | const throw () [virtual] |
Get the repeatT flag.
true if the texture should repeat in the T direction, false otherwise. Implements openvrml::texture_node.
repeatS field.
repeatT field.