class SG_EXPORT osg::FrontFace

Class to specifies the orientation of front-facing polygons

Inheritance:


Public Methods

[more] FrontFace()
[more]virtual bool isSameKindAs(const Object* obj) const
[more]virtual Object* clone() const
[more]virtual const char* className() const
[more]virtual const Type getType() const
[more]inline void setMode(const Mode mode)
[more]inline const Mode getMode() const
[more]virtual void apply(State& state) const

Public Members

[more]enum Mode

Protected Fields

[more]Mode _mode

Protected Methods

[more]virtual ~FrontFace()


Inherited from StateAttribute:

Public Methods

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
oenum Type


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 specifies the orientation of front-facing polygons
o FrontFace()

ovirtual bool isSameKindAs(const Object* obj) const

ovirtual Object* clone() const

ovirtual const char* className() const

ovirtual const Type getType() const

oenum Mode

o CLOCKWISE

o COUNTER_CLOCKWISE

oinline void setMode(const Mode mode)

oinline const Mode getMode() const

ovirtual void apply(State& state) const

ovirtual ~FrontFace()

oMode _mode


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



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