org.jcae.mesh.bora.algo
Class TetGen
java.lang.Object
org.jcae.mesh.bora.algo.TetGen
- All Implemented Interfaces:
- AlgoInterface
public class TetGen
- extends java.lang.Object
- implements AlgoInterface
Run the Tetgen 3D mesher.
TetGen is Copyright 2002, 2004, 2005, 2006 Hang Si
Rathausstr. 9, 10178 Berlin, Germany
si@wias-berlin.de
This is *not* a free software and can not be redistributed
in jCAE.
Constructor Summary |
TetGen(double len)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TetGen
public TetGen(double len)
isAvailable
public boolean isAvailable()
- Specified by:
isAvailable
in interface AlgoInterface
getOrientation
public int getOrientation(int o)
- Specified by:
getOrientation
in interface AlgoInterface
compute
public boolean compute(BDiscretization d)
- Specified by:
compute
in interface AlgoInterface
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object