Uses of Class
de.jreality.scene.Geometry

Packages that use Geometry
de.jreality.geometry This package contains geometry related utilities. 
de.jreality.scene This package contains the essential classes of the jReality scene graph. 
de.jreality.scene.event   
de.jreality.tools Implementations of standard Tools. 
de.jreality.util Miscellaneous jReality utilities used in the core packages. 
de.jreality.writer   
de.jreality.writer.u3d   
 

Uses of Geometry in de.jreality.geometry
 

Methods in de.jreality.geometry that return Geometry
 Geometry BallAndStickFactory.getBallGeometry()
           
 Geometry AbstractGeometryFactory.getGeometry()
           
 Geometry BallAndStickFactory.getStickGeometry()
           
 

Methods in de.jreality.geometry with parameters of type Geometry
static AbstractGeometryFactory GeometryUtility.getFactory(Geometry g)
           
static int GeometryUtility.getMetric(Geometry g)
           
 void BallAndStickFactory.setBallGeometry(Geometry ballGeometry)
           
static void GeometryUtility.setMetric(Geometry g, int s)
          Set the metric (Pn) associated to this geometry.
 void BallAndStickFactory.setStickGeometry(Geometry stickGeometry)
           
 

Uses of Geometry in de.jreality.scene
 

Subclasses of Geometry in de.jreality.scene
 class ClippingPlane
          A clipping plane through the origin with normal pointing in positive z direction.
 class Cylinder
          Cylinder with axis from (0,0,-1) to (0,0,1) and radius 1.
 class IndexedFaceSet
          A geometry specified as a combinatorial set of faces.
 class IndexedLineSet
          A geometric object consisting of a set of edges: lists of vertices joined by line segments.
 class PointSet
          A set of points in 3 space.
 class Sphere
          Sphere centered at (0, 0, 0) with radius 1.
 

Methods in de.jreality.scene that return Geometry
 Geometry SceneGraphComponent.getGeometry()
           
 

Methods in de.jreality.scene with parameters of type Geometry
 void SceneGraphComponent.setGeometry(Geometry g)
           
 void SceneGraphVisitor.visit(Geometry g)
           
 

Uses of Geometry in de.jreality.scene.event
 

Methods in de.jreality.scene.event that return Geometry
 Geometry GeometryEvent.getGeometry()
           
 

Constructors in de.jreality.scene.event with parameters of type Geometry
GeometryEvent(Geometry source, Set<Attribute> chgVertexAttrKeys, Set<Attribute> chgEdgeAttrKeys, Set<Attribute> chgFaceAttrKeys, Set<String> chgGeomAttrKeys)
           
 

Uses of Geometry in de.jreality.tools
 

Methods in de.jreality.tools that return Geometry
 Geometry PrimitiveDragEvent.getGeometry()
           
 

Constructors in de.jreality.tools with parameters of type Geometry
PrimitiveDragEvent(Geometry geom, double[] position)
           
 

Uses of Geometry in de.jreality.util
 

Methods in de.jreality.util that return Geometry
static Geometry SceneGraphUtility.getFirstGeometry(SceneGraphComponent sgc)
           
 

Methods in de.jreality.util with parameters of type Geometry
 void CopyVisitor.copyAttr(Geometry src, Geometry dst)
           
static void PickUtility.setPickable(Geometry g, boolean pickable)
           
 

Uses of Geometry in de.jreality.writer
 

Methods in de.jreality.writer with parameters of type Geometry
 boolean VRMLWriterHelper.isDefinedFaceSet(Geometry g)
           
 boolean VRMLWriterHelper.isDefinedLineSet(Geometry g)
           
 boolean VRMLWriterHelper.isDefinedPointSet(Geometry g)
           
 boolean VRMLWriterHelper.isMultipleUsedFaceSet(Geometry g)
           
 boolean VRMLWriterHelper.isMultipleUsedLineSet(Geometry g)
           
 boolean VRMLWriterHelper.isMultipleUsedPointSet(Geometry g)
           
 void VRMLWriterHelper.setDefinedFaceSet(Geometry g)
           
 void VRMLWriterHelper.setDefinedLineSet(Geometry g)
           
 void VRMLWriterHelper.setDefinedPointSet(Geometry g)
           
 

Uses of Geometry in de.jreality.writer.u3d
 

Subclasses of Geometry in de.jreality.writer.u3d
 class U3DClosedCylinder
           
 

Methods in de.jreality.writer.u3d that return types with arguments of type Geometry
static HashMap<Geometry,Rectangle3D> U3DSceneUtility.getBoundingBoxes(Collection<Geometry> l)
           
static List<Geometry> U3DSceneUtility.getGeometries(JrScene scene)
           
static HashMap<Geometry,Geometry> U3DSceneUtility.prepareGeometry(Collection<Geometry> geometry)
           
static HashMap<Geometry,Geometry> U3DSceneUtility.prepareGeometry(Collection<Geometry> geometry)
           
 

Method parameters in de.jreality.writer.u3d with type arguments of type Geometry
static HashMap<Geometry,Rectangle3D> U3DSceneUtility.getBoundingBoxes(Collection<Geometry> l)
           
static HashMap<Geometry,Geometry> U3DSceneUtility.prepareGeometry(Collection<Geometry> geometry)