org.jcae.mesh.oemm
Interface RawStorage.SoupReaderInterface

All Known Implementing Classes:
MeshValidSoup.ComputeTriangleQuality
Enclosing class:
RawStorage

public static interface RawStorage.SoupReaderInterface


Method Summary
 void processTriangle(int group)
           
 void processVertex(int i, double[] xyz)
           
 

Method Detail

processVertex

void processVertex(int i,
                   double[] xyz)

processTriangle

void processTriangle(int group)