#include <VrmlData_Texture.hxx>
Inheritance diagram for VrmlData_Texture:

Public Member Functions | |
| VrmlData_Texture () | |
| VrmlData_Texture (const VrmlData_Scene &theScene, const char *theName, const Standard_Boolean theRepeatS=Standard_False, const Standard_Boolean theRepeatT=Standard_False) | |
| Standard_Boolean | RepeatS () const |
| Standard_Boolean | RepeatT () const |
| void | SetRepeatS (const Standard_Boolean theFlag) |
| void | SetRepeatT (const Standard_Boolean theFlag) |
Private Attributes | |
| Standard_Boolean | myRepeatS |
| Standard_Boolean | myRepeatT |
|
|
Empty constructor |
|
||||||||||||||||||||
|
Constructor |
|
|
Query the RepeatS value |
|
|
Query the RepeatT value |
|
|
Set the RepeatS flag |
|
|
Set the RepeatT flag |
|
|
|
|
|
|
1.4.1