Uses of Class
com.openinventor.inventor.projection.SbProjection
-
Packages that use SbProjection 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 SbProjection in com.openinventor.inventor.elements
Methods in com.openinventor.inventor.elements that return SbProjection Modifier and Type Method Description static SbProjectionSoProjectionElement. getInternalProjection(SoState state)Returns the projection routine associated with currentSoProjectionnode. -
Uses of SbProjection in com.openinventor.inventor.nodes
Methods in com.openinventor.inventor.nodes that return SbProjection Modifier and Type Method Description SbProjectionSoProjection. getProjection()Return current projection.Methods in com.openinventor.inventor.nodes with parameters of type SbProjection Modifier and Type Method Description java.lang.StringSoProjection. addProjection(SbProjection projection, int id)Add a projection with the given name and id to the list.voidSoProjection. setProjection(SbProjection projection)Set the current projection. -
Uses of SbProjection in com.openinventor.inventor.projection
Subclasses of SbProjection in com.openinventor.inventor.projection Modifier and Type Class Description classSbCylindricalProjectionCylindrical coordinate projection.classSbProj4ProjectionCartographic (PROJ4) projection class.classSbSphericalProjectionSpherical coordinate projection.classSbTransformProjectionScale/recenter projection class.Constructors in com.openinventor.inventor.projection with parameters of type SbProjection Constructor Description SbProjection(SbProjection proj)Copy constructor.
-