Uses of Class
com.openinventor.inventor.devices.SoCpuDevice
-
Packages that use SoCpuDevice Package Description com.openinventor.inventor.devices Open Inventor supported devices. -
-
Uses of SoCpuDevice in com.openinventor.inventor.devices
Methods in com.openinventor.inventor.devices that return SoCpuDevice Modifier and Type Method Description static SoCpuDevice
SoCpuDevice. findFirstAvailableDevice()
Returns the first available device found in the system.static SoCpuDevice
SoCpuDevice. getDevice()
Calls getDevice((int)0).static SoCpuDevice
SoCpuDevice. getDevice(int index)
Returns theSoCpuDevice
.Constructors in com.openinventor.inventor.devices with parameters of type SoCpuDevice Constructor Description SoCpuContext(SoCpuDevice device)
Default constructor.
-