diff --git a/doc/doc++/osg/AlphaFunc.html b/doc/doc++/osg/AlphaFunc.html
index 443376a47..cc9286ce5 100644
--- a/doc/doc++/osg/AlphaFunc.html
+++ b/doc/doc++/osg/AlphaFunc.html
@@ -28,14 +28,14 @@
AlphaFunc(const AlphaFunc& af, const CopyOp& copyop=CopyOp::SHALLOW_COPY)
Copy constructor using CopyOp to manage deep vs shallow copy
-
META_StateAttribute(AlphaFunc, ALPHAFUNC)
+
META_StateAttribute(AlphaFunc, ALPHAFUNC)
virtual int compare(const StateAttribute& sa) const
return -1 if *this < *rhs, 0 if *this==*rhs, 1 if *this>*rhs
-
virtual void setStateSetModes(StateSet& ds, const GLModeValue value) const
+
virtual void setStateSetModes(StateSet& ds, const GLModeValue value) const
-
inline void setFunction(const ComparisonFunction func, const float ref)
+
inline void setFunction(const ComparisonFunction func, const float ref)
inline const ComparisonFunction getFunction() const
@@ -74,7 +74,7 @@
virtual const char* className() const
-
virtual const Type getType() const
+
virtual const Type getType() const
bool operator < (const StateAttribute& rhs) const
@@ -105,9 +105,9 @@
Public Methods
-
-
inline void setDataVariance(const DataVariance dv)
+
inline void setDataVariance(const DataVariance dv)
-
-
inline const DataVariance getDataVariance() const
+
inline const DataVariance getDataVariance() const
@@ -117,7 +117,7 @@
Protected Fields
-
-
DataVariance _dataVariance
+
DataVariance _dataVariance
@@ -160,7 +160,7 @@
-
META_StateAttribute(AlphaFunc, ALPHAFUNC)
+
META_StateAttribute(AlphaFunc, ALPHAFUNC)
@@ -169,7 +169,7 @@
-
virtual void setStateSetModes(StateSet& ds, const GLModeValue value) const
+
virtual void setStateSetModes(StateSet& ds, const GLModeValue value) const
@@ -211,7 +211,7 @@
-
inline void setFunction(const ComparisonFunction func, const float ref)
+
inline void setFunction(const ComparisonFunction func, const float ref)
diff --git a/doc/doc++/osg/AnimationPath.html b/doc/doc++/osg/AnimationPath.html
index dbdccf8ce..85a2085ca 100644
--- a/doc/doc++/osg/AnimationPath.html
+++ b/doc/doc++/osg/AnimationPath.html
@@ -31,10 +31,10 @@
virtual bool getInverse(double time, Matrix& matrix) const
- get the local inverse transformation matrix for a point in time
-
-
virtual const bool computeLocalToWorldMatrix(Matrix& matrix, const Transform* transform, NodeVisitor* nv) const
+
virtual const bool computeLocalToWorldMatrix(Matrix& matrix, const Transform* transform, NodeVisitor* nv) const
- Get the transformation matrix which moves from local coords to world coords
-
-
virtual const bool computeWorldToLocalMatrix(Matrix& matrix, const Transform* transform, NodeVisitor* nv) const
+
virtual const bool computeWorldToLocalMatrix(Matrix& matrix, const Transform* transform, NodeVisitor* nv) const
- Get the transformation matrix which moves from world coords to local coords
-
void insert(double time, const Key& key)
@@ -81,12 +81,12 @@ be attached directly to Transform nodes to move subgraphs around the scene.
-
virtual const bool computeLocalToWorldMatrix(Matrix& matrix, const Transform* transform, NodeVisitor* nv) const
+
virtual const bool computeLocalToWorldMatrix(Matrix& matrix, const Transform* transform, NodeVisitor* nv) const
Get the transformation matrix which moves from local coords to world coords
-
virtual const bool computeWorldToLocalMatrix(Matrix& matrix, const Transform* transform, NodeVisitor* nv) const
+
virtual const bool computeWorldToLocalMatrix(Matrix& matrix, const Transform* transform, NodeVisitor* nv) const
Get the transformation matrix which moves from world coords to local coords
@@ -100,7 +100,7 @@ be attached directly to Transform nodes to move subgraphs around the scene.
-
Key(const osg::Vec3& position, const osg::Quat& rotation, const osg::Vec3& scale)
+
Key(const osg::Vec3& position, const osg::Quat& rotation, const osg::Vec3& scale)
@@ -116,7 +116,7 @@ be attached directly to Transform nodes to move subgraphs around the scene.
-
inline void interpolate(const float ratio, const Key& first, const Key& second)
+
inline void interpolate(const float ratio, const Key& first, const Key& second)
diff --git a/doc/doc++/osg/AttributeFunctor.html b/doc/doc++/osg/AttributeFunctor.html
index d34411b3a..ba5d9770d 100644
--- a/doc/doc++/osg/AttributeFunctor.html
+++ b/doc/doc++/osg/AttributeFunctor.html
@@ -22,24 +22,24 @@
Public Methods
-
-
AttributeFunctor(AttributeBitMask abm)
+
AttributeFunctor(AttributeBitMask abm)
-
-
virtual ~AttributeFunctor()
+
virtual ~AttributeFunctor()
-
-
void setAttributeBitMask(AttributeBitMask abm)
+
void setAttributeBitMask(AttributeBitMask abm)
-
-
AttributeBitMask getAttributeBitMask() const
+
AttributeBitMask getAttributeBitMask() const
-
-
virtual bool apply(AttributeBitMask, Vec2*, Vec2*)
+
virtual bool apply(AttributeBitMask, Vec2*, Vec2*)
-
-
virtual bool apply(AttributeBitMask, Vec3*, Vec3*)
+
virtual bool apply(AttributeBitMask, Vec3*, Vec3*)
-
-
virtual bool apply(AttributeBitMask, Vec4*, Vec4*)
+
virtual bool apply(AttributeBitMask, Vec4*, Vec4*)
Protected Fields
-
-
AttributeBitMask _abm
+
AttributeBitMask _abm
@@ -50,35 +50,35 @@
-
+
AttributeFunctor(AttributeBitMask abm)
-
+
virtual ~AttributeFunctor()
-
+
void setAttributeBitMask(AttributeBitMask abm)
-
+
AttributeBitMask getAttributeBitMask() const
-
+
virtual bool apply(AttributeBitMask, Vec2*, Vec2*)
-
+
virtual bool apply(AttributeBitMask, Vec3*, Vec3*)
-
+
virtual bool apply(AttributeBitMask, Vec4*, Vec4*)
-
+
AttributeBitMask _abm
diff --git a/doc/doc++/osg/Billboard.html b/doc/doc++/osg/Billboard.html
index b7470a5ab..4a9364f16 100644
--- a/doc/doc++/osg/Billboard.html
+++ b/doc/doc++/osg/Billboard.html
@@ -73,6 +73,8 @@
Get the const ComputeBillboardCallback
inline const bool getMatrix(Matrix& modelview, const Vec3& eye_local, const Vec3& pos_local) const
+
+
virtual const bool computeMatrix(Matrix& modelview, const Vec3& eye_local, const Vec3& pos_local) const
@@ -101,11 +103,9 @@
Protected Methods
-
-
virtual ~Billboard()
+
virtual ~Billboard()
-
-
virtual const bool computeBound() const
--
-
virtual const bool computeMatrix(Matrix& modelview, const Vec3& eye_local, const Vec3& pos_local) const
+
virtual const bool computeBound() const
-
void setCachedMode()
@@ -261,7 +261,7 @@ and do not the reference count of gset is left unchanged.
-
virtual const bool computeMatrix(const Matrix& modelview, const Billboard* billboard, const Vec3& eye_local, const Vec3& pos_local) const
+
virtual const bool computeMatrix(Matrix& modelview, const Billboard* billboard, const Vec3& eye_local, const Vec3& pos_local) const = 0
- Get the transformation matrix which moves from local coords to world coords
@@ -285,17 +285,17 @@ seen by cull traversers and alike
inline const bool getMatrix(Matrix& modelview, const Vec3& eye_local, const Vec3& pos_local) const
-
+
+
virtual const bool computeMatrix(Matrix& modelview, const Vec3& eye_local, const Vec3& pos_local) const
+
+
+
virtual ~Billboard()
-
-
virtual const bool computeBound() const
-
-
-
virtual const bool computeMatrix(Matrix& modelview, const Vec3& eye_local, const Vec3& pos_local) const
+
virtual const bool computeBound() const
@@ -342,7 +342,7 @@ seen by cull traversers and alike
- This class has no child classes.
-- Friends:
- struct osg::Billboard::ComputeBillboardCallback
Alphabetic index HTML hierarchy of classes or Java
+
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.