#include <OSGImageForegroundBase.h>
Inheritance diagram for osg::ImageForegroundBase:


Public Types | |
| enum | { ImagesFieldId = Inherited::NextFieldId, PositionsFieldId = ImagesFieldId + 1, NextFieldId = PositionsFieldId + 1 } |
Public Methods | |
Get | |
| virtual FieldContainerType & | getType (void) |
| virtual const FieldContainerType & | getType (void) const |
| virtual UInt32 | getContainerSize (void) const |
Field Get | |
| MFImageP * | getMFImages (void) |
| MFPnt2f * | getMFPositions (void) |
| ImageP & | getImages (const UInt32 index) |
| MFImageP & | getImages (void) |
| const MFImageP & | getImages (void) const |
| Pnt2f & | getPositions (const UInt32 index) |
| MFPnt2f & | getPositions (void) |
| const MFPnt2f & | getPositions (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 | |
| ImageForegroundPtr | create (void) |
| create a new instance of the class | |
| ImageForegroundPtr | createEmpty (void) |
| create an empty new instance of the class, do not copy the prototype | |
Static Public Attributes | |
| const osg::BitVector | ImagesFieldMask |
| const osg::BitVector | PositionsFieldMask |
Protected Methods | |
Constructors | |
| ImageForegroundBase (void) | |
| Constructor. | |
| ImageForegroundBase (const ImageForegroundBase &source) | |
| Copy Constructor. | |
Destructors | |
| virtual | ~ImageForegroundBase (void) |
| Destructor. | |
Sync | |
| void | executeSyncImpl (ImageForegroundBase *pOther, const BitVector &whichField) |
Protected Attributes | |
Fields | |
| MFImageP | _mfImages |
| MFPnt2f | _mfPositions |
Private Types | |
| typedef Foreground | Inherited |
Private Methods | |
| void | operator= (const ImageForegroundBase &source) |
Static Private Attributes | |
| FieldDescription * | _desc [] |
| ImageForeground description. | |
| FieldContainerType | _type |
| ImageForeground type. | |
Friends | |
| class | FieldContainer |
|
|
Reimplemented from osg::Foreground. Reimplemented in osg::ImageForeground. |
|
|
|
|
|
Constructor.
|
|
|
Copy Constructor.
|
|
|
Destructor.
|
|
|
access the type of the class
Reimplemented from osg::ForegroundBase. |
|
|
access the numerical type of the class
Reimplemented from osg::ForegroundBase. |
|
|
Reimplemented from osg::ForegroundBase. |
|
|
Reimplemented from osg::ForegroundBase. |
|
|
Reimplemented from osg::ForegroundBase. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
Reimplemented from osg::ForegroundBase. |
|
|
Reimplemented from osg::ForegroundBase. |
|
||||||||||||
|
Reimplemented from osg::ForegroundBase. |
|
||||||||||||
|
Reimplemented from osg::ForegroundBase. |
|
|
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::Foreground. Reimplemented in osg::ImageForeground. |
|
|
Initial value:
(1 << ImageForegroundBase::ImagesFieldId) |
|
|
Initial value:
(1 << ImageForegroundBase::PositionsFieldId) |
|
|
The images to display. |
|
|
The positions of the images. |
|
|
Initial value:
{
new FieldDescription(MFImageP::getClassType(),
"images",
ImagesFieldId, ImagesFieldMask,
false,
(FieldAccessMethod) &ImageForegroundBase::getMFImages),
new FieldDescription(MFPnt2f::getClassType(),
"positions",
PositionsFieldId, PositionsFieldMask,
false,
(FieldAccessMethod) &ImageForegroundBase::getMFPositions)
}
Reimplemented from osg::AttachmentContainer. |
|
|
ImageForeground type.
Reimplemented from osg::ForegroundBase. |
1.2.16