Uses of Class
org.jeometry.geom3D.algorithm.delaunay.clarkson.DelaunayTetrahedron
| Package | Description |
|---|---|
| org.jeometry.geom3D.algorithm.delaunay.clarkson |
-
Uses of DelaunayTetrahedron in org.jeometry.geom3D.algorithm.delaunay.clarkson
Methods in org.jeometry.geom3D.algorithm.delaunay.clarkson that return DelaunayTetrahedron Modifier and Type Method Description DelaunayTetrahedron<T>DelaunayTetrahedralization. addTetrahedron(int[] vertexIndices)Add a tetrahedron to this Delaunay tetrahedralization.DelaunayTetrahedron<T>DelaunayTetrahedralization. addTetrahedron(DelaunayTetrahedron<T> tetrahedron)Add a tetrahedron to this Delaunay tetrahedralization.DelaunayTetrahedron<T>DelaunayTetrahedron. getNeighbor(int vertexIndex)Get the neighbor of this tetrahedron that is linked by the face in front of the vertex indexed by givenvertexIndex.Methods in org.jeometry.geom3D.algorithm.delaunay.clarkson that return types with arguments of type DelaunayTetrahedron Modifier and Type Method Description Collection<DelaunayTetrahedron<T>>DelaunayTetrahedralization. getIncidentTetrahedra(DelaunayTetrahedron<T> c, int i, int j)Returns the collection of all triangulation cells incident to edge (c,i,j).Collection<DelaunayTetrahedron<T>>DelaunayTetrahedralization. getIncidentTetrahedra(Point3D point)Get all thetetrahedrathat contain the givenpointas vertex.Collection<DelaunayTetrahedron<T>>DelaunayTetrahedralization. getIncidentTetrahedra(Point3D u, Point3D v)List<DelaunayTetrahedron<T>>DelaunayTetrahedralization. getNeighbors(DelaunayTetrahedron<T> tetrahedron)Get the neighbors of the given tetrahedron.List<DelaunayTetrahedron<T>>DelaunayTetrahedralization. getTetrahedra()Get the tetrahedra that compose this Delaunay tetrahedralization.Methods in org.jeometry.geom3D.algorithm.delaunay.clarkson with parameters of type DelaunayTetrahedron Modifier and Type Method Description booleanDelaunayTetrahedralization. addIndicentTetrahedron(Point3D point, DelaunayTetrahedron<T> tetrahedron)Mark the giventetrahedronas incident to the givenpoint.DelaunayTetrahedron<T>DelaunayTetrahedralization. addTetrahedron(DelaunayTetrahedron<T> tetrahedron)Add a tetrahedron to this Delaunay tetrahedralization.booleanDelaunayVertice. addTetrahedron(DelaunayTetrahedron<T> tetrahedron)Attach this point to the giventetrahedron.Point3DDelaunayTetrahedralization. dual(DelaunayTetrahedron<T> c)Outputs the Voronoi vertex dual to cell c.Collection<DelaunayTetrahedron<T>>DelaunayTetrahedralization. getIncidentTetrahedra(DelaunayTetrahedron<T> c, int i, int j)Returns the collection of all triangulation cells incident to edge (c,i,j).List<DelaunayTetrahedron<T>>DelaunayTetrahedralization. getNeighbors(DelaunayTetrahedron<T> tetrahedron)Get the neighbors of the given tetrahedron.voidDelaunayTetrahedron. setNeighbor(int vertexIndex, DelaunayTetrahedron<T> tetrahedron)Set the neighbor of this tetrahedron that is linked by the face in front of the vertex indexed by givenvertexIndex.voidDelaunayTetrahedralization. setNeighbors(DelaunayTetrahedron<T> tetrahedron, List<DelaunayTetrahedron<T>> neighbors)Set the neighbors of the given tetrahedron.Method parameters in org.jeometry.geom3D.algorithm.delaunay.clarkson with type arguments of type DelaunayTetrahedron Modifier and Type Method Description voidDelaunayTetrahedralization. setNeighbors(DelaunayTetrahedron<T> tetrahedron, List<DelaunayTetrahedron<T>> neighbors)Set the neighbors of the given tetrahedron.