2002-07-19 03:54:11 +08:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
< HTML >
< HEAD >
< TITLE > class SG_EXPORT osg::CullStack< / TITLE >
< META NAME = "GENERATOR" CONTENT = "DOC++ 3.4.8" >
< / HEAD >
< BODY BGCOLOR = "#ffffff" >
< H2 > class SG_EXPORT < A HREF = "#DOC.DOCU" > osg::CullStack< / A > < / H2 > < / H2 > < BLOCKQUOTE > A CullStack class which accumulates the current project, modelview matrices and the CullingSet.< / BLOCKQUOTE >
< HR >
< H2 > Inheritance:< / H2 >
< APPLET CODE = "ClassGraph.class" WIDTH = 600 HEIGHT = 65 >
< param name = classes value = "CCullStack,MCullStack.html,CCollectOccludersVisitor,MCollectOccludersVisitor.html" >
< param name = before value = "M,M^_" >
< param name = after value = "M,M" >
< param name = indent value = "0,0" >
< param name = arrowdir value = "down" >
< / APPLET >
< HR >
< DL >
< P > < DL >
< DT > < H3 > Public Methods< / H3 > < DD > < DT >
2002-08-29 22:29:49 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > < B > < A HREF = "#DOC.2.37.1" > CullStack< / A > < / B > ()
2002-07-19 03:54:11 +08:00
< DT >
2002-08-29 22:29:49 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > < B > < A HREF = "#DOC.2.37.2" > ~CullStack< / A > < / B > ()
2002-07-19 03:54:11 +08:00
< DT >
2002-08-29 22:29:49 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > typedef unsigned int CullingMode void < B > < A HREF = "#DOC.2.37.4" > reset< / A > < / B > ()
2002-07-19 03:54:11 +08:00
< DT >
2002-08-29 22:29:49 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > void < B > < A HREF = "#DOC.2.37.5" > setOccluderList< / A > < / B > (const ShadowVolumeOccluderList& svol)
2002-07-19 03:54:11 +08:00
< DT >
2002-08-29 22:29:49 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > ShadowVolumeOccluderList& < B > < A HREF = "#DOC.2.37.6" > getOccluderList< / A > < / B > ()
2002-07-19 03:54:11 +08:00
< DT >
2002-08-29 22:29:49 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > const ShadowVolumeOccluderList& < B > < A HREF = "#DOC.2.37.7" > getOccluderList< / A > < / B > () const
2002-07-19 03:54:11 +08:00
< DT >
2002-08-29 22:29:49 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > void < B > < A HREF = "#DOC.2.37.8" > pushViewport< / A > < / B > (<!1> < A HREF = "Viewport.html" > osg::Viewport< / A > * viewport)
2002-07-19 03:54:11 +08:00
< DT >
2002-08-29 22:29:49 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > void < B > < A HREF = "#DOC.2.37.9" > popViewport< / A > < / B > ()
2002-07-19 03:54:11 +08:00
< DT >
2002-08-29 22:29:49 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > void < B > < A HREF = "#DOC.2.37.10" > pushProjectionMatrix< / A > < / B > (<!1> < A HREF = "Matrix.html" > osg::Matrix< / A > * matrix)
2002-07-19 03:54:11 +08:00
< DT >
2002-08-29 22:29:49 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > void < B > < A HREF = "#DOC.2.37.11" > popProjectionMatrix< / A > < / B > ()
2002-07-19 03:54:11 +08:00
< DT >
2002-08-29 22:29:49 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > void < B > < A HREF = "#DOC.2.37.12" > pushModelViewMatrix< / A > < / B > (<!1> < A HREF = "Matrix.html" > osg::Matrix< / A > * matrix)
2002-07-19 03:54:11 +08:00
< DT >
2002-08-29 22:29:49 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > void < B > < A HREF = "#DOC.2.37.13" > popModelViewMatrix< / A > < / B > ()
2002-07-19 03:54:11 +08:00
< DT >
2002-08-29 22:29:49 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > inline float < B > < A HREF = "#DOC.2.37.14" > getFrustumVolume< / A > < / B > ()
2002-07-19 03:54:11 +08:00
< DT >
2002-08-29 22:29:49 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > void < B > < A HREF = "#DOC.2.37.15" > setCullingMode< / A > < / B > (CullingMode mode)
2002-07-19 03:54:11 +08:00
< DD > < I > Sets the current CullingMode< / I >
< DT >
2002-08-29 22:29:49 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > CullingMode < B > < A HREF = "#DOC.2.37.16" > getCullingMode< / A > < / B > () const
2002-07-19 03:54:11 +08:00
< DD > < I > Returns the current CullingMode< / I >
< DT >
2002-08-29 22:29:49 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > void < B > < A HREF = "#DOC.2.37.17" > setLODBias< / A > < / B > (const float bias)
2002-07-19 03:54:11 +08:00
< DT >
2002-08-29 22:29:49 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > const float < B > < A HREF = "#DOC.2.37.18" > getLODBias< / A > < / B > () const
2002-07-19 03:54:11 +08:00
< DT >
2002-08-29 22:29:49 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > void < B > < A HREF = "#DOC.2.37.19" > setSmallFeatureCullingPixelSize< / A > < / B > (float value)
2002-07-19 03:54:11 +08:00
< DT >
2002-08-29 22:29:49 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > float < B > < A HREF = "#DOC.2.37.20" > getSmallFeatureCullingPixelSize< / A > < / B > () const
2002-07-19 03:54:11 +08:00
< DT >
2002-08-29 22:29:49 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > float < B > < A HREF = "#DOC.2.37.21" > pixelSize< / A > < / B > (const <!1> < A HREF = "Vec3.html" > Vec3< / A > & v, float <!1> < A HREF = "BoundingSphere.html#DOC.2.9.10" > radius< / A > ) const
2002-07-19 03:54:11 +08:00
< DD > < I > Compute the pixel of an object at position v, with specified radius< / I >
< DT >
2002-08-29 22:29:49 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > float < B > < A HREF = "#DOC.2.37.22" > pixelSize< / A > < / B > (const <!1> < A HREF = "BoundingSphere.html" > BoundingSphere< / A > & bs) const
2002-07-19 03:54:11 +08:00
< DD > < I > Compute the pixel of an bounding sphere< / I >
< DT >
2002-08-29 22:29:49 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > inline void < B > < A HREF = "#DOC.2.37.23" > disableAndPushOccludersCurrentMask< / A > < / B > (NodePath& nodePath)
2002-07-19 03:54:11 +08:00
< DT >
2002-08-29 22:29:49 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > inline void < B > < A HREF = "#DOC.2.37.24" > popOccludersCurrentMask< / A > < / B > (NodePath& nodePath)
2002-07-19 03:54:11 +08:00
< DT >
2002-08-29 22:29:49 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > inline bool < B > < A HREF = "#DOC.2.37.25" > isCulled< / A > < / B > (const std::vector< <!1> < A HREF = "Vec3.html" > Vec3< / A > > & vertices)
2002-07-19 03:54:11 +08:00
< DT >
2002-08-29 22:29:49 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > inline bool < B > < A HREF = "#DOC.2.37.26" > isCulled< / A > < / B > (const <!1> < A HREF = "BoundingBox.html" > BoundingBox< / A > & bb)
2002-07-19 03:54:11 +08:00
< DT >
2002-08-29 22:29:49 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > inline bool < B > < A HREF = "#DOC.2.37.27" > isCulled< / A > < / B > (const <!1> < A HREF = "BoundingSphere.html" > BoundingSphere< / A > & bs)
2002-07-19 03:54:11 +08:00
< DT >
2002-08-29 22:29:49 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > inline bool < B > < A HREF = "#DOC.2.37.28" > isCulled< / A > < / B > (const osg::Node& node)
2002-07-19 03:54:11 +08:00
< DT >
2002-08-29 22:29:49 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > inline void < B > < A HREF = "#DOC.2.37.29" > pushCurrentMask< / A > < / B > ()
2002-07-19 03:54:11 +08:00
< DT >
2002-08-29 22:29:49 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > inline void < B > < A HREF = "#DOC.2.37.30" > popCurrentMask< / A > < / B > ()
2002-07-19 03:54:11 +08:00
< DT >
2002-08-29 22:29:49 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > typedef <!1> < A HREF = "fast_back_stack.html" > fast_back_stack< / A > < <!1> < A HREF = "ref_ptr.html" > ref_ptr< / A > < <!1> < A HREF = "CullingSet.html" > CullingSet< / A > > > CullingStack CullingStack& < B > < A HREF = "#DOC.2.37.31" > getClipSpaceCullingStack< / A > < / B > ()
2002-07-19 03:54:11 +08:00
< DT >
2002-08-29 22:29:49 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > CullingStack& < B > < A HREF = "#DOC.2.37.32" > getProjectionCullingStack< / A > < / B > ()
2002-07-19 03:54:11 +08:00
< DT >
2002-08-29 22:29:49 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > CullingStack& < B > < A HREF = "#DOC.2.37.33" > getModelViewCullingStack< / A > < / B > ()
2002-07-19 03:54:11 +08:00
< DT >
2002-08-29 22:29:49 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > <!1> < A HREF = "CullingSet.html" > CullingSet< / A > & < B > < A HREF = "#DOC.2.37.34" > getCurrentCullingSet< / A > < / B > ()
2002-07-19 03:54:11 +08:00
< DT >
2002-08-29 22:29:49 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > inline <!1> < A HREF = "Viewport.html" > osg::Viewport< / A > * < B > < A HREF = "#DOC.2.37.35" > getViewport< / A > < / B > ()
2002-07-19 03:54:11 +08:00
< DT >
2002-08-29 22:29:49 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > inline <!1> < A HREF = "Matrix.html" > osg::Matrix< / A > & < B > < A HREF = "#DOC.2.37.36" > getModelViewMatrix< / A > < / B > ()
2002-07-19 03:54:11 +08:00
< DT >
2002-08-29 22:29:49 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > inline <!1> < A HREF = "Matrix.html" > osg::Matrix< / A > & < B > < A HREF = "#DOC.2.37.37" > getProjectionMatrix< / A > < / B > ()
2002-07-19 03:54:11 +08:00
< DT >
2002-08-29 22:29:49 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > inline const <!1> < A HREF = "Matrix.html" > osg::Matrix< / A > < B > < A HREF = "#DOC.2.37.38" > getWindowMatrix< / A > < / B > ()
2002-07-19 03:54:11 +08:00
< DT >
2002-08-29 22:29:49 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > inline const <!1> < A HREF = "Matrix.html" > osg::Matrix< / A > & < B > < A HREF = "#DOC.2.37.39" > getMVPW< / A > < / B > ()
2002-07-19 03:54:11 +08:00
< DT >
2002-08-29 22:29:49 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > inline const <!1> < A HREF = "Vec3.html" > osg::Vec3< / A > & < B > < A HREF = "#DOC.2.37.40" > getEyeLocal< / A > < / B > () const
2002-07-19 03:54:11 +08:00
< DT >
2002-08-29 22:29:49 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > inline const <!1> < A HREF = "Vec3.html" > osg::Vec3< / A > < B > < A HREF = "#DOC.2.37.41" > getUpLocal< / A > < / B > () const
2002-07-19 03:54:11 +08:00
< DT >
2002-08-29 22:29:49 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > inline const <!1> < A HREF = "Vec3.html" > osg::Vec3< / A > < B > < A HREF = "#DOC.2.37.42" > getLookVectorLocal< / A > < / B > () const
2002-07-19 03:54:11 +08:00
< DT >
2002-08-29 22:29:49 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > inline <!1> < A HREF = "Viewport.html" > Viewport< / A > * < B > < A HREF = "#DOC.2.37.65" > getViewport< / A > < / B > ()
2002-07-19 03:54:11 +08:00
< DT >
2002-08-29 22:29:49 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > inline <!1> < A HREF = "Matrix.html" > Matrix< / A > & < B > < A HREF = "#DOC.2.37.66" > getModelViewMatrix< / A > < / B > ()
2002-07-19 03:54:11 +08:00
< DT >
2002-08-29 22:29:49 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > inline <!1> < A HREF = "Matrix.html" > Matrix< / A > & < B > < A HREF = "#DOC.2.37.67" > getProjectionMatrix< / A > < / B > ()
2002-07-19 03:54:11 +08:00
< DT >
2002-08-29 22:29:49 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > inline const <!1> < A HREF = "Matrix.html" > Matrix< / A > < B > < A HREF = "#DOC.2.37.68" > getWindowMatrix< / A > < / B > ()
2002-07-19 03:54:11 +08:00
< DT >
2002-08-29 22:29:49 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > inline const <!1> < A HREF = "Matrix.html" > Matrix< / A > & < B > < A HREF = "#DOC.2.37.69" > getMVPW< / A > < / B > ()
2002-07-19 03:54:11 +08:00
< DT >
2002-08-29 22:29:49 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > inline <!1> < A HREF = "Matrix.html" > Matrix< / A > * < B > < A HREF = "#DOC.2.37.70" > createOrReuseMatrix< / A > < / B > (const <!1> < A HREF = "Matrix.html" > osg::Matrix< / A > & value)
2002-07-19 03:54:11 +08:00
< / DL > < / P >
< P > < DL >
< DT > < H3 > Public Members< / H3 > < DD > < DT >
2002-08-29 22:29:49 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > typedef std::vector< <!1> < A HREF = "ShadowVolumeOccluder.html" > ShadowVolumeOccluder< / A > > OccluderListenum < B > < A HREF = "#DOC.2.37.3" > CullingModeValues< / A > < / B >
2002-07-19 03:54:11 +08:00
< / DL > < / P >
< P > < DL >
< DT > < H3 > Protected Fields< / H3 > < DD > < DT >
2002-08-29 22:29:49 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > CullingMode < B > < A HREF = "#DOC.2.37.45" > _cullingMode< / A > < / B >
2002-07-19 03:54:11 +08:00
< DT >
2002-08-29 22:29:49 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > float < B > < A HREF = "#DOC.2.37.46" > _LODBias< / A > < / B >
2002-07-19 03:54:11 +08:00
< DT >
2002-08-29 22:29:49 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > float < B > < A HREF = "#DOC.2.37.47" > _smallFeatureCullingPixelSize< / A > < / B >
2002-07-19 03:54:11 +08:00
< DT >
2002-08-29 22:29:49 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > ShadowVolumeOccluderList < B > < A HREF = "#DOC.2.37.48" > _occluderList< / A > < / B >
2002-07-19 03:54:11 +08:00
< DT >
2002-08-29 22:29:49 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > MatrixStack < B > < A HREF = "#DOC.2.37.50" > _modelviewStack< / A > < / B >
2002-07-19 03:54:11 +08:00
< DT >
2002-08-29 22:29:49 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > MatrixStack < B > < A HREF = "#DOC.2.37.51" > _MVPW_Stack< / A > < / B >
2002-07-19 03:54:11 +08:00
< DT >
2002-08-29 22:29:49 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > CullingStack < B > < A HREF = "#DOC.2.37.54" > _clipspaceCullingStack< / A > < / B >
2002-07-19 03:54:11 +08:00
< DT >
2002-08-29 22:29:49 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > CullingStack < B > < A HREF = "#DOC.2.37.55" > _projectionCullingStack< / A > < / B >
2002-07-19 03:54:11 +08:00
< DT >
2002-08-29 22:29:49 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > CullingStack < B > < A HREF = "#DOC.2.37.56" > _modelviewCullingStack< / A > < / B >
2002-07-19 03:54:11 +08:00
< DT >
2002-08-29 22:29:49 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > float < B > < A HREF = "#DOC.2.37.58" > _frustumVolume< / A > < / B >
2002-07-19 03:54:11 +08:00
< DT >
2002-08-29 22:29:49 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > unsigned int < B > < A HREF = "#DOC.2.37.59" > _bbCornerNear< / A > < / B >
2002-07-19 03:54:11 +08:00
< DT >
2002-08-29 22:29:49 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > unsigned int < B > < A HREF = "#DOC.2.37.60" > _bbCornerFar< / A > < / B >
2002-07-19 03:54:11 +08:00
< DT >
2002-08-29 22:29:49 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > <!1> < A HREF = "Matrix.html" > osg::Matrix< / A > < B > < A HREF = "#DOC.2.37.61" > _identity< / A > < / B >
2002-07-19 03:54:11 +08:00
< DT >
2002-08-29 22:29:49 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > unsigned int < B > < A HREF = "#DOC.2.37.63" > _currentReuseMatrixIndex< / A > < / B >
2002-07-19 03:54:11 +08:00
< / DL > < / P >
< P > < DL >
< DT > < H3 > Protected Methods< / H3 > < DD > < DT >
2002-08-29 22:29:49 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > void < B > < A HREF = "#DOC.2.37.43" > pushCullingSet< / A > < / B > ()
2002-07-19 03:54:11 +08:00
< DT >
2002-08-29 22:29:49 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > void < B > < A HREF = "#DOC.2.37.44" > popCullingSet< / A > < / B > ()
2002-07-19 03:54:11 +08:00
< DT >
2002-08-29 22:29:49 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > void < B > < A HREF = "#DOC.2.37.57" > computeFrustumVolume< / A > < / B > ()
2002-07-19 03:54:11 +08:00
< DT >
2002-08-29 22:29:49 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > inline <!1> < A HREF = "Matrix.html" > osg::Matrix< / A > * < B > < A HREF = "#DOC.2.37.64" > createOrReuseMatrix< / A > < / B > (const <!1> < A HREF = "Matrix.html" > osg::Matrix< / A > & value)
2002-07-19 03:54:11 +08:00
< / DL > < / P >
< P > < DL >
< DT > < H3 > Protected Members< / H3 > < DD > < DT >
2002-08-29 22:29:49 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > typedef <!1> < A HREF = "fast_back_stack.html" > fast_back_stack< / A > < <!1> < A HREF = "ref_ptr.html" > ref_ptr< / A > < <!1> < A HREF = "Matrix.html" > Matrix< / A > > > MatrixStack MatrixStack < B > < A HREF = "#DOC.2.37.49" > _projectionStack< / A > < / B >
2002-07-19 03:54:11 +08:00
< DT >
2002-08-29 22:29:49 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > typedef <!1> < A HREF = "fast_back_stack.html" > fast_back_stack< / A > < <!1> < A HREF = "ref_ptr.html" > ref_ptr< / A > < <!1> < A HREF = "Viewport.html" > Viewport< / A > > > ViewportStack ViewportStack < B > < A HREF = "#DOC.2.37.52" > _viewportStack< / A > < / B >
2002-07-19 03:54:11 +08:00
< DT >
2002-08-29 22:29:49 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > typedef <!1> < A HREF = "fast_back_stack.html" > fast_back_stack< / A > < <!1> < A HREF = "Vec3.html" > Vec3< / A > > EyePointStack EyePointStack < B > < A HREF = "#DOC.2.37.53" > _eyePointStack< / A > < / B >
2002-07-19 03:54:11 +08:00
< DT >
2002-08-29 22:29:49 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > typedef std::vector< <!1> < A HREF = "ref_ptr.html" > osg::ref_ptr< / A > < <!1> < A HREF = "Matrix.html" > osg::Matrix< / A > > > MatrixList MatrixList < B > < A HREF = "#DOC.2.37.62" > _reuseMatrixList< / A > < / B >
2002-07-19 03:54:11 +08:00
< / DL > < / P >
< / DL >
< A NAME = "DOC.DOCU" > < / A >
< HR >
< H2 > Documentation< / H2 >
< BLOCKQUOTE > A CullStack class which accumulates the current project, modelview matrices
and the CullingSet. < / BLOCKQUOTE >
< DL >
< A NAME = "CullStack" > < / A >
2002-08-29 22:29:49 +08:00
< A NAME = "DOC.2.37.1" > < / A >
2002-07-19 03:54:11 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > CullStack()< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "~CullStack" > < / A >
2002-08-29 22:29:49 +08:00
< A NAME = "DOC.2.37.2" > < / A >
2002-07-19 03:54:11 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > ~CullStack()< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "CullingModeValues" > < / A >
2002-08-29 22:29:49 +08:00
< A NAME = "DOC.2.37.3" > < / A >
2002-07-19 03:54:11 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > typedef std::vector< <!1> < A HREF = "ShadowVolumeOccluder.html" > ShadowVolumeOccluder< / A > > OccluderListenum CullingModeValues< / B > < / TT >
< DL > < DT > < DD > < / DL > < P > < DL >
< A NAME = "NO_CULLING" > < / A >
2002-08-29 22:29:49 +08:00
< A NAME = "DOC.2.37.3.1" > < / A >
2002-07-19 03:54:11 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > NO_CULLING< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "VIEW_FRUSTUM_CULLING" > < / A >
2002-08-29 22:29:49 +08:00
< A NAME = "DOC.2.37.3.2" > < / A >
2002-07-19 03:54:11 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > VIEW_FRUSTUM_CULLING< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "NEAR_PLANE_CULLING" > < / A >
2002-08-29 22:29:49 +08:00
< A NAME = "DOC.2.37.3.3" > < / A >
2002-07-19 03:54:11 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > NEAR_PLANE_CULLING< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "FAR_PLANE_CULLING" > < / A >
2002-08-29 22:29:49 +08:00
< A NAME = "DOC.2.37.3.4" > < / A >
2002-07-19 03:54:11 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > FAR_PLANE_CULLING< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "SMALL_FEATURE_CULLING" > < / A >
2002-08-29 22:29:49 +08:00
< A NAME = "DOC.2.37.3.5" > < / A >
2002-07-19 03:54:11 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > SMALL_FEATURE_CULLING< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "SHADOW_OCCLUSION_CULLING" > < / A >
2002-08-29 22:29:49 +08:00
< A NAME = "DOC.2.37.3.6" > < / A >
2002-07-19 03:54:11 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > SHADOW_OCCLUSION_CULLING< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "ENABLE_ALL_CULLING" > < / A >
2002-08-29 22:29:49 +08:00
< A NAME = "DOC.2.37.3.7" > < / A >
2002-07-19 03:54:11 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > ENABLE_ALL_CULLING< / B > < / TT >
< DL > < DT > < DD > < / DL > < P > < / DL >
< A NAME = "reset" > < / A >
2002-08-29 22:29:49 +08:00
< A NAME = "DOC.2.37.4" > < / A >
2002-07-19 03:54:11 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > typedef unsigned int CullingMode void reset()< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "setOccluderList" > < / A >
2002-08-29 22:29:49 +08:00
< A NAME = "DOC.2.37.5" > < / A >
2002-07-19 03:54:11 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > void setOccluderList(const ShadowVolumeOccluderList& svol)< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "getOccluderList" > < / A >
2002-08-29 22:29:49 +08:00
< A NAME = "DOC.2.37.6" > < / A >
2002-07-19 03:54:11 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > ShadowVolumeOccluderList& getOccluderList()< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "getOccluderList" > < / A >
2002-08-29 22:29:49 +08:00
< A NAME = "DOC.2.37.7" > < / A >
2002-07-19 03:54:11 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > const ShadowVolumeOccluderList& getOccluderList() const < / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "pushViewport" > < / A >
2002-08-29 22:29:49 +08:00
< A NAME = "DOC.2.37.8" > < / A >
2002-07-19 03:54:11 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > void pushViewport(<!1> < A HREF = "Viewport.html" > osg::Viewport< / A > * viewport)< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "popViewport" > < / A >
2002-08-29 22:29:49 +08:00
< A NAME = "DOC.2.37.9" > < / A >
2002-07-19 03:54:11 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > void popViewport()< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "pushProjectionMatrix" > < / A >
2002-08-29 22:29:49 +08:00
< A NAME = "DOC.2.37.10" > < / A >
2002-07-19 03:54:11 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > void pushProjectionMatrix(<!1> < A HREF = "Matrix.html" > osg::Matrix< / A > * matrix)< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "popProjectionMatrix" > < / A >
2002-08-29 22:29:49 +08:00
< A NAME = "DOC.2.37.11" > < / A >
2002-07-19 03:54:11 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > void popProjectionMatrix()< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "pushModelViewMatrix" > < / A >
2002-08-29 22:29:49 +08:00
< A NAME = "DOC.2.37.12" > < / A >
2002-07-19 03:54:11 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > void pushModelViewMatrix(<!1> < A HREF = "Matrix.html" > osg::Matrix< / A > * matrix)< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "popModelViewMatrix" > < / A >
2002-08-29 22:29:49 +08:00
< A NAME = "DOC.2.37.13" > < / A >
2002-07-19 03:54:11 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > void popModelViewMatrix()< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "getFrustumVolume" > < / A >
2002-08-29 22:29:49 +08:00
< A NAME = "DOC.2.37.14" > < / A >
2002-07-19 03:54:11 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > inline float getFrustumVolume()< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "setCullingMode" > < / A >
2002-08-29 22:29:49 +08:00
< A NAME = "DOC.2.37.15" > < / A >
2002-07-19 03:54:11 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > void setCullingMode(CullingMode mode)< / B > < / TT >
< DD > Sets the current CullingMode
< DL > < DT > < DD > < / DL > < P >
< A NAME = "getCullingMode" > < / A >
2002-08-29 22:29:49 +08:00
< A NAME = "DOC.2.37.16" > < / A >
2002-07-19 03:54:11 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > CullingMode getCullingMode() const < / B > < / TT >
< DD > Returns the current CullingMode
< DL > < DT > < DD > < / DL > < P >
< A NAME = "setLODBias" > < / A >
2002-08-29 22:29:49 +08:00
< A NAME = "DOC.2.37.17" > < / A >
2002-07-19 03:54:11 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > void setLODBias(const float bias)< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "getLODBias" > < / A >
2002-08-29 22:29:49 +08:00
< A NAME = "DOC.2.37.18" > < / A >
2002-07-19 03:54:11 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > const float getLODBias() const < / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "setSmallFeatureCullingPixelSize" > < / A >
2002-08-29 22:29:49 +08:00
< A NAME = "DOC.2.37.19" > < / A >
2002-07-19 03:54:11 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > void setSmallFeatureCullingPixelSize(float value)< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "getSmallFeatureCullingPixelSize" > < / A >
2002-08-29 22:29:49 +08:00
< A NAME = "DOC.2.37.20" > < / A >
2002-07-19 03:54:11 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > float getSmallFeatureCullingPixelSize() const < / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "pixelSize" > < / A >
2002-08-29 22:29:49 +08:00
< A NAME = "DOC.2.37.21" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > float pixelSize(const <!1> < A HREF = "Vec3.html" > Vec3< / A > & v, float <!1> < A HREF = "BoundingSphere.html#DOC.2.9.10" > radius< / A > ) const < / B > < / TT >
2002-07-19 03:54:11 +08:00
< DD > Compute the pixel of an object at position v, with specified radius
< DL > < DT > < DD > < / DL > < P >
< A NAME = "pixelSize" > < / A >
2002-08-29 22:29:49 +08:00
< A NAME = "DOC.2.37.22" > < / A >
2002-07-19 03:54:11 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > float pixelSize(const <!1> < A HREF = "BoundingSphere.html" > BoundingSphere< / A > & bs) const < / B > < / TT >
< DD > Compute the pixel of an bounding sphere
< DL > < DT > < DD > < / DL > < P >
< A NAME = "disableAndPushOccludersCurrentMask" > < / A >
2002-08-29 22:29:49 +08:00
< A NAME = "DOC.2.37.23" > < / A >
2002-07-19 03:54:11 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > inline void disableAndPushOccludersCurrentMask(NodePath& nodePath)< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "popOccludersCurrentMask" > < / A >
2002-08-29 22:29:49 +08:00
< A NAME = "DOC.2.37.24" > < / A >
2002-07-19 03:54:11 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > inline void popOccludersCurrentMask(NodePath& nodePath)< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "isCulled" > < / A >
2002-08-29 22:29:49 +08:00
< A NAME = "DOC.2.37.25" > < / A >
2002-07-19 03:54:11 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > inline bool isCulled(const std::vector< <!1> < A HREF = "Vec3.html" > Vec3< / A > > & vertices)< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "isCulled" > < / A >
2002-08-29 22:29:49 +08:00
< A NAME = "DOC.2.37.26" > < / A >
2002-07-19 03:54:11 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > inline bool isCulled(const <!1> < A HREF = "BoundingBox.html" > BoundingBox< / A > & bb)< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "isCulled" > < / A >
2002-08-29 22:29:49 +08:00
< A NAME = "DOC.2.37.27" > < / A >
2002-07-19 03:54:11 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > inline bool isCulled(const <!1> < A HREF = "BoundingSphere.html" > BoundingSphere< / A > & bs)< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "isCulled" > < / A >
2002-08-29 22:29:49 +08:00
< A NAME = "DOC.2.37.28" > < / A >
2002-07-19 03:54:11 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > inline bool isCulled(const osg::Node& node)< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "pushCurrentMask" > < / A >
2002-08-29 22:29:49 +08:00
< A NAME = "DOC.2.37.29" > < / A >
2002-07-19 03:54:11 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > inline void pushCurrentMask()< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "popCurrentMask" > < / A >
2002-08-29 22:29:49 +08:00
< A NAME = "DOC.2.37.30" > < / A >
2002-07-19 03:54:11 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > inline void popCurrentMask()< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "getClipSpaceCullingStack" > < / A >
2002-08-29 22:29:49 +08:00
< A NAME = "DOC.2.37.31" > < / A >
2002-07-19 03:54:11 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > typedef <!1> < A HREF = "fast_back_stack.html" > fast_back_stack< / A > < <!1> < A HREF = "ref_ptr.html" > ref_ptr< / A > < <!1> < A HREF = "CullingSet.html" > CullingSet< / A > > > CullingStack CullingStack& getClipSpaceCullingStack()< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "getProjectionCullingStack" > < / A >
2002-08-29 22:29:49 +08:00
< A NAME = "DOC.2.37.32" > < / A >
2002-07-19 03:54:11 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > CullingStack& getProjectionCullingStack()< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "getModelViewCullingStack" > < / A >
2002-08-29 22:29:49 +08:00
< A NAME = "DOC.2.37.33" > < / A >
2002-07-19 03:54:11 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > CullingStack& getModelViewCullingStack()< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "getCurrentCullingSet" > < / A >
2002-08-29 22:29:49 +08:00
< A NAME = "DOC.2.37.34" > < / A >
2002-07-19 03:54:11 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > <!1> < A HREF = "CullingSet.html" > CullingSet< / A > & getCurrentCullingSet()< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "getViewport" > < / A >
2002-08-29 22:29:49 +08:00
< A NAME = "DOC.2.37.35" > < / A >
2002-07-19 03:54:11 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > inline <!1> < A HREF = "Viewport.html" > osg::Viewport< / A > * getViewport()< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "getModelViewMatrix" > < / A >
2002-08-29 22:29:49 +08:00
< A NAME = "DOC.2.37.36" > < / A >
2002-07-19 03:54:11 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > inline <!1> < A HREF = "Matrix.html" > osg::Matrix< / A > & getModelViewMatrix()< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "getProjectionMatrix" > < / A >
2002-08-29 22:29:49 +08:00
< A NAME = "DOC.2.37.37" > < / A >
2002-07-19 03:54:11 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > inline <!1> < A HREF = "Matrix.html" > osg::Matrix< / A > & getProjectionMatrix()< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "getWindowMatrix" > < / A >
2002-08-29 22:29:49 +08:00
< A NAME = "DOC.2.37.38" > < / A >
2002-07-19 03:54:11 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > inline const <!1> < A HREF = "Matrix.html" > osg::Matrix< / A > getWindowMatrix()< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "getMVPW" > < / A >
2002-08-29 22:29:49 +08:00
< A NAME = "DOC.2.37.39" > < / A >
2002-07-19 03:54:11 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > inline const <!1> < A HREF = "Matrix.html" > osg::Matrix< / A > & getMVPW()< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "getEyeLocal" > < / A >
2002-08-29 22:29:49 +08:00
< A NAME = "DOC.2.37.40" > < / A >
2002-07-19 03:54:11 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > inline const <!1> < A HREF = "Vec3.html" > osg::Vec3< / A > & getEyeLocal() const < / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "getUpLocal" > < / A >
2002-08-29 22:29:49 +08:00
< A NAME = "DOC.2.37.41" > < / A >
2002-07-19 03:54:11 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > inline const <!1> < A HREF = "Vec3.html" > osg::Vec3< / A > getUpLocal() const < / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "getLookVectorLocal" > < / A >
2002-08-29 22:29:49 +08:00
< A NAME = "DOC.2.37.42" > < / A >
2002-07-19 03:54:11 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > inline const <!1> < A HREF = "Vec3.html" > osg::Vec3< / A > getLookVectorLocal() const < / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "pushCullingSet" > < / A >
2002-08-29 22:29:49 +08:00
< A NAME = "DOC.2.37.43" > < / A >
2002-07-19 03:54:11 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > void pushCullingSet()< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "popCullingSet" > < / A >
2002-08-29 22:29:49 +08:00
< A NAME = "DOC.2.37.44" > < / A >
2002-07-19 03:54:11 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > void popCullingSet()< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "_cullingMode" > < / A >
2002-08-29 22:29:49 +08:00
< A NAME = "DOC.2.37.45" > < / A >
2002-07-19 03:54:11 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > CullingMode _cullingMode< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "_LODBias" > < / A >
2002-08-29 22:29:49 +08:00
< A NAME = "DOC.2.37.46" > < / A >
2002-07-19 03:54:11 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > float _LODBias< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "_smallFeatureCullingPixelSize" > < / A >
2002-08-29 22:29:49 +08:00
< A NAME = "DOC.2.37.47" > < / A >
2002-07-19 03:54:11 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > float _smallFeatureCullingPixelSize< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "_occluderList" > < / A >
2002-08-29 22:29:49 +08:00
< A NAME = "DOC.2.37.48" > < / A >
2002-07-19 03:54:11 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > ShadowVolumeOccluderList _occluderList< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "_projectionStack" > < / A >
2002-08-29 22:29:49 +08:00
< A NAME = "DOC.2.37.49" > < / A >
2002-07-19 03:54:11 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > typedef <!1> < A HREF = "fast_back_stack.html" > fast_back_stack< / A > < <!1> < A HREF = "ref_ptr.html" > ref_ptr< / A > < <!1> < A HREF = "Matrix.html" > Matrix< / A > > > MatrixStack MatrixStack _projectionStack< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "_modelviewStack" > < / A >
2002-08-29 22:29:49 +08:00
< A NAME = "DOC.2.37.50" > < / A >
2002-07-19 03:54:11 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > MatrixStack _modelviewStack< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "_MVPW_Stack" > < / A >
2002-08-29 22:29:49 +08:00
< A NAME = "DOC.2.37.51" > < / A >
2002-07-19 03:54:11 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > MatrixStack _MVPW_Stack< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "_viewportStack" > < / A >
2002-08-29 22:29:49 +08:00
< A NAME = "DOC.2.37.52" > < / A >
2002-07-19 03:54:11 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > typedef <!1> < A HREF = "fast_back_stack.html" > fast_back_stack< / A > < <!1> < A HREF = "ref_ptr.html" > ref_ptr< / A > < <!1> < A HREF = "Viewport.html" > Viewport< / A > > > ViewportStack ViewportStack _viewportStack< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "_eyePointStack" > < / A >
2002-08-29 22:29:49 +08:00
< A NAME = "DOC.2.37.53" > < / A >
2002-07-19 03:54:11 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > typedef <!1> < A HREF = "fast_back_stack.html" > fast_back_stack< / A > < <!1> < A HREF = "Vec3.html" > Vec3< / A > > EyePointStack EyePointStack _eyePointStack< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "_clipspaceCullingStack" > < / A >
2002-08-29 22:29:49 +08:00
< A NAME = "DOC.2.37.54" > < / A >
2002-07-19 03:54:11 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > CullingStack _clipspaceCullingStack< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "_projectionCullingStack" > < / A >
2002-08-29 22:29:49 +08:00
< A NAME = "DOC.2.37.55" > < / A >
2002-07-19 03:54:11 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > CullingStack _projectionCullingStack< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "_modelviewCullingStack" > < / A >
2002-08-29 22:29:49 +08:00
< A NAME = "DOC.2.37.56" > < / A >
2002-07-19 03:54:11 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > CullingStack _modelviewCullingStack< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "computeFrustumVolume" > < / A >
2002-08-29 22:29:49 +08:00
< A NAME = "DOC.2.37.57" > < / A >
2002-07-19 03:54:11 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > void computeFrustumVolume()< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "_frustumVolume" > < / A >
2002-08-29 22:29:49 +08:00
< A NAME = "DOC.2.37.58" > < / A >
2002-07-19 03:54:11 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > float _frustumVolume< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "_bbCornerNear" > < / A >
2002-08-29 22:29:49 +08:00
< A NAME = "DOC.2.37.59" > < / A >
2002-07-19 03:54:11 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > unsigned int _bbCornerNear< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "_bbCornerFar" > < / A >
2002-08-29 22:29:49 +08:00
< A NAME = "DOC.2.37.60" > < / A >
2002-07-19 03:54:11 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > unsigned int _bbCornerFar< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "_identity" > < / A >
2002-08-29 22:29:49 +08:00
< A NAME = "DOC.2.37.61" > < / A >
2002-07-19 03:54:11 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > <!1> < A HREF = "Matrix.html" > osg::Matrix< / A > _identity< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "_reuseMatrixList" > < / A >
2002-08-29 22:29:49 +08:00
< A NAME = "DOC.2.37.62" > < / A >
2002-07-19 03:54:11 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > typedef std::vector< <!1> < A HREF = "ref_ptr.html" > osg::ref_ptr< / A > < <!1> < A HREF = "Matrix.html" > osg::Matrix< / A > > > MatrixList MatrixList _reuseMatrixList< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "_currentReuseMatrixIndex" > < / A >
2002-08-29 22:29:49 +08:00
< A NAME = "DOC.2.37.63" > < / A >
2002-07-19 03:54:11 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > unsigned int _currentReuseMatrixIndex< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "createOrReuseMatrix" > < / A >
2002-08-29 22:29:49 +08:00
< A NAME = "DOC.2.37.64" > < / A >
2002-07-19 03:54:11 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > inline <!1> < A HREF = "Matrix.html" > osg::Matrix< / A > * createOrReuseMatrix(const <!1> < A HREF = "Matrix.html" > osg::Matrix< / A > & value)< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "getViewport" > < / A >
2002-08-29 22:29:49 +08:00
< A NAME = "DOC.2.37.65" > < / A >
2002-07-19 03:54:11 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > inline <!1> < A HREF = "Viewport.html" > Viewport< / A > * getViewport()< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "getModelViewMatrix" > < / A >
2002-08-29 22:29:49 +08:00
< A NAME = "DOC.2.37.66" > < / A >
2002-07-19 03:54:11 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > inline <!1> < A HREF = "Matrix.html" > Matrix< / A > & getModelViewMatrix()< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "getProjectionMatrix" > < / A >
2002-08-29 22:29:49 +08:00
< A NAME = "DOC.2.37.67" > < / A >
2002-07-19 03:54:11 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > inline <!1> < A HREF = "Matrix.html" > Matrix< / A > & getProjectionMatrix()< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "getWindowMatrix" > < / A >
2002-08-29 22:29:49 +08:00
< A NAME = "DOC.2.37.68" > < / A >
2002-07-19 03:54:11 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > inline const <!1> < A HREF = "Matrix.html" > Matrix< / A > getWindowMatrix()< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "getMVPW" > < / A >
2002-08-29 22:29:49 +08:00
< A NAME = "DOC.2.37.69" > < / A >
2002-07-19 03:54:11 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > inline const <!1> < A HREF = "Matrix.html" > Matrix< / A > & getMVPW()< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "createOrReuseMatrix" > < / A >
2002-08-29 22:29:49 +08:00
< A NAME = "DOC.2.37.70" > < / A >
2002-07-19 03:54:11 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > inline <!1> < A HREF = "Matrix.html" > Matrix< / A > * createOrReuseMatrix(const <!1> < A HREF = "Matrix.html" > osg::Matrix< / A > & value)< / B > < / TT >
< DL > < DT > < DD > < / DL > < P > < / DL >
< HR >
< DL > < DT > < B > Direct child classes:
< / B > < DD > < A HREF = "CollectOccludersVisitor.html" > CollectOccludersVisitor< / A > < BR >
< / DL >
< DL > < DT > < DD > < / DL > < P > < P > < I > < A HREF = "index.html" > Alphabetic index< / A > < / I > < I > < A HREF = "HIER.html" > HTML hierarchy of classes< / A > or < A HREF = "HIERjava.html" > Java< / A > < / I > < / P > < HR >
< BR >
This page was generated with the help of < A HREF = "http://docpp.sourceforge.net" > DOC++< / A > .
< / BODY >
< / HTML >