OpenSceneGraph/include/osg
Robert Osfield 2487861fbc Have add new osg::CopyOp which replaces last nights osg::Cloner, the new
class now combines Cloner and DeepCopy into one class. Cloner and DeepCopy
will be removed in next commit.

Also have added osgcopy app to Demos which shows how the CopyOp have be
subclassed to create users own specific handling of copying.

Have fixed copy constructor problems in GeoSet which fix the deep copy
problem experienced yesterday.
2002-01-29 12:52:04 +00:00
..
AlphaFunc Added support for shallow and deep copy of nodes, drawables and state, via a 2002-01-28 21:17:01 +00:00
Billboard Added support for shallow and deep copy of nodes, drawables and state, via a 2002-01-28 21:17:01 +00:00
BoundingBox Fixed inlcude/BoundingBox to compile under Windows. 2001-11-06 11:36:11 +00:00
BoundingSphere Added methods to support isNaN,isInfinte and valid to osg::Vec* and osg::Math, 2001-11-06 10:34:51 +00:00
BoundsChecking Fixes to Windows build in liu of the move to using just std::streams. 2001-12-14 23:18:28 +00:00
Camera New ajustAspectRatio (ADJUST_NODE) mode added to osg::Camera to fix issue 2002-01-15 11:05:00 +00:00
ClippingVolume Added a copyright notice to all core headers, which all begin with 2001-10-04 15:12:57 +00:00
ClipPlane Added support for shallow and deep copy of nodes, drawables and state, via a 2002-01-28 21:17:01 +00:00
ColorMask Added support for shallow and deep copy of nodes, drawables and state, via a 2002-01-28 21:17:01 +00:00
ColorMatrix Added support for shallow and deep copy of nodes, drawables and state, via a 2002-01-28 21:17:01 +00:00
CopyOp Have add new osg::CopyOp which replaces last nights osg::Cloner, the new 2002-01-29 12:52:04 +00:00
CullFace Added support for shallow and deep copy of nodes, drawables and state, via a 2002-01-28 21:17:01 +00:00
DeepCopy A couple of fixes to DeepCopy Cloner. 2002-01-28 21:49:31 +00:00
Depth Added support for shallow and deep copy of nodes, drawables and state, via a 2002-01-28 21:17:01 +00:00
DisplaySettings Further work on improving stereo support in the OSG. 2001-12-21 22:48:19 +00:00
Drawable Added support for shallow and deep copy of nodes, drawables and state, via a 2002-01-28 21:17:01 +00:00
EarthSky Added support for shallow and deep copy of nodes, drawables and state, via a 2002-01-28 21:17:01 +00:00
Export Updates for Cygwin port, from Norman Vine. 2002-01-03 21:34:57 +00:00
Fog Added support for shallow and deep copy of nodes, drawables and state, via a 2002-01-28 21:17:01 +00:00
FrameStamp Reverted Bryan's changes to FrameStamp w.r.t std::tm structure which doesn't 2001-10-16 21:47:47 +00:00
FrontFace Added support for shallow and deep copy of nodes, drawables and state, via a 2002-01-28 21:17:01 +00:00
Geode Added support for shallow and deep copy of nodes, drawables and state, via a 2002-01-28 21:17:01 +00:00
GeoSet Added support for shallow and deep copy of nodes, drawables and state, via a 2002-01-28 21:17:01 +00:00
GL First batch of changes required for MacOS X build. Orignal submission from 2002-01-16 10:36:20 +00:00
GLExtensions Added a copyright notice to all core headers, which all begin with 2001-10-04 15:12:57 +00:00
GLU First batch of changes required for MacOS X build. Orignal submission from 2002-01-16 10:36:20 +00:00
Group Added support for shallow and deep copy of nodes, drawables and state, via a 2002-01-28 21:17:01 +00:00
Image Added support for shallow and deep copy of nodes, drawables and state, via a 2002-01-28 21:17:01 +00:00
Impostor Added support for shallow and deep copy of nodes, drawables and state, via a 2002-01-28 21:17:01 +00:00
ImpostorSprite Added support for shallow and deep copy of nodes, drawables and state, via a 2002-01-28 21:17:01 +00:00
Light Added support for shallow and deep copy of nodes, drawables and state, via a 2002-01-28 21:17:01 +00:00
LightSource Added support for shallow and deep copy of nodes, drawables and state, via a 2002-01-28 21:17:01 +00:00
LineSegment Fixed typo in comment, reference to BoundingSphere has been changed to 2002-01-18 10:26:06 +00:00
LineWidth Added support for shallow and deep copy of nodes, drawables and state, via a 2002-01-28 21:17:01 +00:00
LOD Added support for shallow and deep copy of nodes, drawables and state, via a 2002-01-28 21:17:01 +00:00
Material Added support for shallow and deep copy of nodes, drawables and state, via a 2002-01-28 21:17:01 +00:00
Math Changes to fix compilation problems on the Sparc. 2002-01-18 22:34:07 +00:00
Matrix Added support for shallow and deep copy of nodes, drawables and state, via a 2002-01-28 21:17:01 +00:00
mem_ptr Added a copyright notice to all core headers, which all begin with 2001-10-04 15:12:57 +00:00
MemoryAdapter Added a copyright notice to all core headers, which all begin with 2001-10-04 15:12:57 +00:00
Node Added support for shallow and deep copy of nodes, drawables and state, via a 2002-01-28 21:17:01 +00:00
NodeCallback Fixed compilation error in src/osgDB/FileUtils.cpp. 2001-11-11 22:32:59 +00:00
NodeVisitor Added support for DYNAMIC/STATIC osg::Transform types and added new osg::Drawable::getStats 2001-10-10 20:20:14 +00:00
Notify Updated OSG so that the old OSG_USE_IO_DOT_H has be removed from all headers 2001-12-14 21:49:04 +00:00
Object Have add new osg::CopyOp which replaces last nights osg::Cloner, the new 2002-01-29 12:52:04 +00:00
Plane Fixes to Windows build in liu of the move to using just std::streams. 2001-12-14 23:18:28 +00:00
Point Added support for shallow and deep copy of nodes, drawables and state, via a 2002-01-28 21:17:01 +00:00
PolygonMode Added support for shallow and deep copy of nodes, drawables and state, via a 2002-01-28 21:17:01 +00:00
PolygonOffset Added support for shallow and deep copy of nodes, drawables and state, via a 2002-01-28 21:17:01 +00:00
PositionAttitudeTransform Added support for shallow and deep copy of nodes, drawables and state, via a 2002-01-28 21:17:01 +00:00
Quat Fixes to Windows build in liu of the move to using just std::streams. 2001-12-14 23:18:28 +00:00
ref_ptr Fixed compilation error in src/osgDB/FileUtils.cpp. 2001-11-11 22:32:59 +00:00
Referenced Added a copyright notice to all core headers, which all begin with 2001-10-04 15:12:57 +00:00
ShadeModel Added support for shallow and deep copy of nodes, drawables and state, via a 2002-01-28 21:17:01 +00:00
ShallowCopy Added support for shallow and deep copy of nodes, drawables and state, via a 2002-01-28 21:17:01 +00:00
State Added support for shallow and deep copy of nodes, drawables and state, via a 2002-01-28 21:17:01 +00:00
StateAttribute Added support for shallow and deep copy of nodes, drawables and state, via a 2002-01-28 21:17:01 +00:00
StateSet Added support for shallow and deep copy of nodes, drawables and state, via a 2002-01-28 21:17:01 +00:00
Statistics Added support for shallow and deep copy of nodes, drawables and state, via a 2002-01-28 21:17:01 +00:00
Stencil Added support for shallow and deep copy of nodes, drawables and state, via a 2002-01-28 21:17:01 +00:00
Switch Added support for shallow and deep copy of nodes, drawables and state, via a 2002-01-28 21:17:01 +00:00
TexEnv Added support for shallow and deep copy of nodes, drawables and state, via a 2002-01-28 21:17:01 +00:00
TexGen Added support for shallow and deep copy of nodes, drawables and state, via a 2002-01-28 21:17:01 +00:00
TexMat Added support for shallow and deep copy of nodes, drawables and state, via a 2002-01-28 21:17:01 +00:00
Texture Added support for shallow and deep copy of nodes, drawables and state, via a 2002-01-28 21:17:01 +00:00
Timer Made the osg::Timer::tick() method a const method. 2002-01-18 14:11:46 +00:00
Transform Added support for shallow and deep copy of nodes, drawables and state, via a 2002-01-28 21:17:01 +00:00
Transparency Added support for shallow and deep copy of nodes, drawables and state, via a 2002-01-28 21:17:01 +00:00
Types Added a copyright notice to all core headers, which all begin with 2001-10-04 15:12:57 +00:00
Vec2 Changes to fix compilation problems on the Sparc. 2002-01-18 22:34:07 +00:00
Vec3 Changes to fix compilation problems on the Sparc. 2002-01-18 22:34:07 +00:00
Vec4 Changes to fix compilation problems on the Sparc. 2002-01-18 22:34:07 +00:00
Version Added a copyright notice to all core headers, which all begin with 2001-10-04 15:12:57 +00:00
Viewport Added support for shallow and deep copy of nodes, drawables and state, via a 2002-01-28 21:17:01 +00:00