Class to for setting OpenGL's polygon culling mode
Inheritance:
Public Methods
-
PolygonMode()
-
META_StateAttribute(PolygonMode, POLYGONMODE)
-
virtual int compare(const StateAttribute& sa) const
- return -1 if *this < *rhs, 0 if *this==*rhs, 1 if *this>*rhs
-
void setMode(const Face face, const Mode mode)
-
const Mode getMode(const Face face) const
-
inline const bool getFrontAndBack() const
-
virtual void apply(State& state) const
Public Members
-
enum Face
-
enum Mode
Protected Fields
-
bool _frontAndBack
-
Mode _modeFront
-
Mode _modeBack
Protected Methods
-
virtual ~PolygonMode()
Public Methods
-
virtual Object* clone() const
-
virtual bool isSameKindAs(const Object* obj) const
-
virtual const char* className() const
-
virtual const Type getType() const
-
bool operator < (const StateAttribute& rhs) const
-
bool operator == (const StateAttribute& rhs) const
-
bool operator != (const StateAttribute& rhs) const
-
virtual void setStateSetModes(StateSet&, const GLModeValue) const
-
virtual void compile(State&) const
Public Members
-
typedef GLenum GLMode
-
typedef unsigned int GLModeValue
-
typedef unsigned int OverrideValue
-
enum Values
-
typedef unsigned int Type
-
enum Types
Inherited from Object:
Public Methods
-
inline Referenced& operator = (Referenced&)
-
inline void ref() const
-
inline void unref() const
-
inline const int referenceCount() const
Protected Fields
-
mutable int _refCount
Documentation
Class to for setting OpenGL's polygon culling mode
- PolygonMode()
- META_StateAttribute(PolygonMode, POLYGONMODE)
- virtual int compare(const StateAttribute& sa) const
- return -1 if *this < *rhs, 0 if *this==*rhs, 1 if *this>*rhs
- enum Face
- FRONT
- BACK
- FRONT_AND_BACK
- enum Mode
- POINT
- LINE
- FILL
- void setMode(const Face face, const Mode mode)
- const Mode getMode(const Face face) const
- inline const bool getFrontAndBack() const
- virtual void apply(State& state) const
- virtual ~PolygonMode()
- bool _frontAndBack
- Mode _modeFront
- Mode _modeBack
- This class has no child classes.
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.