#include <OSGGrabForegroundBase.h>
Inheritance diagram for osg::GrabForegroundBase:


Public Types | |
| enum | { ImageFieldId = Inherited::NextFieldId, NextFieldId = ImageFieldId + 1 } |
Public Methods | |
Get | |
| virtual FieldContainerType & | getType (void) |
| virtual const FieldContainerType & | getType (void) const |
| virtual UInt32 | getContainerSize (void) const |
Field Get | |
| SFImageP * | getSFImage (void) |
| ImageP & | getImage (void) |
| const ImageP & | getImage (void) const |
Field Set | |
| void | setImage (const ImageP &value) |
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 | |
| GrabForegroundPtr | create (void) |
| create a new instance of the class | |
| GrabForegroundPtr | createEmpty (void) |
| create an empty new instance of the class, do not copy the prototype | |
Static Public Attributes | |
| const osg::BitVector | ImageFieldMask |
Protected Methods | |
Constructors | |
| GrabForegroundBase (void) | |
| Constructor. | |
| GrabForegroundBase (const GrabForegroundBase &source) | |
| Copy Constructor. | |
Destructors | |
| virtual | ~GrabForegroundBase (void) |
| Destructor. | |
Sync | |
| void | executeSyncImpl (GrabForegroundBase *pOther, const BitVector &whichField) |
Protected Attributes | |
Fields | |
| SFImageP | _sfImage |
Private Types | |
| typedef Foreground | Inherited |
Private Methods | |
| void | operator= (const GrabForegroundBase &source) |
Static Private Attributes | |
| FieldDescription * | _desc [] |
| GrabForeground description. | |
| FieldContainerType | _type |
| GrabForeground type. | |
Friends | |
| class | FieldContainer |
|
|
Reimplemented from osg::Foreground. Reimplemented in osg::FileGrabForeground, osg::FileGrabForegroundBase, and osg::GrabForeground. |
|
|
|
|
|
Constructor.
|
|
|
Copy Constructor.
|
|
|
Destructor.
|
|
|
access the type of the class
Reimplemented from osg::ForegroundBase. Reimplemented in osg::FileGrabForegroundBase. |
|
|
access the numerical type of the class
Reimplemented from osg::ForegroundBase. Reimplemented in osg::FileGrabForegroundBase. |
|
|
Reimplemented from osg::ForegroundBase. Reimplemented in osg::FileGrabForegroundBase. |
|
|
Reimplemented from osg::ForegroundBase. Reimplemented in osg::FileGrabForegroundBase. |
|
|
Reimplemented from osg::ForegroundBase. Reimplemented in osg::FileGrabForegroundBase. |
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
Reimplemented from osg::ForegroundBase. Reimplemented in osg::FileGrabForegroundBase. |
|
|
Reimplemented from osg::ForegroundBase. Reimplemented in osg::FileGrabForegroundBase. |
|
||||||||||||
|
Reimplemented from osg::ForegroundBase. Reimplemented in osg::FileGrabForegroundBase. |
|
||||||||||||
|
Reimplemented from osg::ForegroundBase. Reimplemented in osg::FileGrabForegroundBase. |
|
|
create a new instance of the class
Reimplemented in osg::FileGrabForegroundBase. |
|
|
create an empty new instance of the class, do not copy the prototype
Reimplemented in osg::FileGrabForegroundBase. |
|
|
Implements osg::FieldContainer. Reimplemented in osg::FileGrabForegroundBase. |
|
||||||||||||
|
|
|
|
|
|
|
Reimplemented from osg::Foreground. Reimplemented in osg::FileGrabForeground, osg::FileGrabForegroundBase, and osg::GrabForeground. |
|
|
Initial value:
(1 << GrabForegroundBase::ImageFieldId) |
|
|
The image to write to. |
|
|
Initial value:
{
new FieldDescription(SFImageP::getClassType(),
"image",
ImageFieldId, ImageFieldMask,
false,
(FieldAccessMethod) &GrabForegroundBase::getSFImage)
}
Reimplemented from osg::AttachmentContainer. Reimplemented in osg::FileGrabForegroundBase. |
|
|
GrabForeground type.
Reimplemented from osg::ForegroundBase. Reimplemented in osg::FileGrabForegroundBase. |
1.2.16