#include <OSGMatrixCameraBase.h>
Inheritance diagram for osg::MatrixCameraBase:


Public Types | |
| enum | { ProjectionMatrixFieldId = Inherited::NextFieldId, ModelviewMatrixFieldId = ProjectionMatrixFieldId + 1, NextFieldId = ModelviewMatrixFieldId + 1 } |
Public Methods | |
Get | |
| virtual FieldContainerType & | getType (void) |
| virtual const FieldContainerType & | getType (void) const |
| virtual UInt32 | getContainerSize (void) const |
Field Get | |
| SFMatrix * | getSFProjectionMatrix (void) |
| SFMatrix * | getSFModelviewMatrix (void) |
| Matrix & | getProjectionMatrix (void) |
| const Matrix & | getProjectionMatrix (void) const |
| Matrix & | getModelviewMatrix (void) |
| const Matrix & | getModelviewMatrix (void) const |
Field Set | |
| void | setProjectionMatrix (const Matrix &value) |
| void | setModelviewMatrix (const Matrix &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 | |
| MatrixCameraPtr | create (void) |
| create a new instance of the class | |
| MatrixCameraPtr | createEmpty (void) |
| create an empty new instance of the class, do not copy the prototype | |
Static Public Attributes | |
| const osg::BitVector | ProjectionMatrixFieldMask |
| const osg::BitVector | ModelviewMatrixFieldMask |
Protected Methods | |
Constructors | |
| MatrixCameraBase (void) | |
| Constructor. | |
| MatrixCameraBase (const MatrixCameraBase &source) | |
| Copy Constructor. | |
Destructors | |
| virtual | ~MatrixCameraBase (void) |
| Destructor. | |
Sync | |
| void | executeSyncImpl (MatrixCameraBase *pOther, const BitVector &whichField) |
Protected Attributes | |
Fields | |
| SFMatrix | _sfProjectionMatrix |
| SFMatrix | _sfModelviewMatrix |
Private Types | |
| typedef Camera | Inherited |
Private Methods | |
| void | operator= (const MatrixCameraBase &source) |
Static Private Attributes | |
| FieldDescription * | _desc [] |
| MatrixCamera description. | |
| FieldContainerType | _type |
| MatrixCamera type. | |
Friends | |
| class | FieldContainer |
|
|
Reimplemented from osg::Camera. Reimplemented in osg::MatrixCamera. |
|
|
|
|
|
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::MatrixCamera. |
|
|
Initial value:
(1 << MatrixCameraBase::ProjectionMatrixFieldId) |
|
|
Initial value:
(1 << MatrixCameraBase::ModelviewMatrixFieldId) |
|
|
|
|
|
|
|
|
Initial value:
{
new FieldDescription(SFMatrix::getClassType(),
"ProjectionMatrix",
ProjectionMatrixFieldId, ProjectionMatrixFieldMask,
false,
(FieldAccessMethod) &MatrixCameraBase::getSFProjectionMatrix),
new FieldDescription(SFMatrix::getClassType(),
"ModelviewMatrix",
ModelviewMatrixFieldId, ModelviewMatrixFieldMask,
false,
(FieldAccessMethod) &MatrixCameraBase::getSFModelviewMatrix)
}
Reimplemented from osg::CameraBase. |
|
|
MatrixCamera type.
Reimplemented from osg::CameraBase. |
1.2.16