Transparency - encapsulates the OpenGL blend/transparency state
Inheritance:
Public Methods
-
Transparency()
-
Transparency(const Transparency& trans, const CopyOp& copyop=CopyOp::SHALLOW_COPY)
- Copy constructor using CopyOp to manage deep vs shallow copy
-
META_StateAttribute(Transparency, TRANSPARENCY)
-
virtual int compare(const StateAttribute& sa) const
- return -1 if *this < *rhs, 0 if *this==*rhs, 1 if *this>*rhs
-
virtual void setStateSetModes(StateSet& ds, const GLModeValue value) const
-
inline void setFunction( const int source, const int destination )
-
void setSource(const int source)
-
inline const int getSource() const
-
void setDestination(const int destination)
-
inline const int getDestination() const
-
virtual void apply(State& state) const
Public Members
-
enum TransparencyMode
Protected Fields
-
int _source_factor
-
int _destination_factor
Protected Methods
-
virtual ~Transparency()
Public Methods
-
virtual Object* cloneType() const
-
virtual Object* clone(const CopyOp&) 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 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
Transparency - encapsulates the OpenGL blend/transparency state
- Transparency()
- Transparency(const Transparency& trans, const CopyOp& copyop=CopyOp::SHALLOW_COPY)
- Copy constructor using CopyOp to manage deep vs shallow copy
- META_StateAttribute(Transparency, TRANSPARENCY)
- virtual int compare(const StateAttribute& sa) const
- return -1 if *this < *rhs, 0 if *this==*rhs, 1 if *this>*rhs
- virtual void setStateSetModes(StateSet& ds, const GLModeValue value) const
- enum TransparencyMode
- DST_ALPHA
- DST_COLOR
- ONE
- ONE_MINUS_DST_ALPHA
- ONE_MINUS_DST_COLOR
- ONE_MINUS_SRC_ALPHA
- ONE_MINUS_SRC_COLOR
- SRC_ALPHA
- SRC_ALPHA_SATURATE
- SRC_COLOR
- ZERO
- inline void setFunction( const int source, const int destination )
- void setSource(const int source)
- inline const int getSource() const
- void setDestination(const int destination)
- inline const int getDestination() const
- virtual void apply(State& state) const
- virtual ~Transparency()
- int _source_factor
- int _destination_factor
- This class has no child classes.
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.