org.jcae.mesh.bora.algo
Class Vertex0d

java.lang.Object
  extended by org.jcae.mesh.bora.algo.Vertex0d
All Implemented Interfaces:
AlgoInterface

public class Vertex0d
extends java.lang.Object
implements AlgoInterface


Constructor Summary
Vertex0d()
           
 
Method Summary
 boolean compute(BDiscretization d)
           
 int getOrientation(int o)
           
 boolean isAvailable()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Vertex0d

public Vertex0d()
Method Detail

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