Classes | |
class | SoAction |
Abstract base class for all actions. More... | |
class | SoBevelAction |
Creates a scene graph containing beveled shapes. More... | |
class | SoBoxHighlightRenderAction |
A box highlight style. More... | |
class | SoCallbackAction |
Performs a generic traversal of a scene graph or path. More... | |
class | SoColorHighlightRenderAction |
A polygon selection highlight style. More... | |
class | SoDistributeAction |
Computes a distribution of the scene graph for use in depth compositing in ScaleViz. More... | |
class | SoGetBoundingBoxAction |
Computes bounding box of a scene. More... | |
class | SoGetMatrixAction |
Computes transformation matrix for a subgraph. More... | |
class | SoGetPrimitiveCountAction |
Counts number of primitives in scene. More... | |
class | SoGlobalSimplifyAction |
Traverses the scene graph and collects all the triangles in a single list. More... | |
class | SoGLRenderAction |
Renders a scene graph using Open Inventor's Render Engine. More... | |
class | SoHaloHighlightRenderAction |
A halo highlight style. More... | |
class | SoHandleEventAction |
Allows nodes in a graph to receive input events. More... | |
class | SoHighlightRenderAction |
Abstract base class for Highlight Render Actions. More... | |
class | SoLineHighlightRenderAction |
A wireframe highlight style. More... | |
class | SoPickAction |
Abstract base class for picking objects in a scene. More... | |
class | SoRayPickAction |
Intersects objects with a ray cast into scene. More... | |
class | SoReorganizeAction |
Reorganizes the scene graph by grouping shapes with common properties, then groups these shapes in a single shape and runs the simplifier on it. More... | |
class | SoSearchAction |
Searches for nodes in a scene graph. More... | |
class | SoSearchPathAction |
Searches for a node in a scene graph using a sequence of search criteria. More... | |
class | SoSearchStepAction |
Searches for nodes in the scene graph step by step. More... | |
class | SoShapeSimplifyAction |
Simplify action that replaces shapes within a scene graph with versions that contain fewer triangles. More... | |
class | SoSimplifyAction |
Abstract base class for simplifying scene graphs. More... | |
class | SoSplitGeometryAction |
Split large geometry into smaller objects to improve culling for multi-pipe rendering. More... | |
class | SoToHTMLAction |
Generates an HTML image map and an image from a scene graph. More... | |
class | SoWriteAction |
Writes a scene graph to a file. More... | |
class | SoIntersectionDetectionAction |
Class to detect intersections. More... |