#include <VrmlData_Faceted.hxx>
Inheritance diagram for VrmlData_Faceted:
Public Member Functions | |
VrmlData_Faceted () | |
VrmlData_Faceted (const VrmlData_Scene &theScene, const char *theName, const Standard_Boolean isCCW, const Standard_Boolean isSolid, const Standard_Boolean isConvex, const Standard_Real theCreaseAngle) | |
Standard_Boolean | IsCCW () const |
Standard_Boolean | IsSolid () const |
Standard_Boolean | IsConvex () const |
Standard_Real | CreaseAngle () const |
void | SetCCW (const Standard_Boolean theValue) |
void | SetSolid (const Standard_Boolean theValue) |
void | SetConvex (const Standard_Boolean theValue) |
void | SetCreaseAngle (const Standard_Real theValue) |
Protected Member Functions | |
Standard_EXPORT VrmlData_ErrorStatus | readData (VrmlData_InBuffer &theBuffer) |
Private Attributes | |
Standard_Real | myCreaseAngle |
Standard_Boolean | myIsCCW: 1 |
Standard_Boolean | myIsSolid: 1 |
Standard_Boolean | myIsConvex: 1 |
|
Empty constructor |
|
Empty constructor |
|
Query the Crease Angle |
|
Query "Is Counter-Clockwise" attribute |
|
Query "Is Convex" attribute |
|
Query "Is Solid" attribute |
|
|
|
Set "Is Counter-Clockwise" attribute |
|
Set "Is Convex" attribute |
|
Set "Is Convex" attribute |
|
Set "Is Solid" attribute |
|
|
|
|
|
|
|
|