net.sourceforge.arbaro.mesh
Class ShieldedMeshGenerator
java.lang.Object
net.sourceforge.arbaro.mesh.ShieldedMeshGenerator
- All Implemented Interfaces:
- MeshGenerator
- Direct Known Subclasses:
- ShieldedGUIMeshGenerator
public class ShieldedMeshGenerator
- extends java.lang.Object
- implements MeshGenerator
- Author:
- wolfram
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ShieldedMeshGenerator
public ShieldedMeshGenerator(MeshGenerator meshGenerator)
getUseQuads
public boolean getUseQuads()
- Specified by:
getUseQuads
in interface MeshGenerator
showException
protected void showException(java.lang.Exception e)
createLeafMesh
public LeafMesh createLeafMesh(Tree tree,
boolean useQuads)
- Specified by:
createLeafMesh
in interface MeshGenerator
createStemMesh
public Mesh createStemMesh(Tree tree,
Progress progress)
- Specified by:
createStemMesh
in interface MeshGenerator
createStemMeshByLevel
public Mesh createStemMeshByLevel(Tree tree,
Progress progress)
- Specified by:
createStemMeshByLevel
in interface MeshGenerator