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

Method read

src/main/java/trace/graphics/PlyReader.java:766–766  ·  view source on GitHub ↗
(Type type)

Source from the content-addressed store, hash-verified

764 }
765 }
766 input.needEnd();
767 }
768 return new Pair(vertices, triangles);
769 }

Callers 15

readVerticesMethod · 0.95
OpenMethod · 0.65
newFieldFileMethod · 0.65
zipFilesMethod · 0.65
readDocumentMethod · 0.65
fromExternalMethod · 0.65
loadSingleBoxMethod · 0.65
serializeFromStringMethod · 0.65
runMethod · 0.65
extractFileMethod · 0.65
sendAsChunkedMethod · 0.65
sendAsFixedLengthMethod · 0.65

Implementers 2

AsciiInputsrc/main/java/trace/graphics/PlyReader
BinaryInputsrc/main/java/trace/graphics/PlyReader

Calls

no outgoing calls

Tested by

no test coverage detected