class SG_EXPORT osg::PolygonMode

Class to for setting OpenGL's polygon culling mode

Inheritance:


Public Methods

[more] PolygonMode()
[more] META_StateAttribute(PolygonMode, POLYGONMODE)
[more]virtual int compare(const StateAttribute& sa) const
return -1 if *this < *rhs, 0 if *this==*rhs, 1 if *this>*rhs
[more]void setMode(const Face face, const Mode mode)
[more]const Mode getMode(const Face face) const
[more]inline const bool getFrontAndBack() const
[more]virtual void apply(State& state) const

Public Members

[more]enum Face
[more]enum Mode

Protected Fields

[more]bool _frontAndBack
[more]Mode _modeFront
[more]Mode _modeBack

Protected Methods

[more]virtual ~PolygonMode()


Inherited from StateAttribute:

Public Methods

ovirtual Object* clone() const
ovirtual bool isSameKindAs(const Object* obj) const
ovirtual const char* className() const
ovirtual const Type getType() const
obool operator < (const StateAttribute& rhs) const
obool operator == (const StateAttribute& rhs) const
obool operator != (const StateAttribute& rhs) const
ovirtual void setStateSetModes(StateSet&, const GLModeValue) const
ovirtual void compile(State&) const

Public Members

otypedef GLenum GLMode
otypedef unsigned int GLModeValue
otypedef unsigned int OverrideValue
oenum Values
otypedef unsigned int Type
oenum Types


Inherited from Object:


Inherited from Referenced:

Public Methods

oinline Referenced& operator = (Referenced&)
oinline void ref() const
oinline void unref() const
oinline const int referenceCount() const

Protected Fields

omutable int _refCount


Documentation

Class to for setting OpenGL's polygon culling mode
o PolygonMode()

o META_StateAttribute(PolygonMode, POLYGONMODE)

ovirtual int compare(const StateAttribute& sa) const
return -1 if *this < *rhs, 0 if *this==*rhs, 1 if *this>*rhs

oenum Face

o FRONT

o BACK

o FRONT_AND_BACK

oenum Mode

o POINT

o LINE

o FILL

ovoid setMode(const Face face, const Mode mode)

oconst Mode getMode(const Face face) const

oinline const bool getFrontAndBack() const

ovirtual void apply(State& state) const

ovirtual ~PolygonMode()

obool _frontAndBack

oMode _modeFront

oMode _modeBack


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.