Serialized Form


Package org.jdelaunay.delaunay

Class org.jdelaunay.delaunay.ConstrainedMesh extends Object implements Serializable

serialVersionUID: 2L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Serialized Fields

triangleList

List<E> triangleList

edges

List<E> edges

points

List<E> points

constraintEdges

List<E> constraintEdges

polygons

List<E> polygons

precision

double precision

tolerance

double tolerance

meshComputed

boolean meshComputed

verbose

boolean verbose

pointGID

int pointGID

edgeGID

int edgeGID

triangleGID

int triangleGID

weights

Map<K,V> weights

extMinX

Double extMinX

extMaxY

Double extMaxY

extMinY

Double extMinY

Class org.jdelaunay.delaunay.VerticalComparator extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

abs

double abs

Package org.jdelaunay.delaunay.display

Class org.jdelaunay.delaunay.display.MeshDrawer extends JFrame implements Serializable

serialVersionUID: 1L

Serialized Fields

myMesh

ConstrainedMesh myMesh

Package org.jdelaunay.delaunay.error

Class org.jdelaunay.delaunay.error.DelaunayError extends Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

code

int code

message

String message

Package org.jdelaunay.delaunay.geometries

Class org.jdelaunay.delaunay.geometries.BoundaryBox extends Object implements Serializable

serialVersionUID: 5019273961990097490L

Serialized Fields

minx

double minx

maxx

double maxx

miny

double miny

maxy

double maxy

minz

double minz

maxz

double maxz

middle

com.vividsolutions.jts.geom.Coordinate middle

empty

boolean empty



Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.