void
LoaderPLY.LoaderIteratorPLY.AsciiVertexFetcherListener.fetch(long index)
Fetches vertex position and sets current stream position to
desired vertex.
void
VertexFetcherListener.fetch(long index)
Moves current file position so that on next read requested vertex data
can be read.
private void
Finds in file stream the location of the first vertex and face.
Returns data type of the value indicating length of the array if this is
a list property.
Returns name of this element.
Returns name of this property.
Returns list of properties contained in this element.
Returns listener to read the length value of this property contained
within the byte read buffer and transform it into the appropriate data
type for this property.
Returns listener to read the appropriate amount of bytes from a PLY file
corresponding to this property length data type.
Returns listener to read the value of this property contained within the
byte read buffer and transforms it into the appropriate data type for
this property.
Returns listener to read the appropriate amount of bytes from a PLY file
corresponding to this property data type.
Returns data type for the value contained within this property.
LoaderBinary.LoaderIteratorBinary.next()
Loads and returns next chunk of data, if available.
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.
private void
Sets the listener to read length value from temporal buffer to
provided property.
private void
Sets the listener to read length value of a property from the file
stream for a given PLY header property and using provided storage
mode.
private void
Sets the listener to read data from the file stream for a given
PLY header property and using provided storage mode.