public class VTKMeshReader
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.util.ArrayList<PointND> |
pts
The read-in points are saved here
|
Constructor and Description |
---|
VTKMeshReader() |
public static java.util.ArrayList<PointND> pts
public java.util.ArrayList<PointND> getPts()
public void setPts(java.util.ArrayList<PointND> pts)
pts
- public void readFile(java.lang.String filename) throws java.io.IOException
filename
- Name of the filejava.io.IOException