java.lang.Object
gov.nih.mipav.view.renderer.WildMagic.BallPivoting.PlyReader

public class PlyReader extends Object
  • Field Details

    • MAX_USER_DATA

      public static int MAX_USER_DATA
  • Constructor Details

    • PlyReader

      public PlyReader()
  • Method Details

    • readPlyAsciiMesh

      public final void readPlyAsciiMesh(TriMesh mesh, String directory, String filename)
    • readLine

      private static final String readLine(InputStream in) throws IOException
      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

      private static final File openFiles(String directory, String filename)