Uses of Class
com.openinventor.ldm.nodes.SoLDMResourceParameters.ViewpointRefinementPolicies
-
Packages that use SoLDMResourceParameters.ViewpointRefinementPolicies Package Description com.openinventor.ldm.nodes -
-
Uses of SoLDMResourceParameters.ViewpointRefinementPolicies in com.openinventor.ldm.nodes
Fields in com.openinventor.ldm.nodes with type parameters of type SoLDMResourceParameters.ViewpointRefinementPolicies Modifier and Type Field Description SoSFEnum<SoLDMResourceParameters.ViewpointRefinementPolicies>
SoLDMResourceParameters. viewpointRefinementPolicy
Defines the viewpoint refinement policy.Methods in com.openinventor.ldm.nodes that return SoLDMResourceParameters.ViewpointRefinementPolicies Modifier and Type Method Description static SoLDMResourceParameters.ViewpointRefinementPolicies
SoLDMResourceParameters.ViewpointRefinementPolicies. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoLDMResourceParameters.ViewpointRefinementPolicies
SoLDMResourceParameters.ViewpointRefinementPolicies. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoLDMResourceParameters.ViewpointRefinementPolicies[]
SoLDMResourceParameters.ViewpointRefinementPolicies. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-