#include <OSGBlendChunk.h>
Inheritance diagram for osg::BlendChunk:


Public Methods | |
Fieldcontainer declaration | |
| virtual const StateChunkClass * | getClass (void) const |
Sync | |
| virtual void | changed (BitVector whichField, UInt32 origin) |
| react to field changes | |
Output | |
| virtual void | dump (UInt32 uiIndent=0, const BitVector bvFlags=0) const |
| output the instance for debug purposes | |
State Commands | |
| virtual void | activate (DrawActionBase *action, UInt32 index=0) |
| virtual void | changeFrom (DrawActionBase *action, StateChunk *old, UInt32 index=0) |
| virtual void | deactivate (DrawActionBase *action, UInt32 index=0) |
Comparison | |
| virtual Real32 | switchCost (StateChunk *chunk) |
| virtual bool | operator< (const StateChunk &other) const |
| assignment | |
| virtual bool | operator== (const StateChunk &other) const |
| equal | |
| virtual bool | operator!= (const StateChunk &other) const |
| unequal | |
Static Public Methods | |
Class Get | |
| const char * | getClassname (void) |
Protected Methods | |
Constructors | |
| BlendChunk (void) | |
| Constructor. | |
| BlendChunk (const BlendChunk &source) | |
| Copy Constructor. | |
Destructors | |
| virtual | ~BlendChunk (void) |
| Destructor. | |
Private Types | |
| typedef BlendChunkBase | Inherited |
Private Methods | |
| void | operator= (const BlendChunk &source) |
Static Private Methods | |
| void | initMethod (void) |
| initialize the static features of the class, e.g. action callbacks | |
Static Private Attributes | |
| char | cvsid [] = "@(#)$Id: OSGBlendChunk.cpp,v 1.19 2002/07/02 15:07:00 dirk Exp $" |
| StateChunkClass | _class |
| UInt32 | _extBlend |
| UInt32 | _funcBlendColor |
Friends | |
| class | FieldContainer |
| class | BlendChunkBase |
The blending chunk handles OpenGL blending, i.e. the definition how incoming pixel are combined with the pixel already in the frame buffer.
|
|
Reimplemented from osg::BlendChunkBase. |
|
|
Constructor.
|
|
|
Copy Constructor.
|
|
|
Destructor.
|
|
|
Reimplemented from osg::StateChunk. |
|
|
Reimplemented from osg::StateChunk. |
|
||||||||||||
|
react to field changes
Reimplemented from osg::StateChunk. |
|
||||||||||||
|
output the instance for debug purposes
Reimplemented from osg::StateChunk. |
|
||||||||||||
|
Reimplemented from osg::StateChunk. |
|
||||||||||||||||
|
Reimplemented from osg::StateChunk. |
|
||||||||||||
|
Reimplemented from osg::StateChunk. |
|
|
Reimplemented from osg::StateChunk. |
|
|
assignment
Reimplemented from osg::StateChunk. |
|
|
equal
Reimplemented from osg::StateChunk. |
|
|
unequal
Reimplemented from osg::StateChunk. |
|
|
initialize the static features of the class, e.g. action callbacks
Reimplemented from osg::StateChunk. |
|
|
|
|
|
Reimplemented from osg::BlendChunkBase. |
|
|
|
|
|
Reimplemented from osg::StateChunk. |
|
|
|
|
|
|
|
|
|
1.2.16