From 81d2e576a4f890b6936f3189d4ef015f5551875e Mon Sep 17 00:00:00 2001
From: Robert Osfield
Date: Tue, 24 Aug 2004 10:58:51 +0000
Subject: [PATCH] Updated docs
---
doc/doc++/osg/AutoTransform.html | 34 ++--
doc/doc++/osgGA/CoordinateFrameCallback.html | 8 +-
doc/doc++/osgGA/General.html | 3 -
doc/doc++/osgGA/HIER.html | 1 -
doc/doc++/osgGA/HIERjava.html | 10 +-
.../osgGA/KeySwitchMatrixManipulator.html | 130 ++++++-------
doc/doc++/osgGA/MatrixManipulator.html | 155 ++++++++-------
doc/doc++/osgGA/SetSceneViewVisitor.html | 16 +-
doc/doc++/osgGA/StateSetManipulator.html | 52 ++---
doc/doc++/osgGA/TerrainManipulator.html | 154 +++++++--------
doc/doc++/osgGA/TrackballManipulator.html | 136 ++++++-------
doc/doc++/osgGA/TrackerManipulator.html | 174 ++++++++---------
doc/doc++/osgGA/index.html | 1 -
doc/doc++/osgGA/osgGA.html | 7 +-
doc/doc++/osgUtil/RenderBin.html | 182 +++++++++---------
doc/doc++/osgUtil/RenderStage.html | 18 +-
doc/doc++/osgUtil/RenderToTextureStage.html | 18 +-
17 files changed, 553 insertions(+), 546 deletions(-)
diff --git a/doc/doc++/osg/AutoTransform.html b/doc/doc++/osg/AutoTransform.html
index 06b6584e7..f98705ef5 100644
--- a/doc/doc++/osg/AutoTransform.html
+++ b/doc/doc++/osg/AutoTransform.html
@@ -109,24 +109,26 @@
mutable osg::Vec3 _previousEyePoint
-mutable int _previousWidth
+mutable osg::Vec3 _previousLocalUp
-mutable int _previousHeight
+mutable int _previousWidth
-mutable osg::Matrix _previousProjection
+mutable int _previousHeight
-mutable osg::Vec3 _previousPosition
+mutable osg::Matrix _previousProjection
-mutable bool _matrixDirty
+mutable osg::Vec3 _previousPosition
-mutable osg::Matrix _cachedMatrix
+mutable bool _matrixDirty
+
+mutable osg::Matrix _cachedMatrix
Protected Methods
-
virtual ~AutoTransform()
-
-void computeMatrix() const
+void computeMatrix() const
@@ -585,32 +587,36 @@ to keep its children relative to screen space coordinates
mutable osg::Vec3 _previousEyePoint
-
+
+
mutable osg::Vec3 _previousLocalUp
+
+
+
mutable int _previousWidth
-
+
mutable int _previousHeight
-
+
mutable osg::Matrix _previousProjection
-
+
mutable osg::Vec3 _previousPosition
-
+
void computeMatrix() const
-
+
mutable bool _matrixDirty
-
+
mutable osg::Matrix _cachedMatrix
diff --git a/doc/doc++/osgGA/CoordinateFrameCallback.html b/doc/doc++/osgGA/CoordinateFrameCallback.html
index a8cf7ca23..14b5c7fc0 100644
--- a/doc/doc++/osgGA/CoordinateFrameCallback.html
+++ b/doc/doc++/osgGA/CoordinateFrameCallback.html
@@ -23,12 +23,12 @@
Public Methods
-
-virtual osg::CoordinateFrame getCoordinateFrame(const osg::Vec3d& position) const
+virtual osg::CoordinateFrame getCoordinateFrame(const osg::Vec3d& position) const
Protected Methods
-
-virtual ~CoordinateFrameCallback()
+virtual ~CoordinateFrameCallback()
@@ -40,11 +40,11 @@
-
+
- virtual osg::CoordinateFrame getCoordinateFrame(const osg::Vec3d& position) const
-
+
- virtual ~CoordinateFrameCallback()
diff --git a/doc/doc++/osgGA/General.html b/doc/doc++/osgGA/General.html
index 37f3a6b43..32c171437 100644
--- a/doc/doc++/osgGA/General.html
+++ b/doc/doc++/osgGA/General.html
@@ -40,9 +40,6 @@
#define
OSGGA_GUIEVENTHANDLERVISITOR
-#define
-OSGGA_HOVERMANIPULATOR
-
#define
OSGUTIL_KEYSWITCMATRIXMANIPULATOR
diff --git a/doc/doc++/osgGA/HIER.html b/doc/doc++/osgGA/HIER.html
index 3800d475b..380a379a7 100644
--- a/doc/doc++/osgGA/HIER.html
+++ b/doc/doc++/osgGA/HIER.html
@@ -20,7 +20,6 @@
osgGA::AnimationPathManipulator
osgGA::DriveManipulator
osgGA::FlightManipulator
-osgGA::HoverManipulator
osgGA::KeySwitchMatrixManipulator
osgGA::TerrainManipulator
osgGA::TrackballManipulator
diff --git a/doc/doc++/osgGA/HIERjava.html b/doc/doc++/osgGA/HIERjava.html
index 4d5fbcbd0..31a28581f 100644
--- a/doc/doc++/osgGA/HIERjava.html
+++ b/doc/doc++/osgGA/HIERjava.html
@@ -22,11 +22,11 @@
-