Uses of Class
com.openinventor.inventor.nodes.SoProjection
-
Packages that use SoProjection Package Description com.openinventor.inventor.elements The element classes are used internally for storing information in Open Inventor's traversal state list.com.openinventor.inventor.nodes com.openinventor.inventor.projection -
-
Uses of SoProjection in com.openinventor.inventor.elements
Methods in com.openinventor.inventor.elements that return SoProjection Modifier and Type Method Description static SoProjection
SoProjectionElement. get(SoState state)
Returns the current projection node from the state.Methods in com.openinventor.inventor.elements with parameters of type SoProjection Modifier and Type Method Description static void
SoProjectionElement. set(SoState state, SoNode name_19528, SoProjection prj)
Sets the current projection node in the state.static void
SoProjectionElement. set(SoState state, SoProjection prj)
Sets the current projection node in the state. -
Uses of SoProjection in com.openinventor.inventor.nodes
Subclasses of SoProjection in com.openinventor.inventor.nodes Modifier and Type Class Description class
SoGeoProjection
Geospatial projection node.class
SoTransformProjection
Scale/recenter projection node. -
Uses of SoProjection in com.openinventor.inventor.projection
Methods in com.openinventor.inventor.projection that return SoProjection Modifier and Type Method Description SoProjection
SbProjection. getProjectionNode()
Return associated projection node.Methods in com.openinventor.inventor.projection with parameters of type SoProjection Modifier and Type Method Description void
SbProjectionCoordinates. setProjection(SoProjection projection)
Set associated projection.Constructors in com.openinventor.inventor.projection with parameters of type SoProjection Constructor Description SbCylindricalProjection(SoProjection node)
Constructor.SbProj4Projection(SoProjection node)
Constructor.SbProjection(SoProjection node)
Constructor.SbProjectionCoordinates(SoProjection projection)
Constructor.SbSphericalProjection(SoProjection node)
Constructor.SbTransformProjection(SoProjection node)
Constructor.
-