Click or drag to resize
SoLineHighlightRenderAction Methods

The SoLineHighlightRenderAction type exposes the following members.

Methods
  NameDescription
Public methodAbortNow
(Inherited from SoGLRenderAction.)
Public methodApply(SoNode)

This renders the passed scene graph, and also renders each selected object in wireframe, as specified by the first SoSelection node found in the scene graph.

(Overrides SoActionApply(SoNode).)
Public methodApply(SoPath) Obsolete.

Obsoletesince Open Inventor 9810 No longer used.

(Overrides SoActionApply(SoPath).)
Public methodApply(SoPathList) Obsolete.
Calls Apply(pathList, false).
Public methodApply(SoPathList, Boolean) Obsolete.

Obsoletesince Open Inventor 9810 No longer used.

(Overrides SoActionApply(SoPathList, Boolean).)
Public methodClearApplyResult Obsolete.

Obsoletesince Open Inventor 9810 No longer used.

(Overrides SoActionClearApplyResult.)
Public methodEnableDepthPeeling3D

Use 3D texturing instead of 2D for the fixed functionality emulation in depth peeling.

(Inherited from SoGLRenderAction.)
Public methodStatic memberEnableElement
Public methodEnableElements

(Overrides SoGLRenderActionEnableElements.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodForwardTraversal

Traverse a node that is not part of the current scenegraph.

(Inherited from SoAction.)
Public methodGetCacheContext

Returns the OpenGL cache context id for this action.

(Inherited from SoGLRenderAction.)
Public methodGetColor

Gets the color of the highlight.

Public methodGetContinueActionInBranchFlag

This function indicates if the action must stop in the current branch.

(Inherited from SoAction.)
Public methodGetCurPass
(Inherited from SoGLRenderAction.)
Public methodGetCurPath
(Inherited from SoAction.)
Public methodGetDecimationPercentage

Gets decimation percentage, the value should be a number between 0.0 and 1.0.

(Inherited from SoGLRenderAction.)
Public methodGetDecimationType

Gets decimation type.

(Inherited from SoGLRenderAction.)
Public methodGetDelayedObjDepthWrite

Returns whether delayed transparent objects update the depth buffer.

(Inherited from SoGLRenderAction.)
Public methodGetDepthPeelingPass

Get the current pass of depth peeling, -1 if not doing depth peeling.

(Inherited from SoGLRenderAction.)
Public methodGetFastEditSavePolicy

Returns fast editing save policy used when rendering.

(Inherited from SoGLRenderAction.)
Public methodGetFrameCounter

Returns the current frame counter.

(Inherited from SoGLRenderAction.)
Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodGetInvalidateCacheMode

Returns the current cache invalidation mode.

(Inherited from SoGLRenderAction.)
Public methodGetLinePattern

Gets the line pattern of the highlight.

Public methodGetLineWidth

Gets the line width of the highlight.

Public methodGetLogicalViewportRegion

Returns current logical viewport region.

(Inherited from SoGLRenderAction.)
Public methodGetNodeAppliedTo
(Inherited from SoAction.)
Public methodGetNumPasses

Gets number of rendering passes for multipass rendering.

(Inherited from SoGLRenderAction.)
Public methodGetOriginalPathListAppliedTo
(Inherited from SoAction.)
Public methodGetPathAppliedTo
(Inherited from SoAction.)
Public methodGetPathCode(SbNativeArrayInt32)

Returns path code based on where current node (the node at the end of the current path) lies with respect to the path(s) the action is being applied to.

(Inherited from SoAction.)
Public methodGetPathCode(SbNativeInt32Array) Obsolete.

Returns path code based on where current node (the node at the end of the current path) lies with respect to the path(s) the action is being applied to.

(Inherited from SoAction.)
Public methodGetPathListAppliedTo
(Inherited from SoAction.)
Public methodGetPipeId

Gets pipe identifier in the range [1..N] associated to this render action while running a ScaleViz Multipipe configuration.

(Inherited from SoAction.)
Public methodGetPointSize

Gets the point size of the highlight.

Public methodGetRenderingIsRemote

Returns true if remote rendering is being done.

(Inherited from SoGLRenderAction.)
Public methodGetSceneManager

Return the SoSceneManager associated with this action.

(Inherited from SoAction.)
Public methodGetSortedLayersNumPasses

Returns the number of rendering passes used when transparency type is SORTED_PIXELS_BLEND.

(Inherited from SoGLRenderAction.)
Public methodGetSortedTrianglesNumCaches

Returns the maximum number of caches allowed for the sorted triangles transparency types.

(Inherited from SoGLRenderAction.)
Public methodGetSortedTrianglesSortFrequency

Returns the sort frequency used for the SORTED_TRIANGLES_XXX and SORTED_OBJECT_TRIANGLES_XXX transparency types.

(Inherited from SoGLRenderAction.)
Public methodGetState
(Inherited from SoAction.)
Public methodGetTransparencyType

Returns transparency quality level to use when rendering.

(Inherited from SoGLRenderAction.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetUpdateArea

Returns the current update area.

(Inherited from SoGLRenderAction.)
Public methodGetViewportRegion

Returns viewport region to use for rendering.

(Inherited from SoGLRenderAction.)
Public methodGetWhatAppliedTo
(Inherited from SoAction.)
Public methodHandleTransparency
Calls HandleTransparency(false, false).
(Inherited from SoGLRenderAction.)
Public methodHandleTransparency(Boolean)
Calls HandleTransparency(isTransparent, false).
(Inherited from SoGLRenderAction.)
Public methodHandleTransparency(Boolean, Boolean)
(Inherited from SoGLRenderAction.)
Public methodHasTerminated
(Inherited from SoAction.)
Public methodInvalidateState

Invalidate the state, forcing it to be recreated at the next apply.

(Inherited from SoGLRenderAction.)
Public methodIsAlphaTest

Returns whether the OpenGL alpha test is enabled for rendering.

(Inherited from SoGLRenderAction.)
Public methodIsBeingApplied

Returns true if this action is currently being applied.

(Inherited from SoAction.)
Public methodIsDoingDepthPeeling

Return true if depth peeling is active.

(Inherited from SoGLRenderAction.)
Public methodIsLastPathListAppliedTo
(Inherited from SoAction.)
Public methodIsPassUpdate

Returns a flag indicating whether intermediate results are displayed after each antialiasing pass for progressive improvement.

(Inherited from SoGLRenderAction.)
Public methodIsSmoothing

Returns smoothing flag.

(Inherited from SoGLRenderAction.)
Public methodIsUsingAlternateRep

Returns true if current action is using alternate representations.

(Inherited from SoAction.)
Public methodIsVisible

Returns whether highlights will be rendered or not.

Public methodPostDelayedTraversal

Method called by SoMultiPassManager after delayed pass traversals.

(Inherited from SoGLRenderAction.)
Public methodPreDelayedTraversal

Method called by SoMultiPassManager before delayed pass traversals.

(Inherited from SoGLRenderAction.)
Public methodResetContinueActionInBranchFlag

This function resets the continue action flag.

(Inherited from SoAction.)
Public methodResetFrameCounter
Calls ResetFrameCounter(System.UInt32(0)).
(Inherited from SoGLRenderAction.)
Public methodResetFrameCounter(UInt32)

Reset the frame counter.

(Inherited from SoGLRenderAction.)
Public methodSetAbortCallback(SoGLRenderActionAbortCB) Obsolete.
Use AbortCallback property instead. Sets delegate 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 delegate methodh should return one of the AbortCode codes to indicate whether traversal should continue. Use of the various codes in a delegate can allow applications to modify Open Inventor's default order of rendering objects in a scene graph.
(Inherited from SoGLRenderAction.)
Public methodSetAbortCallback(SoGLRenderActionAbortUserDataCB, Object) Obsolete.
Use AbortCallback property instead.
(Inherited from SoGLRenderAction.)
Public methodSetAlphaTest

Enable or disable the OpenGL alpha test for rendering.

(Inherited from SoGLRenderAction.)
Public methodSetCacheContext

Sets the OpenGL cache context.

(Inherited from SoGLRenderAction.)
Public methodSetColor

Sets the color of the highlight.

Public methodSetDecimationValue(SoDecimationTypeElementTypes)
Calls SetDecimationValue(type, 1.0).
(Inherited from SoGLRenderAction.)
Public methodSetDecimationValue(SoDecimationTypeElementTypes, Single)

Sets decimation percentage, the value should be a number between 0.0 and 1.0 Useful for reducing the number of triangles rendered in the scene.

(Inherited from SoGLRenderAction.)
Public methodSetDelayedObjDepthWrite

Control whether delayed transparent objects update the depth buffer.

(Inherited from SoGLRenderAction.)
Public methodSetFastEditSavePolicy(SoGLRenderActionFastEditSavePolicies)
Calls SetFastEditSavePolicy(policy, false).
(Inherited from SoGLRenderAction.)
Public methodSetFastEditSavePolicy(SoGLRenderActionFastEditSavePolicies, Boolean)

Sets fast editing save policy to use when rendering.

(Inherited from SoGLRenderAction.)
Public methodSetInvalidateCacheMode

Enables or disables the invalidation of render caches.

(Inherited from SoGLRenderAction.)
Public methodSetLinePattern

Sets the line pattern of the highlight.

Public methodSetLineWidth

Sets the line width of the highlight.

Public methodSetLogicalViewportRegion

Sets current logical viewport region to use for rendering.

(Inherited from SoGLRenderAction.)
Public methodSetNumPasses

Sets number of rendering passes for multipass antialiasing.

(Inherited from SoGLRenderAction.)
Public methodSetPassCallback(SoGLRenderActionPassCB) Obsolete.
Use PassCallback property instead. Sets a delegate method 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.
(Inherited from SoGLRenderAction.)
Public methodSetPassCallback(SoGLRenderActionPassUserDataCB, Object) Obsolete.
Use PassCallback property instead.
(Inherited from SoGLRenderAction.)
Public methodSetPassUpdate

Sets a flag indicating whether intermediate results are displayed after each antialiasing pass for progressive improvement (default is false).

(Inherited from SoGLRenderAction.)
Public methodSetPipeId

Sets pipe identifier in the range [1..N] associated to this render action while running a ScaleViz Multipipe configuration.

(Inherited from SoAction.)
Public methodSetPointSize

Sets the size of points (diameter in pixels) rendered by the highlight.

Public methodSetRenderingIsRemote

Sets whether or not "remote" rendering is done.

(Inherited from SoGLRenderAction.)
Public methodSetSceneManager

Set the scene manager associated with this action (if any ).

(Inherited from SoAction.)
Public methodSetSmoothing

Sets smoothing flag.

(Inherited from SoGLRenderAction.)
Public methodSetSortedLayersNumPasses

Sets the number of rendering passes used when transparency type is SORTED_PIXELS_BLEND or DELAYED_SORTED_PIXELS_BLEND.

(Inherited from SoGLRenderAction.)
Public methodSetSortedTrianglesNumCaches

Sets the number of caches to use when the transparency type is SORTED_TRIANGLES_XXX or SORTED_OBJECT_TRIANGLES_XXX.

(Inherited from SoGLRenderAction.)
Public methodSetSortedTrianglesSortFrequency

This method specifies the angle between each sorting axis when using the transparency type SORTED_TRIANGLES_XXX or SORTED_OBJECT_TRIANGLES_XXX.

(Inherited from SoGLRenderAction.)
Public methodSetTransparencyType

Sets global transparency algorithm to use when rendering.

(Inherited from SoGLRenderAction.)
Public methodSetUpdateArea

Sets the current update area, which is the rectangular area of the viewport region that will actually be rendered into.

(Inherited from SoGLRenderAction.)
Public methodSetUpState

initialize the action state.

(Inherited from SoGLRenderAction.)
Public methodSetViewportRegion

Changes viewport region to use for rendering.

(Inherited from SoGLRenderAction.)
Public methodSetVisible

This provides a convenient mechanism for turning highlights off or back on.

Public methodShouldAutoCache

Called by nodes to say that they should/shouldn't be auto-cached (pass true if should, false if shouldn't, don't call this method at all if the node doesn't care):

(Inherited from SoGLRenderAction.)
Public methodStopActionInBranch

This function stops the action in the current Scene Graph branch.

(Inherited from SoAction.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTraverse
(Inherited from SoAction.)
Public methodUseAlternateRep

Tell the action to use alternate representations during traversal when available.

(Inherited from SoAction.)
Top
See Also