Package com.openinventor.inventor
Class SbCPUID
- java.lang.Object
-
- com.openinventor.inventor.Inventor
-
- com.openinventor.inventor.SbCPUID
-
public class SbCPUID extends Inventor
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.openinventor.inventor.Inventor
Inventor.ConstructorCommand
-
-
Field Summary
-
Fields inherited from class com.openinventor.inventor.Inventor
VERBOSE_LEVEL, ZeroHandle
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static boolean
mmxSupported()
void
setValue(SbCPUID copyFrom)
static boolean
sse2Supported()
static boolean
sse3Supported()
static boolean
sseSupported()
-
Methods inherited from class com.openinventor.inventor.Inventor
dispose, getNativeResourceHandle
-
-
-
-
Method Detail
-
setValue
public void setValue(SbCPUID copyFrom)
-
sse3Supported
public static boolean sse3Supported()
-
sse2Supported
public static boolean sse2Supported()
-
mmxSupported
public static boolean mmxSupported()
-
sseSupported
public static boolean sseSupported()
-
-