Uses of Class
de.jreality.scene.IndexedLineSet

Packages that use IndexedLineSet
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.tools Implementations of standard Tools. 
de.jreality.util Miscellaneous jReality utilities used in the core packages. 
de.jreality.writer.u3d   
 

Uses of IndexedLineSet in de.jreality.geometry
 

Methods in de.jreality.geometry that return IndexedLineSet
static IndexedLineSet Primitives.arrow(double x0, double y0, double x1, double y1, double tipSize)
           
static IndexedLineSet Primitives.arrow(double x0, double y0, double x1, double y1, double tipSize, boolean halfArrow)
          Generate an an arrow: a line segment joining (x0,y0) to (x1,y1) with a head at the second point, each half making a 45 degree angle to the segment.
static IndexedLineSet IndexedLineSetUtility.circle(int n)
           
static IndexedLineSet IndexedLineSetUtility.circle(int n, double cx, double cy, double r)
           
static IndexedLineSet IndexedLineSetUtility.createCurveFromPoints(double[][] points, boolean closed)
           
static IndexedLineSet IndexedLineSetUtility.createCurveFromPoints(double[] points, int fiber, boolean closed)
           
static IndexedLineSet IndexedLineSetUtility.createCurveFromPoints(IndexedLineSet g, double[][] points, boolean closed)
           
static IndexedLineSet IndexedLineSetUtility.createCurveFromPoints(IndexedLineSet g, double[] points, int fiber, boolean closed)
           
static IndexedLineSet IndexedLineSetUtility.createCurveFromPoints(IndexedLineSet g, double[] points, int fiber, int[][] indices)
           
static IndexedLineSet Primitives.discreteTorusKnot(double R, double r, int n, int m, int nPts)
          Generate a torus knot that winds around the given torus the given number of times.
 IndexedLineSet GeometryMergeFactory.mergeIndexedLineSets(IndexedLineSet[] ils)
          merges all IndexeedLineSets to one IndexedLineSet Attention: several values can be set bevorhand
static IndexedLineSet IndexedFaceSetUtility.mergeIndexedLineSets(IndexedLineSet[] ils)
          Deprecated. use GeometryMergeFactory
 IndexedLineSet GeometryMergeFactory.mergeIndexedLineSets(SceneGraphComponent cmp)
          merges all IndexedFaceSets, IndexeedLineSets and PointSets of the given SceneGraph to one IndexedLineSet FaceAttributes will be ignored.
static IndexedLineSet IndexedLineSetUtility.refine(IndexedLineSet ils, int n)
           
 

Methods in de.jreality.geometry with parameters of type IndexedLineSet
static void TubeUtility.calculateAndSetNormalVectorsForCurve(IndexedLineSet ils)
           
static IndexedLineSet IndexedLineSetUtility.createCurveFromPoints(IndexedLineSet g, double[][] points, boolean closed)
           
static IndexedLineSet IndexedLineSetUtility.createCurveFromPoints(IndexedLineSet g, double[] points, int fiber, boolean closed)
           
static IndexedLineSet IndexedLineSetUtility.createCurveFromPoints(IndexedLineSet g, double[] points, int fiber, int[][] indices)
           
static double[][] IndexedLineSetUtility.extractCurve(double[][] curve, IndexedLineSet ils, int i)
           
static double[][] IndexedLineSetUtility.extractCurveColors(double[][] curve, IndexedLineSet ils, int i)
           
static double[] IndexedLineSetUtility.extractRadii(double[] curve, IndexedLineSet ils, int i)
           
static int IndexedFaceSetUtility.getTotalNumLines(IndexedLineSet[] ils)
          Returns the total nubmer of lines in array of indexed line sets.
static double[][] IndexedFaceSetUtility.mergeDoubleArrayArrayEdgeAttribute(IndexedLineSet[] ils, Attribute attr)
          Deprecated. use GeometryMergeFactory
 IndexedLineSet GeometryMergeFactory.mergeIndexedLineSets(IndexedLineSet[] ils)
          merges all IndexeedLineSets to one IndexedLineSet Attention: several values can be set bevorhand
static IndexedLineSet IndexedFaceSetUtility.mergeIndexedLineSets(IndexedLineSet[] ils)
          Deprecated. use GeometryMergeFactory
static int[][] IndexedFaceSetUtility.mergeIntArrayArrayEdgeAttribute(IndexedLineSet[] ils, Attribute attr)
          Deprecated. use GeometryMergeFactory
static IndexedLineSet IndexedLineSetUtility.refine(IndexedLineSet ils, int n)
           
static SceneGraphComponent BallAndStickFactory.sticks(SceneGraphComponent sgc, IndexedLineSet ifs, double rad, int metric)
           
 

Constructors in de.jreality.geometry with parameters of type IndexedLineSet
BallAndStickFactory(IndexedLineSet i)
           
PolygonalTubeFactory(IndexedLineSet ils, int whichCurve)
           
 

Uses of IndexedLineSet in de.jreality.scene
 

Subclasses of IndexedLineSet in de.jreality.scene
 class IndexedFaceSet
          A geometry specified as a combinatorial set of faces.
 

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

Uses of IndexedLineSet in de.jreality.tools
 

Methods in de.jreality.tools that return IndexedLineSet
 IndexedLineSet LineDragEvent.getIndexedLineSet()
           
 

Constructors in de.jreality.tools with parameters of type IndexedLineSet
LineDragEvent(IndexedLineSet lineSet, int index, double[] translation, double[] position)
           
 

Uses of IndexedLineSet in de.jreality.util
 

Methods in de.jreality.util with parameters of type IndexedLineSet
 void CopyVisitor.copyAttr(IndexedLineSet src, IndexedLineSet dst)
           
 void CopyVisitor.visit(IndexedLineSet g)
           
 

Uses of IndexedLineSet in de.jreality.writer.u3d
 

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