Uses of Enum Class
com.openinventor.inventor.viewercomponents.SiRenderArea.ClearPolicies
Packages that use SiRenderArea.ClearPolicies
Package
Description
Open Inventor is an object-oriented and OpenGL-based API for real-time 3D visualization.
Viewer components contains helpful tools to implement a custom viewer.
-
Uses of SiRenderArea.ClearPolicies in com.openinventor.inventor
Methods in com.openinventor.inventor that return SiRenderArea.ClearPoliciesMethods in com.openinventor.inventor with parameters of type SiRenderArea.ClearPoliciesModifier and TypeMethodDescriptionvoid
SoOffscreenRenderArea.setClearPolicy
(SiRenderArea.ClearPolicies policy) Defines the color buffer and depth buffer clear policy. -
Uses of SiRenderArea.ClearPolicies in com.openinventor.inventor.viewercomponents
Methods in com.openinventor.inventor.viewercomponents that return SiRenderArea.ClearPoliciesModifier and TypeMethodDescriptionSiRenderArea.getClearPolicy()
SoRenderAreaCore.getClearPolicy()
static SiRenderArea.ClearPolicies
SiRenderArea.ClearPolicies.valueOf
(int val) Returns the enum constant of this type with the specified integer valuestatic SiRenderArea.ClearPolicies
Returns the enum constant of this class with the specified name.static SiRenderArea.ClearPolicies[]
SiRenderArea.ClearPolicies.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.openinventor.inventor.viewercomponents with parameters of type SiRenderArea.ClearPoliciesModifier and TypeMethodDescriptionvoid
SiRenderArea.setClearPolicy
(SiRenderArea.ClearPolicies policy) Defines the color buffer and depth buffer clear policy.void
SoRenderAreaCore.setClearPolicy
(SiRenderArea.ClearPolicies policy) Defines the color buffer and depth buffer clear policy.