Uses of Class
com.openinventor.inventor.nodes.SoSeparator
Packages that use SoSeparator
Package
Description
Open Inventor is an object-oriented and OpenGL-based API for real-time 3D visualization.
Viewer components nodes independent from graphical user interface.
Provides some nodes and helper classes specifically created to facilitate
implementation of medical applications.
Provides some nodes and helper classes specifically created to facilitate
implementation of medical applications.
-
Uses of SoSeparator in com.openinventor.inventor
Methods in com.openinventor.inventor that return SoSeparatorModifier and TypeMethodDescriptionReturns the specified input source in the form of an Open Inventor scene graph.static SoSeparator
Reads all graphs and paths from the file specified by the givenSoInput
. -
Uses of SoSeparator in com.openinventor.inventor.actions
Methods in com.openinventor.inventor.actions that return SoSeparatorModifier and TypeMethodDescriptionSoGlobalSimplifyAction.getSimplifiedSceneGraph()
This returns the new scene graph which contains the simplified result.SoReorganizeAction.getSimplifiedSceneGraph()
Returns result of reorganization as new scene graph. -
Uses of SoSeparator in com.openinventor.inventor.nodes
Subclasses of SoSeparator in com.openinventor.inventor.nodesModifier and TypeClassDescriptionclass
Annotation group node.class
Grouping node that modifies its coordinate system so that its local Z-axis always points at the viewer.class
Selection node that supports lasso selection.class
Special separator that performs locate highlighting.class
Group node that renders its children to one or more "targets".class
Manages a list of selected objects.class
Node to record vertex attributes from shaders into buffer objects.class
Separator group node with a URL hyperlink.Methods in com.openinventor.inventor.nodes that return SoSeparatorModifier and TypeMethodDescriptionSoExtSelection.getOverlaySceneGraph()
Returns the scene graph that should be passed to the render area function setOverlaySceneGraph . -
Uses of SoSeparator in com.openinventor.inventor.viewercomponents.nodes
Subclasses of SoSeparator in com.openinventor.inventor.viewercomponents.nodesModifier and TypeClassDescriptionclass
Tool class for easily building a basic interactive OpenInventor application without using existing viewer classes.class
Tool class for easily building a basic OpenInventor application without using existing viewer classes.class
(Preview Feature) Tool class for building a basic interactive OpenInventor application with mode-less scene "orbiter" viewing behavior. -
Uses of SoSeparator in com.openinventor.ldm.nodes
Subclasses of SoSeparator in com.openinventor.ldm.nodesModifier and TypeClassDescriptionclass
Separator for combining multiple data sets. -
Uses of SoSeparator in com.openinventor.medical.helpers
Methods in com.openinventor.medical.helpers that return SoSeparatorModifier and TypeMethodDescriptionstatic SoSeparator
MedicalHelper.buildSliceAnnotation
(SoCamera camera, SoOrthoSlice sliceNode, String filename) Slice viewer annotations.static SoSeparator
MedicalHelper.buildSliceOrientationMarkers
(SoOrthoSlice orthoSlice) Build a scene graph to display slice orientation markers.static SoSeparator
MedicalHelper.buildSliceScaleBars
(SoCamera camera) Build a scene graph to display dynamic scale bars for slice viewing.static SoSeparator
MedicalHelper.createBoundingBox
(SbBox3f bbox, SbColor color) Convenience function to draw a specified bounding box as a wireframestatic SoSeparator
MedicalHelper.createCube
(SbBox3f bbox) Convenience function to retrieve the cube corresponding to the specified bounding box.static SoSeparator
Convenience function to read a .iv file and return pointer to the root of the created scene graph. -
Uses of SoSeparator in com.openinventor.medical.nodes
Subclasses of SoSeparator in com.openinventor.medical.nodesModifier and TypeClassDescriptionclass
(Preview Feature) Text node to display DICOM information on screen.class
(Preview Feature) Shape node to display a medical gnomon (compass) on the screen.class
(Preview Feature) Shape node to display slice orientation markers in window coordinates.class
(Preview Feature) Shape node to display a dynamic scale bar in window coordinates.class
(Preview Feature) Shape node to display a text box in window coordinates. -
Uses of SoSeparator in com.openinventor.volumeviz.nodes
Subclasses of SoSeparator in com.openinventor.volumeviz.nodesModifier and TypeClassDescriptionclass
Groups multiple volumes to be volume rendered in the same scene.