Uses of Interface
de.javagl.ply.PlyTarget
-
-
Uses of PlyTarget in de.javagl.ply
Classes in de.javagl.ply that implement PlyTarget Modifier and Type Class Description classAbstractPlyTargetAbstract base implementation of aPlyTarget.classObjectPlyTargetImplementation of aPlyTargetthat can be configured to translate the elements from the PLY into objects, assign the property values to these objects, and pass the final objects to a consumer.Methods in de.javagl.ply with parameters of type PlyTarget Modifier and Type Method Description voidPlyReader. readContent(InputStream inputStream, PlyTarget plyTarget)Read the main content from the given input stream and pass it to the givenPlyTarget.
-