MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / getInput

Method getInput

src/main/java/trace/graphics/PlyReader.java:484–490  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

482 }
483 /**
484 * Returns whether the PLY file contains a mesh.
485 * @return {@code true} if the file contains mesh data (vertices and faces)
486 */
487 public boolean hasFaces() {
488 return hasFaces;
489 }
490 private Input getInput() throws IOException {
491 if (fileFormat==null) {
492 return new AsciiInput(Files.newInputStream(file));
493 } else {

Callers 3

readVerticesMethod · 0.95
readColoredVerticesMethod · 0.95
readMeshMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected