Open CASCADE Technology
7.0.0
|
Defines generic state of OCCT surface detail. More...
#include <OpenGl_ShaderStates.hxx>
Public Member Functions | |
OpenGl_SurfaceDetailState (const Graphic3d_TypeOfSurfaceDetail theDetail=Graphic3d_TOD_NONE) | |
Creates new surface detail state. More... | |
void | Set (const Graphic3d_TypeOfSurfaceDetail theDetail) |
Sets new surface detail. More... | |
Graphic3d_TypeOfSurfaceDetail | Detail () const |
Returns surface detail. More... | |
Public Member Functions inherited from OpenGl_StateInterface | |
OpenGl_StateInterface () | |
Creates new state. More... | |
Standard_Size | Index () const |
Returns current state index. More... | |
void | Update () |
Increment current state. More... | |
Additional Inherited Members | |
Protected Attributes inherited from OpenGl_StateInterface | |
Standard_Size | myIndex |
current state index More... | |
Defines generic state of OCCT surface detail.
|
inline |
Creates new surface detail state.
|
inline |
Returns surface detail.
|
inline |
Sets new surface detail.