Uses of Interface
com.irurueta.geometry.io.LoaderIterator
-
Uses of LoaderIterator in com.irurueta.geometry.io
Classes in com.irurueta.geometry.io that implement LoaderIteratorModifier and TypeClassDescriptionprivate classLoader iterator in charge of loading file data in small chunks.private classLoader iterator in charge of loading file data in small chunks.private classInternal implementation of a loader iterator for PLY files.private classLoader iterator in charge of loading file data in small chunks.Methods in com.irurueta.geometry.io that return LoaderIteratorModifier and TypeMethodDescriptionabstract LoaderIteratorLoader.load()Starts the loading process of provided file.LoaderBinary.load()Starts the loading process of provided file.LoaderOBJ.load()Starts the loading process of provided file.LoaderPLY.load()Starts the loading process.LoaderSTL.load()Starts the loading process of provided file.Methods in com.irurueta.geometry.io with parameters of type LoaderIteratorModifier and TypeMethodDescriptionvoidLoaderBinary.LoaderIteratorListenerImpl.onIteratorFinished(LoaderIterator iterator) Method to be notified when the loading process finishes.voidLoaderIteratorListener.onIteratorFinished(LoaderIterator iterator) Method called when a loader iterator has no more data to be read.voidLoaderOBJ.LoaderIteratorListenerImpl.onIteratorFinished(LoaderIterator iterator) Method to be notified when the loading process finishes.voidLoaderPLY.LoaderIteratorListenerImpl.onIteratorFinished(LoaderIterator iterator) Called when a loader iterator has no more data to be read.voidLoaderSTL.LoaderIteratorListenerImpl.onIteratorFinished(LoaderIterator iterator) Method to be notified when the loading process finishes.