Package pointgon
Class Combined1
java.lang.Object
pointgon.Splitter
pointgon.Path
pointgon.Combined1
- All Implemented Interfaces:
Serializable
Class for first combined path splitting.
- Since:
- 2006.01.27 (Christian Borgelt)
- See Also:
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Edge[]
edges()
Get the edges of the current path.protected void
Initialize a subproblem splitter.protected void
Initialize a subproblem splitter.protected boolean
next()
Create next subproblem split.protected void
split()
Split a subproblem with the current split.protected Vertex[]
triangle()
Get the current triangle.protected double
weight()
Compute the weight of the current split.
-
Constructor Details
-
Combined1
Create a subproblem splitter.- Parameters:
mwt
- the minimum weight traingulation object- Since:
- 2006.01.27 (Christian Borgelt)
-
-
Method Details
-
init
Initialize a subproblem splitter. -
init
Initialize a subproblem splitter. -
next
protected boolean next()Create next subproblem split. -
split
protected void split()Split a subproblem with the current split. -
triangle
Get the current triangle. -
weight
protected double weight()Compute the weight of the current split. -
edges
Description copied from class:Path
Get the edges of the current path.
-