#include <OSGPerspectiveCameraBase.h>
Inheritance diagram for osg::PerspectiveCameraBase:


Public Types | |
| enum | { FovFieldId = Inherited::NextFieldId, NextFieldId = FovFieldId + 1 } |
Public Methods | |
Get | |
| virtual FieldContainerType & | getType (void) |
| virtual const FieldContainerType & | getType (void) const |
| virtual UInt32 | getContainerSize (void) const |
Field Get | |
| SFReal32 * | getSFFov (void) |
| Real32 & | getFov (void) |
| const Real32 & | getFov (void) const |
Field Set | |
| void | setFov (const Real32 &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 | |
| PerspectiveCameraPtr | create (void) |
| create a new instance of the class | |
| PerspectiveCameraPtr | createEmpty (void) |
| create an empty new instance of the class, do not copy the prototype | |
Static Public Attributes | |
| const osg::BitVector | FovFieldMask |
Protected Methods | |
Constructors | |
| PerspectiveCameraBase (void) | |
| Constructor. | |
| PerspectiveCameraBase (const PerspectiveCameraBase &source) | |
| Copy Constructor. | |
Destructors | |
| virtual | ~PerspectiveCameraBase (void) |
| Destructor. | |
Sync | |
| void | executeSyncImpl (PerspectiveCameraBase *pOther, const BitVector &whichField) |
Protected Attributes | |
Fields | |
| SFReal32 | _sfFov |
Private Types | |
| typedef Camera | Inherited |
Private Methods | |
| void | operator= (const PerspectiveCameraBase &source) |
Static Private Attributes | |
| FieldDescription * | _desc [] |
| PerspectiveCamera description. | |
| FieldContainerType | _type |
| PerspectiveCamera type. | |
Friends | |
| class | FieldContainer |
|
|
Reimplemented from osg::Camera. Reimplemented in osg::PerspectiveCamera. |
|
|
|
|
|
Constructor.
|
|
|
Copy Constructor.
|
|
|
Destructor.
|
|
|
access the type of the class
Reimplemented from osg::CameraBase. |
|
|
access the numerical type of the class
Reimplemented from osg::CameraBase. |
|
|
Reimplemented from osg::CameraBase. |
|
|
Reimplemented from osg::CameraBase. |
|
|
Reimplemented from osg::CameraBase. |
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
Reimplemented from osg::CameraBase. |
|
|
Reimplemented from osg::CameraBase. |
|
||||||||||||
|
Reimplemented from osg::CameraBase. |
|
||||||||||||
|
Reimplemented from osg::CameraBase. |
|
|
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::Camera. Reimplemented in osg::PerspectiveCamera. |
|
|
Initial value:
(1 << PerspectiveCameraBase::FovFieldId) |
|
|
The vertical field of view, in radians. |
|
|
Initial value:
{
new FieldDescription(SFReal32::getClassType(),
"fov",
FovFieldId, FovFieldMask,
false,
(FieldAccessMethod) &PerspectiveCameraBase::getSFFov)
}
Reimplemented from osg::CameraBase. |
|
|
PerspectiveCamera type.
Reimplemented from osg::CameraBase. |
1.2.16