Uses of Class
mathcomp.gui.cfd.PolyData

Packages that use PolyData
mathcomp.gui.cfd Provides GUI features for flow problems. 
mathcomp.io Classes for export. 
 

Uses of PolyData in mathcomp.gui.cfd
 

Methods in mathcomp.gui.cfd that return PolyData
static PolyData PolyData.createFromFile(java.lang.String filename)
           
static PolyData PolyData.createFromReader(java.io.BufferedReader in)
           
 PolyData PolyData.createInnerSurface(double per, double amp, int mode, boolean glueIgnore, boolean slipIgnore, boolean fpIgnore, boolean inIgnore, boolean outIgnore)
          mode = 0 random; mode = 1 sinus
 PolyData PolyDrawerPanel.getPolyData()
           
 PolyData DuctPanel.getPolyData()
           
 PolyData DuctPanel.getSurfacePolyData()
           
 

Methods in mathcomp.gui.cfd with parameters of type PolyData
 void PolyDrawerPanel.setPolyData(PolyData polyData)
           
 void DuctPanel.setPolyData(PolyData polyData)
           
 void DuctPanel.setSurfacePolyData(PolyData surfacePolyData)
           
 

Uses of PolyData in mathcomp.io
 

Methods in mathcomp.io with parameters of type PolyData
static void TriangleIO.createFromPolyData(PolyData pd, java.lang.String outGrid, java.lang.String param)