Uses of Class
com.openinventor.inventor.elements.SoBBoxCacheElement.CacheModes
-
Packages that use SoBBoxCacheElement.CacheModes Package Description com.openinventor.inventor.elements The element classes are used internally for storing information in Open Inventor's traversal state list. -
-
Uses of SoBBoxCacheElement.CacheModes in com.openinventor.inventor.elements
Methods in com.openinventor.inventor.elements that return SoBBoxCacheElement.CacheModes Modifier and Type Method Description static SoBBoxCacheElement.CacheModes
SoBBoxCacheElement. get(SoState state)
Returns cache mode.static SoBBoxCacheElement.CacheModes
SoBBoxCacheElement.CacheModes. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoBBoxCacheElement.CacheModes
SoBBoxCacheElement.CacheModes. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoBBoxCacheElement.CacheModes[]
SoBBoxCacheElement.CacheModes. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.openinventor.inventor.elements with parameters of type SoBBoxCacheElement.CacheModes Modifier and Type Method Description static void
SoBBoxCacheElement. set(SoState state, SoBBoxCacheElement.CacheModes cacheMode)
Sets the boundingBox cache mode.
-