![]() |
VR-Forces Developer's Guide
|
contains some utility functions for converting between osg and VR-Vantage types
Public Member Functions | |
| DtOsgConvertUtils () | |
| virtual | ~DtOsgConvertUtils () |
| DtOsgConvertUtils (const DtOsgConvertUtils &rhs)=delete | |
| DtOsgConvertUtils & | operator= (const DtOsgConvertUtils &rhs)=delete |
| virtual DtColorValue | osgVec4ToColorValue (const osg::Vec4 &vOsgVec4) const |
| virtual Vector4_64 | osgVec4ToVec4 (const osg::Vec4d &vOsgVec4) const |
| virtual Vector4_32 | osgVec4ToVec4 (const osg::Vec4f &vOsgVec4) const |
| virtual Vector3_64 | osgVec4ToVec3 (const osg::Vec4d &vOsgVec4) const |
| virtual Vector3_64 | osgVec3ToVec3 (const osg::Vec3d &vOsgVec3) const |
| virtual Vector3_32 | osgVec3ToVec3 (const osg::Vec3f &vOsgVec3) const |
| virtual osg::Vec3f | vec3ToOsgVec3f (const Vector3_32 &vec3) const |
| virtual osg::Vec4f | vec4ToOsgVec4f (const Vector4_32 &vec4) const |
| virtual osg::Vec3d | vec3ToOsgVec3d (const Vector3_32 &vec3) const |
| virtual Matrix4_64 | osgMatrixToMatrix (const osg::Matrixd &matrix) const |
| virtual Matrix4_32 | osgMatrixToMatrix (const osg::Matrixf &matrix) const |
| virtual DtVector4< unsigned char > | toColorUnsignedByte (const osg::Vec4f &osgColor) const |
| virtual DtVector4< unsigned char > | toColorUnsignedByte (const osg::Vec4ub &osgColor) const |
| virtual AxisAlignedBoundingBox_32 | osgBoundingBoxToBoundingBox (const osg::BoundingBoxd &osgBB) const |
| makVrv::DtOsgConvertUtils::DtOsgConvertUtils | ( | ) |
constructor
|
virtual |
destructor
|
delete |
not allowed
|
delete |
not allowed
|
virtual |
convert color
|
virtual |
convert vectors
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
convert vectors
|
virtual |
|
virtual |
|
virtual |
convert matrices
|
virtual |
|
virtual |
convert colors
|
virtual |
convert colors
|
virtual |
convert BB