Class PlyReader
java.lang.Object
gov.nih.mipav.view.renderer.WildMagic.BallPivoting.PlyReader
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MAX_USER_DATA
public static int MAX_USER_DATA
-
-
Constructor Details
-
PlyReader
public PlyReader()
-
-
Method Details
-
readPlyAsciiMesh
-
readLine
Read a line of ASCII text from the input stream.- Parameters:
in- InputStream- Returns:
- line of the ascii file as a String
- Throws:
IOException- I/O exception
-
openFiles
-