SoGLRenderAction(3IV) - Online Linux Manual Page
NAMESoGLRenderAction — renders a scene graph using OpenGL
INHERITS FROMSoAction > SoGLRenderAction
SYNOPSIS¶\f7#include <Inventor/actions/SoGLRenderAction.h> \f8SoGLRenderAbortCB\*(Cr(void *userData)
\f8SoGLRenderPassCB\*(Cr(void *userData) \f7enum \*(CbTransparencyType\*(Cr { Uses stipple patterns for screen-door transparency
Uses additive alpha blending
Uses additive blending, rendering all transparent objects after opaque ones
Same as DELAYED_ADD, but sorts transparent objects by distances of bounding boxes from camera
Uses multiplicative alpha blending
Uses multiplicative alpha blending, rendering all transparent objects after opaque ones
Same as DELAYED_BLEND, but sorts transparent objects by distances of bounding boxes from camera
\f7} \f7enum \*(CbAbortCode\*(Cr { Continue traversal as usual
Stop traversing the rest of the graph
Do not traverse this node or its children, but continue
Delay rendering of this node until the second pass
\f7} Methods from class SoGLRenderAction: \f8SoGLRenderAction\*(Cr(const SbViewportRegion &viewportRegion)
\f8setViewportRegion\*(Cr(const SbViewportRegion &newRegion)
\f8getViewportRegion\*(Cr() const
\f8setUpdateArea\*(Cr(const SbVec2f &origin, const SbVec2f &size)
\f8getUpdateArea\*(Cr(SbVec2f &origin, SbVec2f &size) const
\f8setAbortCallback\*(Cr(SoGLRenderAbortCB *func, void *userData)
\f8setTransparencyType\*(Cr(TransparencyType type)
\f8getTransparencyType\*(Cr() const
\f8setSmoothing\*(Cr(SbBool smooth)
\f8isSmoothing\*(Cr() const
\f8setNumPasses\*(Cr(int num)
\f8getNumPasses\*(Cr() const
\f8setPassUpdate\*(Cr(SbBool flag)
\f8isPassUpdate\*(Cr() const
\f8setPassCallback\*(Cr(SoGLRenderPassCB *func, void *userData)
\f8setCacheContext\*(Cr(uint32_t context)
\f8getCacheContext\*(Cr() const Methods from class SoAction: \f8apply\*(Cr(SoNode *node)
\f8apply\*(Cr(SoPath *path)
\f8apply\*(Cr(const SoPathList &pathList, SbBool obeysRules = FALSE)
\f8getClassTypeId\*(Cr()
\f8getTypeId\*(Cr()
\f8isOfType\*(Cr(SoType type)
\f8invalidateState\*(Cr()
DESCRIPTIONThis class traverses a scene graph and renders it using the OpenGL graphics library. It assumes that a valid window has been created and initialized for proper OpenGL rendering. The \f8SoXtRenderArea\f1 class or any of its subclasses may be used to create such a window.
METHODS\f8SoGLRenderAction\*(Cr(const SbViewportRegion &viewportRegion)
Constructor. The parameter defines the viewport region into which rendering will take place. \f8setViewportRegion\*(Cr(const SbViewportRegion &newRegion)
\f8getViewportRegion\*(Cr() const
Changes/returns viewport region to use for rendering. \f8setUpdateArea\*(Cr(const SbVec2f &origin, const SbVec2f &size)
\f8getUpdateArea\*(Cr(SbVec2f &origin, SbVec2f &size) const
Sets/returns the current update area, which is the rectangular area of the viewport region that will actually be rendered into. This can be used for partial updates in applications that can manage them. The update area is specified in normalized viewport coordinates, where (0,0) is the lower left corner of the viewport and (1,1) is the upper right corner. The area is specified or returned as an origin and a size. \f8setAbortCallback\*(Cr(SoGLRenderAbortCB *func, void *userData)
Sets callback to call during rendering to test for an abort condition. It will be called for each node that is traversed. This allows applications to terminate rendering prematurely if some condition occurs. The callback function should return one of the AbortCode codes to indicate whether traversal should continue. Use of the various codes in a callback can allow applications to modify Inventor's default order of rendering objects in a scene graph. \f8setTransparencyType\*(Cr(TransparencyType type)
\f8getTransparencyType\*(Cr() const
Sets/returns transparency quality level to use when rendering. The default is SCREEN_DOOR. (Note that SCREEN_DOOR transparency does not work in the case where transparency values are specified for each vertex of a shape. If this is the case, use one of the other transparency types.) \f8setSmoothing\*(Cr(SbBool smooth)
\f8isSmoothing\*(Cr() const
Sets/returns smoothing flag. When on, smoothing uses OpenGL's line- and point-smoothing features to provide cheap antialiasing of lines and points. The default is FALSE. \f8setNumPasses\*(Cr(int num)
\f8getNumPasses\*(Cr() const
Sets/returns number of rendering passes for multipass rendering. Specifying more than one pass will result in antialiasing of the rendered scene, using OpenGL's accumulation buffer. (Camera nodes typically move their viewpoints a little bit for each pass to achieve the antialiasing.) Each additional pass provides better antialiasing, but requires more rendering time The default is 1 pass. \f8setPassUpdate\*(Cr(SbBool flag)
\f8isPassUpdate\*(Cr() const
Sets/returns a flag indicating whether intermediate results are displayed after each antialiasing pass for progressive improvement (default is FALSE). \f8setPassCallback\*(Cr(SoGLRenderPassCB *func, void *userData)
Sets a callback function to invoke between passes when antialiasing. Passing NULL (which is the default state) will cause a clear of the color and depth buffers to be performed. \f8setCacheContext\*(Cr(uint32_t context)
\f8getCacheContext\*(Cr() const
Sets/returns the OpenGL cache context. A cache context is just an integer identifying when OpenGL display lists (which are used for render caching) can be shared between render actions; for example, see the documentation on GLX contexts for information on when OpenGL display lists can be shared between GLX windows.
SEE ALSO\f8SoSeparator, SoXtRenderArea 0
Johanes Gumabo
Data Size : 22,092 byte
man-SoGLRenderAction.3ivBuild : 2024-12-29, 07:25 :
Visitor Screen : x
Visitor Counter ( page / site ) : 3 / 261,716
Visitor ID : :
Visitor IP : 18.224.32.243 :
Visitor Provider : AMAZON-02 :
Provider Position ( lat x lon ) : 39.962500 x -83.006100 : x
Provider Accuracy Radius ( km ) : 1000 :
Provider City : Columbus :
Provider Province : Ohio , : ,
Provider Country : United States :
Provider Continent : North America :
Visitor Recorder : Version :
Visitor Recorder : Library :
Online Linux Manual Page : Version : Online Linux Manual Page - Fedora.40 - march=x86-64 - mtune=generic - 24.12.29
Online Linux Manual Page : Library : lib_c - 24.10.03 - march=x86-64 - mtune=generic - Fedora.40
Online Linux Manual Page : Library : lib_m - 24.10.03 - march=x86-64 - mtune=generic - Fedora.40
Data Base : Version : Online Linux Manual Page Database - 24.04.13 - march=x86-64 - mtune=generic - fedora-38
Data Base : Library : lib_c - 23.02.07 - march=x86-64 - mtune=generic - fedora.36
Very long time ago, I have the best tutor, Wenzel Svojanovsky . If someone knows the email address of Wenzel Svojanovsky , please send an email to johanes_gumabo@yahoo.co.id .
If error, please print screen and send to johanes_gumabo@yahoo.co.id
Under development. Support me via PayPal.
ERROR : Need New Coding : (rof_escape_sequence|91|SoGLRenderAction.3iv|7/8|\f7 |. ds Cr \f7
) (rof_escape_sequence|91|SoGLRenderAction.3iv|9|\f8 |. ds Cb \f8
) (rof_escape_sequence|91|SoGLRenderAction.3iv|18|\f7#include ══a─══SoGLRenderAction.h══─⧽─════─<─══Inventor/actions/SoGLRenderAction.h══─>─════─a══ |¶\*(Cr#include
) (rof_escape_sequence|91|SoGLRenderAction.3iv|24|\f7typedef AbortCode |.ds Pt \*(Crtypedef AbortCode
) (parse_manual_page_|252|SoGLRenderAction.3iv|31/32|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoGLRenderAction.3iv|31/32|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoGLRenderAction.3iv|33/34|\f7typedef AbortCode \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoGLRenderAction.3iv|33/34|\f7typedef AbortCode \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoGLRenderAction.3iv|35|\f8SoGLRenderAbortCB\*(Cr(void *userData) |\*(CbSoGLRenderAbortCB\*(Cr(void *userData)
) (rof_escape_sequence|91|SoGLRenderAction.3iv|40|\f7typedef void |.ds Pt \*(Crtypedef void
) (parse_manual_page_|252|SoGLRenderAction.3iv|47/48|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoGLRenderAction.3iv|47/48|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoGLRenderAction.3iv|49/50|\f7typedef void \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoGLRenderAction.3iv|49/50|\f7typedef void \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoGLRenderAction.3iv|51|\f8SoGLRenderPassCB\*(Cr(void *userData) |\*(CbSoGLRenderPassCB\*(Cr(void *userData)
) (rof_escape_sequence|91|SoGLRenderAction.3iv|54|\f7enum \*(CbTransparencyType\*(Cr { |\*(Crenum \*(CbTransparencyType\*(Cr {
) (rof_escape_sequence|91|SoGLRenderAction.3iv|60|\f8SoGLRenderAction::SCREEN_DOOR\f1 |.ds Pt \*(CbSoGLRenderAction::SCREEN_DOOR\f1
) (parse_manual_page_|252|SoGLRenderAction.3iv|67/68|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoGLRenderAction.3iv|67/68|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoGLRenderAction.3iv|69/70|\f8SoGLRenderAction::SCREEN_DOOR\f1 \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoGLRenderAction.3iv|69/70|\f8SoGLRenderAction::SCREEN_DOOR\f1 \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoGLRenderAction.3iv|76|\f8SoGLRenderAction::ADD\f1 |.ds Pt \*(CbSoGLRenderAction::ADD\f1
) (parse_manual_page_|252|SoGLRenderAction.3iv|83/84|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoGLRenderAction.3iv|83/84|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoGLRenderAction.3iv|85/86|\f8SoGLRenderAction::ADD\f1 \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoGLRenderAction.3iv|85/86|\f8SoGLRenderAction::ADD\f1 \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoGLRenderAction.3iv|92|\f8SoGLRenderAction::DELAYED_ADD\f1 |.ds Pt \*(CbSoGLRenderAction::DELAYED_ADD\f1
) (parse_manual_page_|252|SoGLRenderAction.3iv|99/100|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoGLRenderAction.3iv|99/100|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoGLRenderAction.3iv|101/102|\f8SoGLRenderAction::DELAYED_ADD\f1 \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoGLRenderAction.3iv|101/102|\f8SoGLRenderAction::DELAYED_ADD\f1 \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoGLRenderAction.3iv|108|\f8SoGLRenderAction::SORTED_OBJECT_ADD\f1 |.ds Pt \*(CbSoGLRenderAction::SORTED_OBJECT_ADD\f1
) (parse_manual_page_|252|SoGLRenderAction.3iv|115/116|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoGLRenderAction.3iv|115/116|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoGLRenderAction.3iv|117/118|\f8SoGLRenderAction::SORTED_OBJECT_ADD\f1 \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoGLRenderAction.3iv|117/118|\f8SoGLRenderAction::SORTED_OBJECT_ADD\f1 \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoGLRenderAction.3iv|124|\f8SoGLRenderAction::BLEND\f1 |.ds Pt \*(CbSoGLRenderAction::BLEND\f1
) (parse_manual_page_|252|SoGLRenderAction.3iv|131/132|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoGLRenderAction.3iv|131/132|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoGLRenderAction.3iv|133/134|\f8SoGLRenderAction::BLEND\f1 \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoGLRenderAction.3iv|133/134|\f8SoGLRenderAction::BLEND\f1 \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoGLRenderAction.3iv|140|\f8SoGLRenderAction::DELAYED_BLEND\f1 |.ds Pt \*(CbSoGLRenderAction::DELAYED_BLEND\f1
) (parse_manual_page_|252|SoGLRenderAction.3iv|147/148|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoGLRenderAction.3iv|147/148|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoGLRenderAction.3iv|149/150|\f8SoGLRenderAction::DELAYED_BLEND\f1 \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoGLRenderAction.3iv|149/150|\f8SoGLRenderAction::DELAYED_BLEND\f1 \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoGLRenderAction.3iv|156|\f8SoGLRenderAction::SORTED_OBJECT_BLEND\f1 |.ds Pt \*(CbSoGLRenderAction::SORTED_OBJECT_BLEND\f1
) (parse_manual_page_|252|SoGLRenderAction.3iv|163/164|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoGLRenderAction.3iv|163/164|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoGLRenderAction.3iv|165/166|\f8SoGLRenderAction::SORTED_OBJECT_BLEND\f1 \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoGLRenderAction.3iv|165/166|\f8SoGLRenderAction::SORTED_OBJECT_BLEND\f1 \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoGLRenderAction.3iv|170|\f7} |\*(Cr}
) (rof_escape_sequence|91|SoGLRenderAction.3iv|173|\f7enum \*(CbAbortCode\*(Cr { |\*(Crenum \*(CbAbortCode\*(Cr {
) (rof_escape_sequence|91|SoGLRenderAction.3iv|179|\f8SoGLRenderAction::CONTINUE\f1 |.ds Pt \*(CbSoGLRenderAction::CONTINUE\f1
) (parse_manual_page_|252|SoGLRenderAction.3iv|186/187|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoGLRenderAction.3iv|186/187|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoGLRenderAction.3iv|188/189|\f8SoGLRenderAction::CONTINUE\f1 \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoGLRenderAction.3iv|188/189|\f8SoGLRenderAction::CONTINUE\f1 \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoGLRenderAction.3iv|195|\f8SoGLRenderAction::ABORT\f1 |.ds Pt \*(CbSoGLRenderAction::ABORT\f1
) (parse_manual_page_|252|SoGLRenderAction.3iv|202/203|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoGLRenderAction.3iv|202/203|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoGLRenderAction.3iv|204/205|\f8SoGLRenderAction::ABORT\f1 \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoGLRenderAction.3iv|204/205|\f8SoGLRenderAction::ABORT\f1 \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoGLRenderAction.3iv|211|\f8SoGLRenderAction::PRUNE\f1 |.ds Pt \*(CbSoGLRenderAction::PRUNE\f1
) (parse_manual_page_|252|SoGLRenderAction.3iv|218/219|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoGLRenderAction.3iv|218/219|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoGLRenderAction.3iv|220/221|\f8SoGLRenderAction::PRUNE\f1 \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoGLRenderAction.3iv|220/221|\f8SoGLRenderAction::PRUNE\f1 \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoGLRenderAction.3iv|227|\f8SoGLRenderAction::DELAY\f1 |.ds Pt \*(CbSoGLRenderAction::DELAY\f1
) (parse_manual_page_|252|SoGLRenderAction.3iv|234/235|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoGLRenderAction.3iv|234/235|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoGLRenderAction.3iv|236/237|\f8SoGLRenderAction::DELAY\f1 \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoGLRenderAction.3iv|236/237|\f8SoGLRenderAction::DELAY\f1 \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoGLRenderAction.3iv|241|\f7} |\*(Cr}
) (rof_escape_sequence|91|SoGLRenderAction.3iv|251|\f7 |.ds Pt \*(Cr
) (parse_manual_page_|252|SoGLRenderAction.3iv|258/259|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoGLRenderAction.3iv|258/259|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoGLRenderAction.3iv|260/261|\f7 \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoGLRenderAction.3iv|260/261|\f7 \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoGLRenderAction.3iv|262|\f8SoGLRenderAction\*(Cr(const SbViewportRegion &viewportRegion) |\*(CbSoGLRenderAction\*(Cr(const SbViewportRegion &viewportRegion)
) (rof_escape_sequence|91|SoGLRenderAction.3iv|267|\f7void |.ds Pt \*(Crvoid
) (parse_manual_page_|252|SoGLRenderAction.3iv|274/275|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoGLRenderAction.3iv|274/275|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoGLRenderAction.3iv|276/277|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoGLRenderAction.3iv|276/277|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoGLRenderAction.3iv|278|\f8setViewportRegion\*(Cr(const SbViewportRegion &newRegion) |\*(CbsetViewportRegion\*(Cr(const SbViewportRegion &newRegion)
) (rof_escape_sequence|91|SoGLRenderAction.3iv|283|\f7const SbViewportRegion & |.ds Pt \*(Crconst SbViewportRegion &
) (parse_manual_page_|252|SoGLRenderAction.3iv|290/291|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoGLRenderAction.3iv|290/291|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoGLRenderAction.3iv|292/293|\f7const SbViewportRegion & \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoGLRenderAction.3iv|292/293|\f7const SbViewportRegion & \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoGLRenderAction.3iv|294|\f8getViewportRegion\*(Cr() const |\*(CbgetViewportRegion\*(Cr() const
) (rof_escape_sequence|91|SoGLRenderAction.3iv|299|\f7void |.ds Pt \*(Crvoid
) (parse_manual_page_|252|SoGLRenderAction.3iv|306/307|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoGLRenderAction.3iv|306/307|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoGLRenderAction.3iv|308/309|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoGLRenderAction.3iv|308/309|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoGLRenderAction.3iv|310|\f8setUpdateArea\*(Cr(const SbVec2f &origin, const SbVec2f &size) |\*(CbsetUpdateArea\*(Cr(const SbVec2f &origin, const SbVec2f &size)
) (rof_escape_sequence|91|SoGLRenderAction.3iv|315|\f7void |.ds Pt \*(Crvoid
) (parse_manual_page_|252|SoGLRenderAction.3iv|322/323|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoGLRenderAction.3iv|322/323|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoGLRenderAction.3iv|324/325|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoGLRenderAction.3iv|324/325|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoGLRenderAction.3iv|326|\f8getUpdateArea\*(Cr(SbVec2f &origin, SbVec2f &size) const |\*(CbgetUpdateArea\*(Cr(SbVec2f &origin, SbVec2f &size) const
) (rof_escape_sequence|91|SoGLRenderAction.3iv|331|\f7void |.ds Pt \*(Crvoid
) (parse_manual_page_|252|SoGLRenderAction.3iv|338/339|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoGLRenderAction.3iv|338/339|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoGLRenderAction.3iv|340/341|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoGLRenderAction.3iv|340/341|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoGLRenderAction.3iv|342|\f8setAbortCallback\*(Cr(SoGLRenderAbortCB *func, void *userData) |\*(CbsetAbortCallback\*(Cr(SoGLRenderAbortCB *func, void *userData)
) (rof_escape_sequence|91|SoGLRenderAction.3iv|347|\f7void |.ds Pt \*(Crvoid
) (parse_manual_page_|252|SoGLRenderAction.3iv|354/355|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoGLRenderAction.3iv|354/355|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoGLRenderAction.3iv|356/357|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoGLRenderAction.3iv|356/357|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoGLRenderAction.3iv|358|\f8setTransparencyType\*(Cr(TransparencyType type) |\*(CbsetTransparencyType\*(Cr(TransparencyType type)
) (rof_escape_sequence|91|SoGLRenderAction.3iv|363|\f7TransparencyType |.ds Pt \*(CrTransparencyType
) (parse_manual_page_|252|SoGLRenderAction.3iv|370/371|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoGLRenderAction.3iv|370/371|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoGLRenderAction.3iv|372/373|\f7TransparencyType \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoGLRenderAction.3iv|372/373|\f7TransparencyType \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoGLRenderAction.3iv|374|\f8getTransparencyType\*(Cr() const |\*(CbgetTransparencyType\*(Cr() const
) (rof_escape_sequence|91|SoGLRenderAction.3iv|379|\f7void |.ds Pt \*(Crvoid
) (parse_manual_page_|252|SoGLRenderAction.3iv|386/387|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoGLRenderAction.3iv|386/387|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoGLRenderAction.3iv|388/389|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoGLRenderAction.3iv|388/389|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoGLRenderAction.3iv|390|\f8setSmoothing\*(Cr(SbBool smooth) |\*(CbsetSmoothing\*(Cr(SbBool smooth)
) (rof_escape_sequence|91|SoGLRenderAction.3iv|395|\f7SbBool |.ds Pt \*(CrSbBool
) (parse_manual_page_|252|SoGLRenderAction.3iv|402/403|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoGLRenderAction.3iv|402/403|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoGLRenderAction.3iv|404/405|\f7SbBool \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoGLRenderAction.3iv|404/405|\f7SbBool \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoGLRenderAction.3iv|406|\f8isSmoothing\*(Cr() const |\*(CbisSmoothing\*(Cr() const
) (rof_escape_sequence|91|SoGLRenderAction.3iv|411|\f7void |.ds Pt \*(Crvoid
) (parse_manual_page_|252|SoGLRenderAction.3iv|418/419|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoGLRenderAction.3iv|418/419|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoGLRenderAction.3iv|420/421|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoGLRenderAction.3iv|420/421|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoGLRenderAction.3iv|422|\f8setNumPasses\*(Cr(int num) |\*(CbsetNumPasses\*(Cr(int num)
) (rof_escape_sequence|91|SoGLRenderAction.3iv|427|\f7int |.ds Pt \*(Crint
) (parse_manual_page_|252|SoGLRenderAction.3iv|434/435|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoGLRenderAction.3iv|434/435|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoGLRenderAction.3iv|436/437|\f7int \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoGLRenderAction.3iv|436/437|\f7int \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoGLRenderAction.3iv|438|\f8getNumPasses\*(Cr() const |\*(CbgetNumPasses\*(Cr() const
) (rof_escape_sequence|91|SoGLRenderAction.3iv|443|\f7void |.ds Pt \*(Crvoid
) (parse_manual_page_|252|SoGLRenderAction.3iv|450/451|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoGLRenderAction.3iv|450/451|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoGLRenderAction.3iv|452/453|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoGLRenderAction.3iv|452/453|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoGLRenderAction.3iv|454|\f8setPassUpdate\*(Cr(SbBool flag) |\*(CbsetPassUpdate\*(Cr(SbBool flag)
) (rof_escape_sequence|91|SoGLRenderAction.3iv|459|\f7SbBool |.ds Pt \*(CrSbBool
) (parse_manual_page_|252|SoGLRenderAction.3iv|466/467|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoGLRenderAction.3iv|466/467|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoGLRenderAction.3iv|468/469|\f7SbBool \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoGLRenderAction.3iv|468/469|\f7SbBool \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoGLRenderAction.3iv|470|\f8isPassUpdate\*(Cr() const |\*(CbisPassUpdate\*(Cr() const
) (rof_escape_sequence|91|SoGLRenderAction.3iv|475|\f7void |.ds Pt \*(Crvoid
) (parse_manual_page_|252|SoGLRenderAction.3iv|482/483|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoGLRenderAction.3iv|482/483|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoGLRenderAction.3iv|484/485|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoGLRenderAction.3iv|484/485|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoGLRenderAction.3iv|486|\f8setPassCallback\*(Cr(SoGLRenderPassCB *func, void *userData) |\*(CbsetPassCallback\*(Cr(SoGLRenderPassCB *func, void *userData)
) (rof_escape_sequence|91|SoGLRenderAction.3iv|491|\f7void |.ds Pt \*(Crvoid
) (parse_manual_page_|252|SoGLRenderAction.3iv|498/499|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoGLRenderAction.3iv|498/499|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoGLRenderAction.3iv|500/501|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoGLRenderAction.3iv|500/501|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoGLRenderAction.3iv|502|\f8setCacheContext\*(Cr(uint32_t context) |\*(CbsetCacheContext\*(Cr(uint32_t context)
) (rof_escape_sequence|91|SoGLRenderAction.3iv|507|\f7uint32_t |.ds Pt \*(Cruint32_t
) (parse_manual_page_|252|SoGLRenderAction.3iv|514/515|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoGLRenderAction.3iv|514/515|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoGLRenderAction.3iv|516/517|\f7uint32_t \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoGLRenderAction.3iv|516/517|\f7uint32_t \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoGLRenderAction.3iv|518|\f8getCacheContext\*(Cr() const |\*(CbgetCacheContext\*(Cr() const
) (rof_escape_sequence|91|SoGLRenderAction.3iv|528|\f7virtual void |.ds Pt \*(Crvirtual void
) (parse_manual_page_|252|SoGLRenderAction.3iv|535/536|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoGLRenderAction.3iv|535/536|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoGLRenderAction.3iv|537/538|\f7virtual void \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoGLRenderAction.3iv|537/538|\f7virtual void \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoGLRenderAction.3iv|539|\f8apply\*(Cr(SoNode *node) |\*(Cbapply\*(Cr(SoNode *node)
) (rof_escape_sequence|91|SoGLRenderAction.3iv|544|\f7virtual void |.ds Pt \*(Crvirtual void
) (parse_manual_page_|252|SoGLRenderAction.3iv|551/552|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoGLRenderAction.3iv|551/552|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoGLRenderAction.3iv|553/554|\f7virtual void \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoGLRenderAction.3iv|553/554|\f7virtual void \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoGLRenderAction.3iv|555|\f8apply\*(Cr(SoPath *path) |\*(Cbapply\*(Cr(SoPath *path)
) (rof_escape_sequence|91|SoGLRenderAction.3iv|560|\f7virtual void |.ds Pt \*(Crvirtual void
) (parse_manual_page_|252|SoGLRenderAction.3iv|567/568|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoGLRenderAction.3iv|567/568|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoGLRenderAction.3iv|569/570|\f7virtual void \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoGLRenderAction.3iv|569/570|\f7virtual void \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoGLRenderAction.3iv|571|\f8apply\*(Cr(const SoPathList &pathList, SbBool obeysRules = FALSE) |\*(Cbapply\*(Cr(const SoPathList &pathList, SbBool obeysRules = FALSE)
) (rof_escape_sequence|91|SoGLRenderAction.3iv|576|\f7static SoType |.ds Pt \*(Crstatic SoType
) (parse_manual_page_|252|SoGLRenderAction.3iv|583/584|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoGLRenderAction.3iv|583/584|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoGLRenderAction.3iv|585/586|\f7static SoType \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoGLRenderAction.3iv|585/586|\f7static SoType \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoGLRenderAction.3iv|587|\f8getClassTypeId\*(Cr() |\*(CbgetClassTypeId\*(Cr()
) (rof_escape_sequence|91|SoGLRenderAction.3iv|592|\f7virtual SoType |.ds Pt \*(Crvirtual SoType
) (parse_manual_page_|252|SoGLRenderAction.3iv|599/600|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoGLRenderAction.3iv|599/600|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoGLRenderAction.3iv|601/602|\f7virtual SoType \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoGLRenderAction.3iv|601/602|\f7virtual SoType \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoGLRenderAction.3iv|603|\f8getTypeId\*(Cr() |\*(CbgetTypeId\*(Cr()
) (rof_escape_sequence|91|SoGLRenderAction.3iv|608|\f7virtual SbBool |.ds Pt \*(Crvirtual SbBool
) (parse_manual_page_|252|SoGLRenderAction.3iv|615/616|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoGLRenderAction.3iv|615/616|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoGLRenderAction.3iv|617/618|\f7virtual SbBool \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoGLRenderAction.3iv|617/618|\f7virtual SbBool \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoGLRenderAction.3iv|619|\f8isOfType\*(Cr(SoType type) |\*(CbisOfType\*(Cr(SoType type)
) (rof_escape_sequence|91|SoGLRenderAction.3iv|624|\f7virtual void |.ds Pt \*(Crvirtual void
) (parse_manual_page_|252|SoGLRenderAction.3iv|631/632|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoGLRenderAction.3iv|631/632|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoGLRenderAction.3iv|633/634|\f7virtual void \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoGLRenderAction.3iv|633/634|\f7virtual void \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoGLRenderAction.3iv|635|\f8invalidateState\*(Cr() |\*(CbinvalidateState\*(Cr()
) (rof_escape_sequence|91|SoGLRenderAction.3iv|638|\f8SoXtRenderArea\f1 class or any of its |This class traverses a scene graph and renders it using the OpenGL graphics library. It assumes that a valid window has been created and initialized for proper OpenGL rendering. The \*(CbSoXtRenderArea\f1 class or any of its
) (rof_escape_sequence|91|SoGLRenderAction.3iv|645|\f7 |.ds Pt \*(Cr
) (parse_manual_page_|252|SoGLRenderAction.3iv|652/653|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoGLRenderAction.3iv|652/653|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoGLRenderAction.3iv|654/655|\f7 \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoGLRenderAction.3iv|654/655|\f7 \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoGLRenderAction.3iv|656|\f8SoGLRenderAction\*(Cr(const SbViewportRegion &viewportRegion) |\*(CbSoGLRenderAction\*(Cr(const SbViewportRegion &viewportRegion)
) (rof_escape_sequence|91|SoGLRenderAction.3iv|665|\f7void |.ds Pt \*(Crvoid
) (parse_manual_page_|252|SoGLRenderAction.3iv|672/673|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoGLRenderAction.3iv|672/673|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoGLRenderAction.3iv|674/675|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoGLRenderAction.3iv|674/675|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoGLRenderAction.3iv|676|\f8setViewportRegion\*(Cr(const SbViewportRegion &newRegion) |\*(CbsetViewportRegion\*(Cr(const SbViewportRegion &newRegion)
) (rof_escape_sequence|91|SoGLRenderAction.3iv|681|\f7const SbViewportRegion & |.ds Pt \*(Crconst SbViewportRegion &
) (parse_manual_page_|252|SoGLRenderAction.3iv|688/689|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoGLRenderAction.3iv|688/689|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoGLRenderAction.3iv|690/691|\f7const SbViewportRegion & \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoGLRenderAction.3iv|690/691|\f7const SbViewportRegion & \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoGLRenderAction.3iv|692|\f8getViewportRegion\*(Cr() const |\*(CbgetViewportRegion\*(Cr() const
) (rof_escape_sequence|91|SoGLRenderAction.3iv|701|\f7void |.ds Pt \*(Crvoid
) (parse_manual_page_|252|SoGLRenderAction.3iv|708/709|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoGLRenderAction.3iv|708/709|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoGLRenderAction.3iv|710/711|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoGLRenderAction.3iv|710/711|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoGLRenderAction.3iv|712|\f8setUpdateArea\*(Cr(const SbVec2f &origin, const SbVec2f &size) |\*(CbsetUpdateArea\*(Cr(const SbVec2f &origin, const SbVec2f &size)
) (rof_escape_sequence|91|SoGLRenderAction.3iv|717|\f7void |.ds Pt \*(Crvoid
) (parse_manual_page_|252|SoGLRenderAction.3iv|724/725|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoGLRenderAction.3iv|724/725|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoGLRenderAction.3iv|726/727|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoGLRenderAction.3iv|726/727|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoGLRenderAction.3iv|728|\f8getUpdateArea\*(Cr(SbVec2f &origin, SbVec2f &size) const |\*(CbgetUpdateArea\*(Cr(SbVec2f &origin, SbVec2f &size) const
) (rof_escape_sequence|91|SoGLRenderAction.3iv|739|\f7void |.ds Pt \*(Crvoid
) (parse_manual_page_|252|SoGLRenderAction.3iv|746/747|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoGLRenderAction.3iv|746/747|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoGLRenderAction.3iv|748/749|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoGLRenderAction.3iv|748/749|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoGLRenderAction.3iv|750|\f8setAbortCallback\*(Cr(SoGLRenderAbortCB *func, void *userData) |\*(CbsetAbortCallback\*(Cr(SoGLRenderAbortCB *func, void *userData)
) (rof_escape_sequence|91|SoGLRenderAction.3iv|761|\f7void |.ds Pt \*(Crvoid
) (parse_manual_page_|252|SoGLRenderAction.3iv|768/769|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoGLRenderAction.3iv|768/769|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoGLRenderAction.3iv|770/771|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoGLRenderAction.3iv|770/771|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoGLRenderAction.3iv|772|\f8setTransparencyType\*(Cr(TransparencyType type) |\*(CbsetTransparencyType\*(Cr(TransparencyType type)
) (rof_escape_sequence|91|SoGLRenderAction.3iv|777|\f7TransparencyType |.ds Pt \*(CrTransparencyType
) (parse_manual_page_|252|SoGLRenderAction.3iv|784/785|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoGLRenderAction.3iv|784/785|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoGLRenderAction.3iv|786/787|\f7TransparencyType \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoGLRenderAction.3iv|786/787|\f7TransparencyType \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoGLRenderAction.3iv|788|\f8getTransparencyType\*(Cr() const |\*(CbgetTransparencyType\*(Cr() const
) (rof_escape_sequence|91|SoGLRenderAction.3iv|798|\f7void |.ds Pt \*(Crvoid
) (parse_manual_page_|252|SoGLRenderAction.3iv|805/806|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoGLRenderAction.3iv|805/806|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoGLRenderAction.3iv|807/808|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoGLRenderAction.3iv|807/808|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoGLRenderAction.3iv|809|\f8setSmoothing\*(Cr(SbBool smooth) |\*(CbsetSmoothing\*(Cr(SbBool smooth)
) (rof_escape_sequence|91|SoGLRenderAction.3iv|814|\f7SbBool |.ds Pt \*(CrSbBool
) (parse_manual_page_|252|SoGLRenderAction.3iv|821/822|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoGLRenderAction.3iv|821/822|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoGLRenderAction.3iv|823/824|\f7SbBool \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoGLRenderAction.3iv|823/824|\f7SbBool \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoGLRenderAction.3iv|825|\f8isSmoothing\*(Cr() const |\*(CbisSmoothing\*(Cr() const
) (rof_escape_sequence|91|SoGLRenderAction.3iv|834|\f7void |.ds Pt \*(Crvoid
) (parse_manual_page_|252|SoGLRenderAction.3iv|841/842|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoGLRenderAction.3iv|841/842|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoGLRenderAction.3iv|843/844|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoGLRenderAction.3iv|843/844|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoGLRenderAction.3iv|845|\f8setNumPasses\*(Cr(int num) |\*(CbsetNumPasses\*(Cr(int num)
) (rof_escape_sequence|91|SoGLRenderAction.3iv|850|\f7int |.ds Pt \*(Crint
) (parse_manual_page_|252|SoGLRenderAction.3iv|857/858|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoGLRenderAction.3iv|857/858|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoGLRenderAction.3iv|859/860|\f7int \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoGLRenderAction.3iv|859/860|\f7int \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoGLRenderAction.3iv|861|\f8getNumPasses\*(Cr() const |\*(CbgetNumPasses\*(Cr() const
) (rof_escape_sequence|91|SoGLRenderAction.3iv|871|\f7void |.ds Pt \*(Crvoid
) (parse_manual_page_|252|SoGLRenderAction.3iv|878/879|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoGLRenderAction.3iv|878/879|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoGLRenderAction.3iv|880/881|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoGLRenderAction.3iv|880/881|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoGLRenderAction.3iv|882|\f8setPassUpdate\*(Cr(SbBool flag) |\*(CbsetPassUpdate\*(Cr(SbBool flag)
) (rof_escape_sequence|91|SoGLRenderAction.3iv|887|\f7SbBool |.ds Pt \*(CrSbBool
) (parse_manual_page_|252|SoGLRenderAction.3iv|894/895|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoGLRenderAction.3iv|894/895|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoGLRenderAction.3iv|896/897|\f7SbBool \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoGLRenderAction.3iv|896/897|\f7SbBool \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoGLRenderAction.3iv|898|\f8isPassUpdate\*(Cr() const |\*(CbisPassUpdate\*(Cr() const
) (rof_escape_sequence|91|SoGLRenderAction.3iv|907|\f7void |.ds Pt \*(Crvoid
) (parse_manual_page_|252|SoGLRenderAction.3iv|914/915|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoGLRenderAction.3iv|914/915|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoGLRenderAction.3iv|916/917|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoGLRenderAction.3iv|916/917|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoGLRenderAction.3iv|918|\f8setPassCallback\*(Cr(SoGLRenderPassCB *func, void *userData) |\*(CbsetPassCallback\*(Cr(SoGLRenderPassCB *func, void *userData)
) (rof_escape_sequence|91|SoGLRenderAction.3iv|927|\f7void |.ds Pt \*(Crvoid
) (parse_manual_page_|252|SoGLRenderAction.3iv|934/935|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoGLRenderAction.3iv|934/935|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoGLRenderAction.3iv|936/937|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoGLRenderAction.3iv|936/937|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoGLRenderAction.3iv|938|\f8setCacheContext\*(Cr(uint32_t context) |\*(CbsetCacheContext\*(Cr(uint32_t context)
) (rof_escape_sequence|91|SoGLRenderAction.3iv|943|\f7uint32_t |.ds Pt \*(Cruint32_t
) (parse_manual_page_|252|SoGLRenderAction.3iv|950/951|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoGLRenderAction.3iv|950/951|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoGLRenderAction.3iv|952/953|\f7uint32_t \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoGLRenderAction.3iv|952/953|\f7uint32_t \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoGLRenderAction.3iv|954|\f8getCacheContext\*(Cr() const |\*(CbgetCacheContext\*(Cr() const
) (rof_escape_sequence|91|SoGLRenderAction.3iv|962|\f8SoSeparator, SoXtRenderArea |\*(CbSoSeparator, SoXtRenderArea
)