Uses of Class
com.openinventor.inventor.nodes.SoSeparator
-
Packages that use SoSeparator Package Description com.openinventor.inventor Open Inventor is an object-oriented and OpenGL-based API for real-time 3D visualization.com.openinventor.inventor.actions com.openinventor.inventor.nodes com.openinventor.inventor.viewercomponents.nodes Viewer components nodes independent from graphical user interface.com.openinventor.ldm.nodes com.openinventor.medical.helpers Provides some nodes and helper classes specifically created to facilitate implementation of medical applications.com.openinventor.medical.nodes Provides some nodes and helper classes specifically created to facilitate implementation of medical applications.com.openinventor.volumeviz.nodes -
-
Uses of SoSeparator in com.openinventor.inventor
Methods in com.openinventor.inventor that return SoSeparator Modifier and Type Method Description SoSeparator
SoInputReader. convert(SoInput name_13975)
Returns the specified input source in the form of an Open Inventor scene graph.static SoSeparator
SoDB. readAll(SoInput in)
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 SoSeparator Modifier and Type Method Description SoSeparator
SoGlobalSimplifyAction. getSimplifiedSceneGraph()
This returns the new scene graph which contains the simplified result.SoSeparator
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.nodes Modifier and Type Class Description class
SoAnnotation
Annotation group node.class
SoBillboard
Grouping node that modifies its coordinate system so that its local Z-axis always points at the viewer.class
SoExtSelection
Selection node that supports lasso selection.class
SoLocateHighlight
Special separator that performs locate highlighting.class
SoRenderToTarget
Group node that renders its children to one or more "targets".class
SoSelection
Manages a list of selected objects.class
SoVertexAttribFeedback
Node to record vertex attributes from shaders into buffer objects.class
SoWWWAnchor
Separator group node with a URL hyperlink.Methods in com.openinventor.inventor.nodes that return SoSeparator Modifier and Type Method Description SoSeparator
SoExtSelection. 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.nodes Modifier and Type Class Description class
SceneExaminer
Tool class for easily building a basic interactive OpenInventor application without using existing viewer classes.class
SceneInteractor
Tool class for easily building a basic OpenInventor application without using existing viewer classes.class
SceneOrbiter
(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.nodes Modifier and Type Class Description class
SoMultiDataSeparator
Separator for combining multiple data sets. -
Uses of SoSeparator in com.openinventor.medical.helpers
Methods in com.openinventor.medical.helpers that return SoSeparator Modifier and Type Method Description static SoSeparator
MedicalHelper. buildSliceAnnotation(SoCamera camera, SoOrthoSlice sliceNode, java.lang.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
MedicalHelper. readFile(java.lang.String filename)
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.nodes Modifier and Type Class Description class
DicomInfo
(Preview Feature) Text node to display DICOM information on screen.class
Gnomon
(Preview Feature) Shape node to display a medical gnomon (compass) on the screen.class
SliceOrientationMarkers
(Preview Feature) Shape node to display slice orientation markers in window coordinates.class
SliceScaleBar
(Preview Feature) Shape node to display a dynamic scale bar in window coordinates.class
TextBox
(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.nodes Modifier and Type Class Description class
SoVolumeGroup
Groups multiple volumes to be volume rendered in the same scene.
-