Package | Description |
---|---|
com.openinventor.inventor.mpeg | |
com.openinventor.inventor.nodes | |
com.openinventor.inventor.viewercomponents |
Viewer components contains helpful tools to implement a custom viewer.
|
com.openinventor.inventor.viewercomponents.nodes | |
com.openinventor.medical.helpers |
Provides some nodes and helper classes specifically created to facilitate
implementation of medical applications.
|
Modifier and Type | Method and Description |
---|---|
SoCamera |
SoMPEGNavRenderer.getCamera()
Returns the camera currently used by the MPEG renderer.
|
Modifier and Type | Method and Description |
---|---|
void |
SoMPEGNavRenderer.setCamera(SoCamera camera)
Specifies the camera to be used by the MPEG renderer.
|
Modifier and Type | Class and Description |
---|---|
class |
SoOrthographicCamera
Orthographic camera node.
|
class |
SoPerspectiveCamera
Perspective camera node.
|
class |
SoStereoCamera
Stereo camera node.
|
Modifier and Type | Method and Description |
---|---|
SoCamera |
SoCameraInteractor.getCamera()
Returns the associated camera.
|
Modifier and Type | Method and Description |
---|---|
static SoCameraInteractor |
SoCameraInteractor.getNewInstance(SoCamera camera)
Create an instance for the specified camera.
|
void |
SoCameraInteractor.synchronize(SoCamera camera)
Copy field values from the specified camera to the camera of this interactor.
|
Constructor and Description |
---|
SoCameraInteractor(SoCamera camera)
Create a
SoCameraInteractor for the specified camera. |
Modifier and Type | Method and Description |
---|---|
SoCamera |
SceneInteractor.getCamera()
Returns the current camera.
|
Modifier and Type | Method and Description |
---|---|
static SoSeparator |
MedicalHelper.buildSliceAnnotation(SoCamera camera,
SoOrthoSlice sliceNode,
java.lang.String filename)
Slice viewer annotations.
|
static SoSeparator |
MedicalHelper.buildSliceScaleBars(SoCamera camera)
Build a scene graph to display dynamic scale bars for slice viewing.
|
static boolean |
MedicalHelper.orientView(MedicalHelper.Axis axis,
SoCamera camera,
SoVolumeData volume)
Equivalent to
orientView(axis, camera, volume, 1.01f) |
static boolean |
MedicalHelper.orientView(MedicalHelper.Axis axis,
SoCamera camera,
SoVolumeData volume,
float slack)
Adjusts the camera to view a slice or volume along the specified axis.
|
Generated on July 31, 2019, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com