Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
T
- table - Variable in class Jcg.polyhedron.Decorator
- tag - Variable in class Jcg.polyhedron.Face
-
an integer that can be used to tag faces (useful for dealing with colors, ...)
- tag - Variable in class Jcg.polyhedron.Halfedge
-
an integer that can be used to tag half-edges (useful for dealing with colors, ...)
- tag - Variable in class Jcg.polyhedron.Vertex
- tag - Variable in class Jcg.triangulations2D.TriangulationDSFace_2
- tag - Variable in class Jcg.triangulations2D.TriangulationDSVertex_2
- target() - Method in class Jcg.geometry.GridSegment_2
- target() - Method in interface Jcg.geometry.Segment_
- target() - Method in class Jcg.geometry.Segment_2
- target() - Method in class Jcg.geometry.Segment_3
- Test_TriangulationDS_2 - Class in Jcg.test
-
This class provides methods for testing the Triangle based Data Structure for triangulation
- Test_TriangulationDS_2() - Constructor for class Jcg.test.Test_TriangulationDS_2
- test2D() - Static method in class Jcg.test.Test_TriangulationDS_2
-
testing function for 2D meshes.
- test2D(String) - Static method in class Jcg.test.TestPolyhedron
-
Testing a plane triangulation (loaded from an OFF file)
- test3D(String) - Static method in class Jcg.test.Test_TriangulationDS_2
-
testing function for 3D surface triangle meshes.
- TestDelaunay2D - Class in Jcg.test
-
A class for testing the construction of a 2D Delaunay triangulation.
- TestDelaunay2D() - Constructor for class Jcg.test.TestDelaunay2D
- testPlaneTriangulation(String) - Static method in class Jcg.test.Test_TriangulationDS_2
-
testing function for plane triangle meshes.
- TestPolyhedron - Class in Jcg.test
-
A class for testing the Half-edge data structure representing polyhedral surfaces.
- TestPolyhedron() - Constructor for class Jcg.test.TestPolyhedron
- TestRandomGeneration - Class in Jcg.test
-
A simple program for testing the random generation of planar triangulations It generates uniform planar random triangulations, according to the generator by Poulalhon/Schaeffer (Icalp 2003) Warning: It works fine for triangulations having up to 2M vertices (with Java 7, 64 bits, 5GB Ram)
- TestRandomGeneration() - Constructor for class Jcg.test.TestRandomGeneration
- toBoolean() - Method in class Jcg.util.BitSet64
-
return an array of booleans corresponding to the bit-vector
- toBoolean(boolean[]) - Method in class Jcg.util.BitSet64
-
Convert the BitSet64 into an array of booleans
- toByteArray() - Method in class Jcg.util.BitSet32
-
Return an array of bytes storing the whole bit set
- toString() - Method in class Jcg.geometry.GridPoint_2
- toString() - Method in class Jcg.geometry.GridPoint
- toString() - Method in class Jcg.geometry.GridSegment_2
- toString() - Method in class Jcg.geometry.GridVector_2
- toString() - Method in class Jcg.geometry.IntegerPair
- toString() - Method in class Jcg.geometry.Line_2
- toString() - Method in class Jcg.geometry.Pair
- toString() - Method in class Jcg.geometry.Plane_3
- toString() - Method in interface Jcg.geometry.Point_
-
Return a string (representation of the point)
- toString() - Method in class Jcg.geometry.Point_2
- toString() - Method in class Jcg.geometry.Point_3
- toString() - Method in class Jcg.geometry.Point_d
- toString() - Method in class Jcg.geometry.Rational
- toString() - Method in class Jcg.geometry.RationalPoint_2
- toString() - Method in class Jcg.geometry.Ray_2
- toString() - Method in class Jcg.geometry.Segment_2
- toString() - Method in class Jcg.geometry.Segment_3
- toString() - Method in class Jcg.geometry.Triangle_3
- toString() - Method in interface Jcg.geometry.Vector_
-
Return a String representing vector coordinates
- toString() - Method in class Jcg.geometry.Vector_2
- toString() - Method in class Jcg.geometry.Vector_3
- toString() - Method in class Jcg.polyhedron.Face
- toString() - Method in class Jcg.polyhedron.Halfedge
- toString() - Method in class Jcg.polyhedron.Vertex
- toString() - Method in class Jcg.triangulations2D.HalfedgeHandle
- toString() - Method in class Jcg.triangulations2D.QuadEdge
- toString() - Method in class Jcg.triangulations2D.Triangulation_2
- toString() - Method in class Jcg.triangulations2D.TriangulationDS_2
- toString() - Method in class Jcg.triangulations2D.TriangulationDSFace_2
-
generates a string listing the coordinates of the vertices of the face.
- toString() - Method in class Jcg.triangulations2D.TriangulationDSVertex_2
-
returns a string listing the coordinates of the geometric point associated with the vertex.
- toString() - Method in class Jcg.util.BitSet32
- toString() - Method in class Jcg.util.BitSet64
- toString() - Method in class Jcg.util.CircularDLinkedList
-
Return a String representing the list
- toString() - Method in class Jcg.util.DLinkedList
-
Return a String representing the list
- toVector() - Method in class Jcg.geometry.GridSegment_2
-
returns the vector s.target() - s.source()
- toVector() - Method in interface Jcg.geometry.Segment_
-
returns the vector s.target() - s.source()
- toVector() - Method in class Jcg.geometry.Segment_2
-
returns the vector s.target() - s.source()
- toVector() - Method in class Jcg.geometry.Segment_3
-
returns the vector s.target() - s.source()
- translateOf(int, int) - Method in class Jcg.geometry.GridPoint
-
Translate the current point of the vector (dx, dy)
- translateOf(Vector_) - Method in class Jcg.geometry.GridPoint_2
-
Translate the current point of the vector o
- translateOf(Vector_) - Method in interface Jcg.geometry.Point_
-
Translate the current point according to a vector v
- translateOf(Vector_) - Method in class Jcg.geometry.Point_2
- translateOf(Vector_) - Method in class Jcg.geometry.Point_3
- translateOf(Vector_) - Method in class Jcg.geometry.Point_d
-
Translate the current position of vector v
- translateOf(Vector_) - Method in class Jcg.geometry.RationalPoint_2
-
Translate the current point of the vector o
- tri - Variable in class Jcg.triangulations2D.Triangulation_2
- Triangle_3 - Class in Jcg.geometry
- Triangle_3(Point_3, Point_3, Point_3) - Constructor for class Jcg.geometry.Triangle_3
- triangleSoup - Variable in class Jcg.viewer.processing3d.DrawPolyhedronProcessing
-
the triangle soup (to be rendered)
- Triangulation_2 - Class in Jcg.triangulations2D
-
Incremental Triangulation using Face/Vertex data structure (TriangulationDS_2).
- Triangulation_2() - Constructor for class Jcg.triangulations2D.Triangulation_2
-
Constuctor: builds an empty triangulation.
- Triangulation_2(Point_2, Point_2, Point_2) - Constructor for class Jcg.triangulations2D.Triangulation_2
-
Constuctor: builds a triangulation consisting of a triangle.
- Triangulation_2.BoundingBox - Class in Jcg.triangulations2D
- TriangulationDS_2<X> - Class in Jcg.triangulations2D
-
Data structure for representing 2D triangulations that uses the standard face/vertex encoding, represented by classes TriangulationDSFace_2 and TriangulationDSVertex_2 respectively.
- TriangulationDS_2() - Constructor for class Jcg.triangulations2D.TriangulationDS_2
-
creates an empty triangulation data structure.
- TriangulationDS_2(int, int) - Constructor for class Jcg.triangulations2D.TriangulationDS_2
-
creates an empty triangulation data structure with prescribed numbers of faces and vertices.
- TriangulationDS_2(X[], int[][]) - Constructor for class Jcg.triangulations2D.TriangulationDS_2
-
Create a triangulation DS from a vertex shared mesh representation It takes linear space and linear time.
- TriangulationDSFace_2<X> - Class in Jcg.triangulations2D
-
The class used to encode a face of a triangulation.
- TriangulationDSFace_2() - Constructor for class Jcg.triangulations2D.TriangulationDSFace_2
-
creates an empty cell, whose vertices and neighbors need to be specified later.
- TriangulationDSFace_2(TriangulationDSVertex_2<X>, TriangulationDSVertex_2<X>, TriangulationDSVertex_2<X>, TriangulationDSFace_2<X>, TriangulationDSFace_2<X>, TriangulationDSFace_2<X>) - Constructor for class Jcg.triangulations2D.TriangulationDSFace_2
-
creates a face with vertices v0 through v2 and with neighbors c0 through c2.
- TriangulationDSVertex_2<X> - Class in Jcg.triangulations2D
-
The class represents a vertex of a 2D triangulation.
- TriangulationDSVertex_2() - Constructor for class Jcg.triangulations2D.TriangulationDSVertex_2
-
Creates an empty vertex, with no associated geometric point.
- TriangulationDSVertex_2(TriangulationDSFace_2<X>, X) - Constructor for class Jcg.triangulations2D.TriangulationDSVertex_2
-
creates a vertex with an associated geometric point and an associated cell.
- TriangulationDSVertex_2(X) - Constructor for class Jcg.triangulations2D.TriangulationDSVertex_2
-
creates a vertex with an associated geometric point.
- Triangulations_IO - Class in Jcg.mesh
- Triangulations_IO() - Constructor for class Jcg.mesh.Triangulations_IO
- type() - Method in class Jcg.util.MeshStatistics
-
Get the type of the mesh: triangle, quad, polygonal
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form