Uses of Class
com.irurueta.geometry.io.DataChunk
-
Uses of DataChunk in com.irurueta.geometry.io
Methods in com.irurueta.geometry.io that return DataChunkModifier and TypeMethodDescriptionLoaderBinary.LoaderIteratorBinary.next()Loads and returns next chunk of data, if available.LoaderIterator.next()Reads next chunk of data on the file.LoaderOBJ.LoaderIteratorOBJ.next()Loads and returns next chunk of data, if available.LoaderPLY.LoaderIteratorPLY.next()Reads next chunk of data from PLY file.LoaderSTL.LoaderIteratorSTL.next()Loads and returns next chunk of data, if available.Methods in com.irurueta.geometry.io with parameters of type DataChunkModifier and TypeMethodDescriptionvoidMeshWriterListener.onChunkAvailable(MeshWriter writer, DataChunk chunk) Called when a chunk of data is available.