#include <OSGPassiveBackgroundBase.h>
Inheritance diagram for osg::PassiveBackgroundBase:


Public Methods | |
Get | |
| virtual FieldContainerType & | getType (void) |
| virtual const FieldContainerType & | getType (void) const |
| virtual UInt32 | getContainerSize (void) const |
Sync | |
| virtual void | executeSync (FieldContainer &other, const BitVector &whichField) |
Binary Access | |
| virtual UInt32 | getBinSize (const BitVector &whichField) |
| virtual void | copyToBin (BinaryDataHandler &pMem, const BitVector &whichField) |
| virtual void | copyFromBin (BinaryDataHandler &pMem, const BitVector &whichField) |
Copy | |
| virtual FieldContainerPtr | shallowCopy (void) const |
Static Public Methods | |
Class Get | |
| FieldContainerType & | getClassType (void) |
| access the type of the class | |
| UInt32 | getClassTypeId (void) |
| access the numerical type of the class | |
Construction | |
| PassiveBackgroundPtr | create (void) |
| create a new instance of the class | |
| PassiveBackgroundPtr | createEmpty (void) |
| create an empty new instance of the class, do not copy the prototype | |
Protected Methods | |
Constructors | |
| PassiveBackgroundBase (void) | |
| Constructor. | |
| PassiveBackgroundBase (const PassiveBackgroundBase &source) | |
| Copy Constructor. | |
Destructors | |
| virtual | ~PassiveBackgroundBase (void) |
| Destructor. | |
Sync | |
| void | executeSyncImpl (PassiveBackgroundBase *pOther, const BitVector &whichField) |
Private Types | |
| typedef Background | Inherited |
Private Methods | |
| void | operator= (const PassiveBackgroundBase &source) |
Static Private Attributes | |
| FieldContainerType | _type |
| PassiveBackground type. | |
Friends | |
| class | FieldContainer |
|
|
Reimplemented from osg::Background. Reimplemented in osg::PassiveBackground. |
|
|
Constructor.
|
|
|
Copy Constructor.
|
|
|
Destructor.
|
|
|
access the type of the class
Reimplemented from osg::BackgroundBase. |
|
|
access the numerical type of the class
Reimplemented from osg::BackgroundBase. |
|
|
Reimplemented from osg::BackgroundBase. |
|
|
Reimplemented from osg::BackgroundBase. |
|
|
Reimplemented from osg::BackgroundBase. |
|
||||||||||||
|
Reimplemented from osg::BackgroundBase. |
|
|
Reimplemented from osg::BackgroundBase. |
|
||||||||||||
|
Reimplemented from osg::BackgroundBase. |
|
||||||||||||
|
Reimplemented from osg::BackgroundBase. |
|
|
create a new instance of the class
|
|
|
create an empty new instance of the class, do not copy the prototype
|
|
|
Implements osg::FieldContainer. |
|
||||||||||||
|
|
|
|
|
|
|
Reimplemented from osg::Background. Reimplemented in osg::PassiveBackground. |
|
|
PassiveBackground type.
Reimplemented from osg::BackgroundBase. |
1.2.16