public class PlyReader extends Object
PlyReader()
Pair<String,PlyPropertyType>
parseProperty(String line)
<T> T
read(File file, Class<T> clazz)
PlyData
readPly(File file)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public PlyReader()
public PlyData readPly(File file)
public <T> T read(File file, Class<T> clazz)
public Pair<String,PlyPropertyType> parseProperty(String line) throws IOException
IOException
Copyright © 2019. All rights reserved.