class SG_EXPORT osg::Transparency: public Object


Inheritance:


Public Classes

[more]enum TransparencyMode

Public Methods

[more] Transparency()
[more]static Transparency* instance()
[more]virtual Object* clone() const
[more]virtual bool isSameKindAs(Object* obj)
[more]virtual const char* className() const
[more]void setFunction( int source, int destination )
[more]static void enable( void )
[more]static void disable( void )
[more]void apply( void )

Protected Fields

[more]int _source_factor
[more]int _destination_factor

Protected Methods

[more]virtual ~Transparency()


Inherited from Object:

Public Methods

ovirtual Object* readClone(Input& fr)
ovirtual bool write(Output& fw)

Protected Methods

ovirtual bool readLocalData(Input&)
ovirtual bool writeLocalData(Output&)


Inherited from Referenced:

Public Methods

oReferenced& operator = (Referenced&)
ovoid ref()
ovoid unref()
oint referenceCount()

Protected Fields

oint _refCount


Documentation

oenum TransparencyMode

o DST_ALPHA

o DST_COLOR

o ONE

o ONE_MINUS_DST_ALPHA

o ONE_MINUS_DST_COLOR

o ONE_MINUS_SRC_ALPHA

o ONE_MINUS_SRC_COLOR

o SRC_ALPHA

o SRC_ALPHA_SATURATE

o SRC_COLOR

o ZERO

o Transparency()

ostatic Transparency* instance()

ovirtual Object* clone() const

ovirtual bool isSameKindAs(Object* obj)

ovirtual const char* className() const

ovoid setFunction( int source, int destination )

ostatic void enable( void )

ostatic void disable( void )

ovoid apply( void )

ovirtual ~Transparency()

oint _source_factor

oint _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++.