Class TriGen1
java.lang.Object
TriGenerator
TriGen1
public class TriGen1
- extends TriGenerator
Constructor Summary |
TriGen1(int n)
Create a generator for all triangulations of order n and no TriProcessor. |
TriGen1(int n,
TriProcessor triProcessor)
Create a generator for all triangulations of order n with the given
triangulation processor. |
TriGen1
public TriGen1(int n,
TriProcessor triProcessor)
- Create a generator for all triangulations of order n with the given
triangulation processor.
- Parameters:
n
- number of vertices in the triangulationstriProcessor
- the triangulation processor
TriGen1
public TriGen1(int n)
- Create a generator for all triangulations of order n and no TriProcessor.
Same as
TriGen
(n,null).
- Parameters:
n
- number of vertices in the triangulations
generate
public void generate()
- Specified by:
generate
in class TriGenerator
printCounts
public void printCounts()
stopGenerating
public void stopGenerating()
- Specified by:
stopGenerating
in class TriGenerator
main
public static void main(String[] args)