Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractFileReaderAndWriter - Class in com.irurueta.geometry.io
-
Abstract class that provides methods to access file data at random positions.
- AbstractFileReaderAndWriter() - Constructor for class com.irurueta.geometry.io.AbstractFileReaderAndWriter
- addExistingVertexToChunk(int) - Method in class com.irurueta.geometry.io.LoaderOBJ.LoaderIteratorOBJ
-
Adds index to current chunk of data referring to a previously existing vertex in the chunk.
- addExistingVertexToChunk(int) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY
-
Adds provided vertex index into chunk of data.
- addNewVertexDataToChunk() - Method in class com.irurueta.geometry.io.LoaderOBJ.LoaderIteratorOBJ
-
Adds data of last vertex being loaded to current chunk of data as a new vertex.
- addNewVertexDataToChunk() - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY
-
Adds data of last vertex that has been read to the arrays of current chunk of data.
- addNewVertexDataToChunk() - Method in class com.irurueta.geometry.io.LoaderSTL.LoaderIteratorSTL
-
Adds data of last vertex being loaded to current chunk of data as a new vertex.
- addNormalPositionToMap(long, long) - Method in class com.irurueta.geometry.io.LoaderOBJ.LoaderIteratorOBJ
-
Add normal coordinate to cache of file positions.
- addTextureCoordPositionToMap(long, long) - Method in class com.irurueta.geometry.io.LoaderOBJ.LoaderIteratorOBJ
-
Add texture coordinate position to cache of file positions.
- addVertexPositionToMap(long, long) - Method in class com.irurueta.geometry.io.LoaderOBJ.LoaderIteratorOBJ
-
Add vertex position to cache of file positions.
- addVertexPositionToMap(long, long) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY
-
Caches provided vertex index to relate it to given stream position where vertex data can be found.
- allowDuplicateVerticesInChunk - Variable in class com.irurueta.geometry.io.LoaderOBJ
-
To allow faster file loading, it might be allowed to repeat points in a chunk.
- allowDuplicateVerticesInChunk - Variable in class com.irurueta.geometry.io.LoaderPLY
-
Indicates whether duplicate vertices in a chunk are allowed.
- alpha - Variable in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY
-
Last alpha color component that was read.
- AlphaCharReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.AlphaCharReadValueFromBufferListener
- AlphaDoubleReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.AlphaDoubleReadValueFromBufferListener
- AlphaFloat32ReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.AlphaFloat32ReadValueFromBufferListener
- AlphaFloat64ReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.AlphaFloat64ReadValueFromBufferListener
- AlphaFloatReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.AlphaFloatReadValueFromBufferListener
- AlphaInt16ReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.AlphaInt16ReadValueFromBufferListener
- AlphaInt32ReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.AlphaInt32ReadValueFromBufferListener
- AlphaInt8ReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.AlphaInt8ReadValueFromBufferListener
- AlphaIntReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.AlphaIntReadValueFromBufferListener
- AlphaShortReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.AlphaShortReadValueFromBufferListener
- alphaTextureMap - Variable in class com.irurueta.geometry.io.Material
-
Alpha texture.
- AlphaUcharReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.AlphaUcharReadValueFromBufferListener
- AlphaUint16ReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.AlphaUint16ReadValueFromBufferListener
- AlphaUint32ReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.AlphaUint32ReadValueFromBufferListener
- AlphaUint8ReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.AlphaUint8ReadValueFromBufferListener
- AlphaUintReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.AlphaUintReadValueFromBufferListener
- AlphaUshortReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.AlphaUshortReadValueFromBufferListener
- AMBIENT_LIGHT - Static variable in class com.irurueta.geometry.io.Chunk3DS
- AMBIENT_NODE_TAG - Static variable in class com.irurueta.geometry.io.Chunk3DS
- ambientBlueColor - Variable in class com.irurueta.geometry.io.Material
-
Ambient blue color component value.
- ambientGreenColor - Variable in class com.irurueta.geometry.io.Material
-
Ambient green color component value.
- ambientRedColor - Variable in class com.irurueta.geometry.io.Material
-
Ambient red color component value.
- ambientTextureMap - Variable in class com.irurueta.geometry.io.Material
-
Ambient texture.
- areDuplicateVerticesInChunkAllowed() - Method in class com.irurueta.geometry.io.LoaderOBJ
-
Returns boolean indicating if repeated vertices in a chunk are allowed to provide faster file loading.
- areDuplicateVerticesInChunkAllowed() - Method in class com.irurueta.geometry.io.LoaderPLY
-
Determines whether duplicate vertices in a chunk are allowed.
- areMaterialsAvailable() - Method in class com.irurueta.geometry.io.MaterialLoaderOBJ
-
Indicates if any material has been loaded already.
- arePropertiesAvailable() - Method in class com.irurueta.geometry.io.ElementPLY
-
Indicates whether properties have already been set and are available for retrieval.
- ARTIFACT_ID_KEY - Static variable in class com.irurueta.geometry.io.BuildInfo
-
Key to obtain artifactId of this library from properties file.
- artifactId - Variable in class com.irurueta.geometry.io.BuildInfo
-
ArtifactId of this library.
- ASCII_END - Static variable in class com.irurueta.geometry.io.LoaderSTL.LoaderIteratorSTL
-
Constant defining end of 3D file.
- ASCII_END_FACET - Static variable in class com.irurueta.geometry.io.LoaderSTL.LoaderIteratorSTL
-
Constant defining end of 3D face (i.e. triangle or polygon).
- ASCII_END_LOOP - Static variable in class com.irurueta.geometry.io.LoaderSTL.LoaderIteratorSTL
-
Constant defining end of loop containing vertices.
- ASCII_FACET - Static variable in class com.irurueta.geometry.io.LoaderSTL.LoaderIteratorSTL
-
Constant defining a face (i.e. triangle or polygon).
- ASCII_LOOP - Static variable in class com.irurueta.geometry.io.LoaderSTL.LoaderIteratorSTL
-
Constant defining a loop that will contain vertices.
- ASCII_NORMAL - Static variable in class com.irurueta.geometry.io.LoaderSTL.LoaderIteratorSTL
-
Constant defining a normal.
- ASCII_OUTER - Static variable in class com.irurueta.geometry.io.LoaderSTL.LoaderIteratorSTL
-
Constant defining grouping levels.
- ASCII_START - Static variable in class com.irurueta.geometry.io.LoaderSTL.LoaderIteratorSTL
-
Constant defining beginning of 3D file.
- ASCII_VERTEX - Static variable in class com.irurueta.geometry.io.LoaderSTL.LoaderIteratorSTL
-
Constant defining a vertex.
- AsciiCharReadValueFromStreamListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.AsciiCharReadValueFromStreamListener
- AsciiDoubleReadValueFromStreamListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.AsciiDoubleReadValueFromStreamListener
- AsciiFloat32ReadValueFromStreamListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.AsciiFloat32ReadValueFromStreamListener
- AsciiFloat64ReadValueFromStreamListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.AsciiFloat64ReadValueFromStreamListener
- AsciiFloatReadValueFromStreamListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.AsciiFloatReadValueFromStreamListener
- AsciiInt16ReadValueFromStreamListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.AsciiInt16ReadValueFromStreamListener
- AsciiInt32ReadValueFromStreamListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.AsciiInt32ReadValueFromStreamListener
- AsciiInt8ReadValueFromStreamListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.AsciiInt8ReadValueFromStreamListener
- AsciiIntReadValueFromStreamListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.AsciiIntReadValueFromStreamListener
- AsciiShortReadValueFromStreamListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.AsciiShortReadValueFromStreamListener
- AsciiUcharReadValueFromStreamListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.AsciiUcharReadValueFromStreamListener
- AsciiUint16ReadValueFromStreamListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.AsciiUint16ReadValueFromStreamListener
- AsciiUint32ReadValueFromStreamListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.AsciiUint32ReadValueFromStreamListener
- AsciiUint8ReadValueFromStreamListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.AsciiUint8ReadValueFromStreamListener
- AsciiUintReadValueFromStreamListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.AsciiUintReadValueFromStreamListener
- AsciiUshortReadValueFromStreamListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.AsciiUshortReadValueFromStreamListener
- AsciiVertexFetcherListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.AsciiVertexFetcherListener
B
- BIG_ENDIAN_TYPE - Enum constant in enum class com.irurueta.geometry.io.EndianType
-
Big endian or natural order.
- BINARY_HEADER_SIZE - Static variable in class com.irurueta.geometry.io.LoaderSTL.LoaderIteratorSTL
-
Header size for binary format.
- BinaryBigEndianDoubleReadValueFromStreamListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.BinaryBigEndianDoubleReadValueFromStreamListener
- BinaryBigEndianFloat32ReadValueFromStreamListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.BinaryBigEndianFloat32ReadValueFromStreamListener
- BinaryBigEndianFloat64ReadValueFromStreamListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.BinaryBigEndianFloat64ReadValueFromStreamListener
- BinaryBigEndianFloatReadValueFromStreamListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.BinaryBigEndianFloatReadValueFromStreamListener
- BinaryBigEndianInt16ReadValueFromStreamListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.BinaryBigEndianInt16ReadValueFromStreamListener
- BinaryBigEndianInt32ReadValueFromStreamListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.BinaryBigEndianInt32ReadValueFromStreamListener
- BinaryBigEndianIntReadValueFromStreamListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.BinaryBigEndianIntReadValueFromStreamListener
- BinaryBigEndianShortReadValueFromStreamListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.BinaryBigEndianShortReadValueFromStreamListener
- BinaryBigEndianUint16ReadValueFromStreamListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.BinaryBigEndianUint16ReadValueFromStreamListener
- BinaryBigEndianUint32ReadValueFromStreamListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.BinaryBigEndianUint32ReadValueFromStreamListener
- BinaryBigEndianUintReadValueFromStreamListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.BinaryBigEndianUintReadValueFromStreamListener
- BinaryBigEndianUshortReadValueFromStreamListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.BinaryBigEndianUshortReadValueFromStreamListener
- BinaryCharReadValueFromStreamListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.BinaryCharReadValueFromStreamListener
- BinaryInt8ReadValueFromStreamListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.BinaryInt8ReadValueFromStreamListener
- BinaryLittleEndianDoubleReadValueFromStreamListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.BinaryLittleEndianDoubleReadValueFromStreamListener
- BinaryLittleEndianFloat32ReadValueFromStreamListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.BinaryLittleEndianFloat32ReadValueFromStreamListener
- BinaryLittleEndianFloat64ReadValueFromStreamListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.BinaryLittleEndianFloat64ReadValueFromStreamListener
- BinaryLittleEndianFloatReadValueFromStreamListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.BinaryLittleEndianFloatReadValueFromStreamListener
- BinaryLittleEndianInt16ReadValueFromStreamListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.BinaryLittleEndianInt16ReadValueFromStreamListener
- BinaryLittleEndianInt32ReadValueFromStreamListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.BinaryLittleEndianInt32ReadValueFromStreamListener
- BinaryLittleEndianIntReadValueFromStreamListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.BinaryLittleEndianIntReadValueFromStreamListener
- BinaryLittleEndianShortReadValueFromStreamListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.BinaryLittleEndianShortReadValueFromStreamListener
- BinaryLittleEndianUint16ReadValueFromStreamListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.BinaryLittleEndianUint16ReadValueFromStreamListener
- BinaryLittleEndianUint32ReadValueFromStreamListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.BinaryLittleEndianUint32ReadValueFromStreamListener
- BinaryLittleEndianUintReadValueFromStreamListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.BinaryLittleEndianUintReadValueFromStreamListener
- BinaryLittleEndianUshortReadValueFromStreamListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.BinaryLittleEndianUshortReadValueFromStreamListener
- BinaryUcharReadValueFromStreamListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.BinaryUcharReadValueFromStreamListener
- BinaryUint8ReadValueFromStreamListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.BinaryUint8ReadValueFromStreamListener
- BinaryVertexFetcherListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.BinaryVertexFetcherListener
- BIT_MAP - Static variable in class com.irurueta.geometry.io.Chunk3DS
- blue - Variable in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY
-
Last blue color component that was read.
- BlueCharReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.BlueCharReadValueFromBufferListener
- BlueDoubleReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.BlueDoubleReadValueFromBufferListener
- BlueFloat32ReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.BlueFloat32ReadValueFromBufferListener
- BlueFloat64ReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.BlueFloat64ReadValueFromBufferListener
- BlueFloatReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.BlueFloatReadValueFromBufferListener
- BlueInt16ReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.BlueInt16ReadValueFromBufferListener
- BlueInt32ReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.BlueInt32ReadValueFromBufferListener
- BlueInt8ReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.BlueInt8ReadValueFromBufferListener
- BlueIntReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.BlueIntReadValueFromBufferListener
- BlueShortReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.BlueShortReadValueFromBufferListener
- BlueUcharReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.BlueUcharReadValueFromBufferListener
- BlueUint16ReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.BlueUint16ReadValueFromBufferListener
- BlueUint32ReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.BlueUint32ReadValueFromBufferListener
- BlueUint8ReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.BlueUint8ReadValueFromBufferListener
- BlueUintReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.BlueUintReadValueFromBufferListener
- BlueUshortReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.BlueUshortReadValueFromBufferListener
- BOUNDBOX - Static variable in class com.irurueta.geometry.io.Chunk3DS
- BOUNDING_BYTES_SIZE - Static variable in class com.irurueta.geometry.io.LoaderBinary
-
Number of bytes required to determine the bounding box of a chunk or the whole 3D object (which are 2 3D points = 2x3 coordinates = 6 floats * 4 bytes per float).
- branch - Variable in class com.irurueta.geometry.io.BuildInfo
-
Build branch.
- BRANCH_KEY - Static variable in class com.irurueta.geometry.io.BuildInfo
-
Key to obtain build branch from properties file.
- buffer - Variable in class com.irurueta.geometry.io.MappedFileReaderAndWriter
-
Buffer where data is stored.
- BUFFER_SIZE - Static variable in class com.irurueta.geometry.io.LoaderBinary
-
Buffer size to load input file.
- BUFFER_SIZE - Static variable in class com.irurueta.geometry.io.LoaderPLY
-
Size of internal buffer where bytes from stream of data read into.
- BUFFER_SIZE - Static variable in class com.irurueta.geometry.io.MeshWriterBinary
-
Buffer size to write data into output stream.
- BUILD_INFO_PROPERTIES - Static variable in class com.irurueta.geometry.io.BuildInfo
-
Location of properties file that contains build data.
- BUILD_NUMBER_KEY - Static variable in class com.irurueta.geometry.io.BuildInfo
-
Key to obtain build number from properties file.
- BUILD_TIMESTAMP_KEY - Static variable in class com.irurueta.geometry.io.BuildInfo
-
Key to obtain build timestamp from properties file.
- BuildInfo - Class in com.irurueta.geometry.io
-
Contains build data of this library.
- BuildInfo() - Constructor for class com.irurueta.geometry.io.BuildInfo
-
Constructor.
- buildNumber - Variable in class com.irurueta.geometry.io.BuildInfo
-
Build number.
- buildTimestamp - Variable in class com.irurueta.geometry.io.BuildInfo
-
Build timestamp.
- buildTriangulatedIndices(List<VertexOBJ>) - Method in class com.irurueta.geometry.io.LoaderOBJ.LoaderIteratorOBJ
-
Internal method to decompose an array of vertices forming a polygon in a set of arrays of vertices corresponding to triangles after triangulation of the polygon.
- buildTriangulatedIndices(List<Point3D>, long[]) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY
-
Triangulates provided polygon having vertices corresponding to provided indices and returns an array of indices corresponding to the triangles forming the polygon.
- bumpTextureMap - Variable in class com.irurueta.geometry.io.Material
-
Bump texture.
C
- CAM_RANGES - Static variable in class com.irurueta.geometry.io.Chunk3DS
- CAM_SEE_CONE - Static variable in class com.irurueta.geometry.io.Chunk3DS
- CAMERA_NODE_TAG - Static variable in class com.irurueta.geometry.io.Chunk3DS
- CAST_SHADOWS_ONTO_INVISIBLE_SURFACES - Enum constant in enum class com.irurueta.geometry.io.Illumination
-
Cast shadows onto invisible surfaces.
- charset - Variable in class com.irurueta.geometry.io.MeshWriterJson
-
Indicates charset to use in resulting JSON file.
- Chunk3DS - Class in com.irurueta.geometry.io
- Chunk3DS() - Constructor for class com.irurueta.geometry.io.Chunk3DS
- chunkId - Variable in class com.irurueta.geometry.io.Chunk3DS
- close() - Method in class com.irurueta.geometry.io.FileReaderAndWriter
-
Closes this file stream and releases any system resources associated with the stream.
- close() - Method in class com.irurueta.geometry.io.Loader
-
Closes file provided to this loader.
- close() - Method in class com.irurueta.geometry.io.MappedFileReaderAndWriter
-
Closes this file stream and releases any system resources associated with the stream.
- close() - Method in class com.irurueta.geometry.io.MaterialLoader
-
Closes file provided to this loader.
- CMAGIC - Static variable in class com.irurueta.geometry.io.Chunk3DS
- COL_TRACK_TAG - Static variable in class com.irurueta.geometry.io.Chunk3DS
- COLOR_24 - Static variable in class com.irurueta.geometry.io.Chunk3DS
- COLOR_AND_AMBIENT_OFF - Enum constant in enum class com.irurueta.geometry.io.Illumination
-
Color on and ambient off.
- COLOR_AND_AMBIENT_ON - Enum constant in enum class com.irurueta.geometry.io.Illumination
-
Color on and ambient on.
- COLOR_F - Static variable in class com.irurueta.geometry.io.Chunk3DS
- colorComponents - Variable in class com.irurueta.geometry.io.DataChunk
-
Indicates number of color components stored in the array.
- colorComponents - Variable in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY
-
Indicates number of color components of vertices.
- colors - Variable in class com.irurueta.geometry.io.DataChunk
-
Array containing the color for each vertex in the chunk of data.
- colorsAvailable - Variable in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY
-
Indicates whether file contains colors.
- colorsInChunkArray - Variable in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY
-
Array containing vertex colors in current chunk of data.
- com.irurueta.geometry.io - package com.irurueta.geometry.io
-
This package contains classes to read and transcode 3D files in OBJ, STL or PLY formats.
- comments - Variable in class com.irurueta.geometry.io.HeaderPLY
-
List containing all the string comments that the author might have stored in the file.
- comments - Variable in class com.irurueta.geometry.io.LoaderOBJ
-
List containing comments contained in the file.
- commit - Variable in class com.irurueta.geometry.io.BuildInfo
-
Build commit.
- COMMIT_KEY - Static variable in class com.irurueta.geometry.io.BuildInfo
-
Key to obtain build commit from properties file.
- containsMaterial(String) - Method in class com.irurueta.geometry.io.MaterialLoaderOBJ
-
Indicates if material having provided name has been loaded or not.
- continueIfTriangulationError - Variable in class com.irurueta.geometry.io.LoaderOBJ
-
Determines if file loading should continue even if the triangulation of a polygon fails.
- coords - Variable in class com.irurueta.geometry.io.DataChunk
-
Array containing 3D coordinates for all points in a chunk in consecutive order, that is, array will contain values x0, y0, z0, x1, y1, z1, ...
- coordsInChunkArray - Variable in class com.irurueta.geometry.io.LoaderOBJ.LoaderIteratorOBJ
-
Array containing vertices coordinates to be added to current chunk of data.
- coordsInChunkArray - Variable in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY
-
Array containing vertex coordinates in current chunk of data.
- coordsInChunkArray - Variable in class com.irurueta.geometry.io.LoaderSTL.LoaderIteratorSTL
-
Array containing vertices coordinates to be added to current chunk of data.
- coordX - Variable in class com.irurueta.geometry.io.LoaderOBJ.LoaderIteratorOBJ
-
X coordinate of the latest point that has been read.
- coordX - Variable in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY
-
Last x vertex coordinate that was read.
- coordX - Variable in class com.irurueta.geometry.io.LoaderSTL.LoaderIteratorSTL
-
X coordinate of the latest point that has been read.
- coordY - Variable in class com.irurueta.geometry.io.LoaderOBJ.LoaderIteratorOBJ
-
Y coordinate of the latest point that has been read.
- coordY - Variable in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY
-
Last y vertex coordinate that was read.
- coordY - Variable in class com.irurueta.geometry.io.LoaderSTL.LoaderIteratorSTL
-
Y coordinate of the latest point that has been read.
- coordZ - Variable in class com.irurueta.geometry.io.LoaderOBJ.LoaderIteratorOBJ
-
Z coordinate of the latest point that has been read.
- coordZ - Variable in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY
-
Last z vertex coordinate that was read.
- coordZ - Variable in class com.irurueta.geometry.io.LoaderSTL.LoaderIteratorSTL
-
Z coordinate of the latest point that has been read.
- CRCDisabledException - Exception in com.irurueta.geometry.io
-
Raised if attempting to retrieve a CRC value when such an option is not enabled.
- CRCDisabledException() - Constructor for exception com.irurueta.geometry.io.CRCDisabledException
-
Constructor.
- CRCDisabledException(String) - Constructor for exception com.irurueta.geometry.io.CRCDisabledException
-
Constructor with String containing message.
- CRCDisabledException(String, Throwable) - Constructor for exception com.irurueta.geometry.io.CRCDisabledException
-
Constructor with message and cause.
- CRCDisabledException(Throwable) - Constructor for exception com.irurueta.geometry.io.CRCDisabledException
-
Constructor with cause.
- currentChunkMaterialName - Variable in class com.irurueta.geometry.io.LoaderOBJ.LoaderIteratorOBJ
-
Name of current material of data being loaded.
- currentFace - Variable in class com.irurueta.geometry.io.LoaderOBJ.LoaderIteratorOBJ
-
Index of current face (i.e. polygon) that has been loaded.
- currentFace - Variable in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY
-
Current triangle/polygon being read from all faces available in the file.
- currentMaterial - Variable in class com.irurueta.geometry.io.LoaderOBJ.LoaderIteratorOBJ
-
Reference to current material of data being loaded.
- currentMaterial - Variable in class com.irurueta.geometry.io.MaterialLoaderOBJ
-
Current material being loaded.
- currentStreamPosition - Variable in class com.irurueta.geometry.io.LoaderOBJ.LoaderIteratorOBJ
-
Contains position where file is currently being loaded.
- currentStreamPosition - Variable in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY
-
Stores current position in file stream.
- currentTriangle - Variable in class com.irurueta.geometry.io.LoaderSTL.LoaderIteratorSTL
-
Indicates current triangle being read (when available).
D
- DataChunk - Class in com.irurueta.geometry.io
-
Class containing a piece of 3D data loaded from a file.
- DataChunk() - Constructor for class com.irurueta.geometry.io.DataChunk
-
Default Constructor
- dataStream - Variable in class com.irurueta.geometry.io.MeshWriterBinary
-
Stream to write binary data to output.
- DataTypePLY - Enum Class in com.irurueta.geometry.io
-
Enumeration defining supported data types for PLY format.
- DataTypePLY(String) - Constructor for enum class com.irurueta.geometry.io.DataTypePLY
-
Constructor of this enum with a string representation.
- DCUE_BGND - Static variable in class com.irurueta.geometry.io.Chunk3DS
- DEFAULT_ALLOW_DUPLICATE_VERTICES_IN_CHUNK - Static variable in class com.irurueta.geometry.io.LoaderOBJ
-
Constant indicating that duplicated vertices are allowed by default, which allows faster loading.
- DEFAULT_ALLOW_DUPLICATE_VERTICES_IN_CHUNK - Static variable in class com.irurueta.geometry.io.LoaderPLY
-
Constant defining if by default duplicate vertices are allowed in a data chunk.
- DEFAULT_COLOR_COMPONENTS - Static variable in class com.irurueta.geometry.io.DataChunk
-
Constant defining default number of color components for RGB
- DEFAULT_CONTINUE_IF_TRIANGULATION_ERROR - Static variable in class com.irurueta.geometry.io.LoaderOBJ
-
Indicates that loading should continue even if triangulation of some polygons fails.
- DEFAULT_EMBED_TEXTURES - Static variable in class com.irurueta.geometry.io.MeshWriterJson
-
Indicates if textures must be embedded into resulting file.
- DEFAULT_FILE_SIZE_LIMIT_TO_KEEP_IN_MEMORY - Static variable in class com.irurueta.geometry.io.Loader
-
Default limit of bytes to keep mapped in memory.
- DEFAULT_FILE_SIZE_LIMIT_TO_KEEP_IN_MEMORY - Static variable in class com.irurueta.geometry.io.MaterialLoader
-
Maximum allowed file size to keep cached in memory.
- DEFAULT_MAX_STREAM_POSITIONS - Static variable in class com.irurueta.geometry.io.LoaderOBJ
-
Maximum number of stream positions to be cached by default.
- DEFAULT_MAX_STREAM_POSITIONS - Static variable in class com.irurueta.geometry.io.LoaderPLY
-
Constant defining default maximum number of stream positions to be cached.
- DEFAULT_MAX_VERTICES_IN_CHUNK - Static variable in class com.irurueta.geometry.io.LoaderOBJ
-
Constant defining the default value of maximum number of vertices to keep in a chunk.
- DEFAULT_MAX_VERTICES_IN_CHUNK - Static variable in class com.irurueta.geometry.io.LoaderPLY
-
Constant defining maximum number of vertices to be stored in a single data chunk.
- DEFAULT_MAX_VERTICES_IN_CHUNK - Static variable in class com.irurueta.geometry.io.LoaderSTL
-
Constant defining the default value of maximum number of vertices to keep in a chunk.
- DEFAULT_TEXTURE_VALIDATION_ENABLED - Static variable in class com.irurueta.geometry.io.MaterialLoader
-
Constant defining whether textures must be validated by default.
- DEFAULT_USE_REMOTE_TEXTURE_ID - Static variable in class com.irurueta.geometry.io.MeshWriterJson
-
Indicates if by default an identifier for the texture should be included into resulting file so that texture image can be fetched by some other mean.
- DEFAULT_USE_REMOTE_TEXTURE_URL - Static variable in class com.irurueta.geometry.io.MeshWriterJson
-
Indicates if by default a URL indicating where the texture can be located should be included into resulting file.
- DEFAULT_VIEW - Static variable in class com.irurueta.geometry.io.Chunk3DS
- DEFORM_LIMIT - Static variable in class com.irurueta.geometry.io.Chunk3DS
- diffuseBlueColor - Variable in class com.irurueta.geometry.io.Material
-
Diffuse blue color component value.
- diffuseGreenColor - Variable in class com.irurueta.geometry.io.Material
-
Diffuse green color component value.
- diffuseRedColor - Variable in class com.irurueta.geometry.io.Material
-
Diffuse red color component value.
- diffuseTextureMap - Variable in class com.irurueta.geometry.io.Material
-
Diffuse texture.
- DISTANCE_CUE - Static variable in class com.irurueta.geometry.io.Chunk3DS
- DL_ATTENUATE - Static variable in class com.irurueta.geometry.io.Chunk3DS
- DL_EXCLUDE - Static variable in class com.irurueta.geometry.io.Chunk3DS
- DL_INNER_RANGE - Static variable in class com.irurueta.geometry.io.Chunk3DS
- DL_LOCAL_SHADOW2 - Static variable in class com.irurueta.geometry.io.Chunk3DS
- DL_MULTIPLIER - Static variable in class com.irurueta.geometry.io.Chunk3DS
- DL_OFF - Static variable in class com.irurueta.geometry.io.Chunk3DS
- DL_OUTER_RANGE - Static variable in class com.irurueta.geometry.io.Chunk3DS
- DL_RAY_BIAS - Static variable in class com.irurueta.geometry.io.Chunk3DS
- DL_RAYSHAD - Static variable in class com.irurueta.geometry.io.Chunk3DS
- DL_SEE_CONE - Static variable in class com.irurueta.geometry.io.Chunk3DS
- DL_SHADOWED - Static variable in class com.irurueta.geometry.io.Chunk3DS
- DL_SPOT_ASPECT - Static variable in class com.irurueta.geometry.io.Chunk3DS
- DL_SPOT_OVERSHOOT - Static variable in class com.irurueta.geometry.io.Chunk3DS
- DL_SPOT_PROJECTOR - Static variable in class com.irurueta.geometry.io.Chunk3DS
- DL_SPOT_RECTANGULAR - Static variable in class com.irurueta.geometry.io.Chunk3DS
- DL_SPOT_ROLL - Static variable in class com.irurueta.geometry.io.Chunk3DS
- DL_SPOTLIGHT - Static variable in class com.irurueta.geometry.io.Chunk3DS
E
- ElementPLY - Class in com.irurueta.geometry.io
-
Contains an element of the header in a PLY file.
- ElementPLY(String, long) - Constructor for class com.irurueta.geometry.io.ElementPLY
-
Constructor.
- ElementPLY(String, long, PropertyPLY) - Constructor for class com.irurueta.geometry.io.ElementPLY
-
Constructor.
- ElementPLY(String, long, List<PropertyPLY>) - Constructor for class com.irurueta.geometry.io.ElementPLY
-
Constructor.
- elements - Variable in class com.irurueta.geometry.io.HeaderPLY
-
List containing all the elements forming the data of the file.
- embedTexturesEnabled - Variable in class com.irurueta.geometry.io.MeshWriterJson
-
Indicates if textures will be embedded into resulting JSON stream of data.
- endHeaderStreamPosition - Variable in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY
-
Stores position where header of file finishes.
- EndianType - Enum Class in com.irurueta.geometry.io
-
Enumerator indicating endianness or byte ordering.
- EndianType() - Constructor for enum class com.irurueta.geometry.io.EndianType
- endOfFileReached - Variable in class com.irurueta.geometry.io.LoaderSTL.LoaderIteratorSTL
-
Indicates when end of file has been reached.
- endStreamPosition - Variable in class com.irurueta.geometry.io.Chunk3DS
F
- FACE_ARRAY - Static variable in class com.irurueta.geometry.io.Chunk3DS
- FaceCharReadLengthValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.FaceCharReadLengthValueFromBufferListener
- FaceCharReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.FaceCharReadValueFromBufferListener
- FaceDoubleReadLengthValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.FaceDoubleReadLengthValueFromBufferListener
- FaceDoubleReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.FaceDoubleReadValueFromBufferListener
- faceElement - Variable in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY
-
A header element that contains face (triangles/polygons) properties.
- FaceFloat32ReadLengthValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.FaceFloat32ReadLengthValueFromBufferListener
- FaceFloat32ReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.FaceFloat32ReadValueFromBufferListener
- FaceFloat64ReadLengthValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.FaceFloat64ReadLengthValueFromBufferListener
- FaceFloat64ReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.FaceFloat64ReadValueFromBufferListener
- FaceFloatReadLengthValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.FaceFloatReadLengthValueFromBufferListener
- FaceFloatReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.FaceFloatReadValueFromBufferListener
- FaceInt16ReadLengthValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.FaceInt16ReadLengthValueFromBufferListener
- FaceInt16ReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.FaceInt16ReadValueFromBufferListener
- FaceInt32ReadLengthValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.FaceInt32ReadLengthValueFromBufferListener
- FaceInt32ReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.FaceInt32ReadValueFromBufferListener
- FaceInt8ReadLengthValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.FaceInt8ReadLengthValueFromBufferListener
- FaceInt8ReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.FaceInt8ReadValueFromBufferListener
- FaceIntReadLengthValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.FaceIntReadLengthValueFromBufferListener
- FaceIntReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.FaceIntReadValueFromBufferListener
- FaceShortReadLengthValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.FaceShortReadLengthValueFromBufferListener
- FaceShortReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.FaceShortReadValueFromBufferListener
- FaceUcharReadLengthValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.FaceUcharReadLengthValueFromBufferListener
- FaceUcharReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.FaceUcharReadValueFromBufferListener
- FaceUint16ReadLengthValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.FaceUint16ReadLengthValueFromBufferListener
- FaceUint16ReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.FaceUint16ReadValueFromBufferListener
- FaceUint32ReadLengthValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.FaceUint32ReadLengthValueFromBufferListener
- FaceUint32ReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.FaceUint32ReadValueFromBufferListener
- FaceUint8ReadLengthValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.FaceUint8ReadLengthValueFromBufferListener
- FaceUint8ReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.FaceUint8ReadValueFromBufferListener
- FaceUintReadLengthValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.FaceUintReadLengthValueFromBufferListener
- FaceUintReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.FaceUintReadValueFromBufferListener
- FaceUshortReadLengthValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.FaceUshortReadLengthValueFromBufferListener
- FaceUshortReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.FaceUshortReadValueFromBufferListener
- FALL_TRACK_TAG - Static variable in class com.irurueta.geometry.io.Chunk3DS
- fetch(long) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.AsciiVertexFetcherListener
-
Fetches vertex position and sets current stream position to desired vertex.
- fetch(long) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.BinaryVertexFetcherListener
-
Fetches vertex position and sets current stream position to desired vertex.
- fetch(long) - Method in interface com.irurueta.geometry.io.VertexFetcherListener
-
Moves current file position so that on next read requested vertex data can be read.
- fetchNormal(long) - Method in class com.irurueta.geometry.io.LoaderOBJ.LoaderIteratorOBJ
-
Fetches normal data in the file using provided index.
- fetchTexture(long) - Method in class com.irurueta.geometry.io.LoaderOBJ.LoaderIteratorOBJ
-
Fetches texture data in the file using provided index.
- fetchVertex(long) - Method in class com.irurueta.geometry.io.LoaderOBJ.LoaderIteratorOBJ
-
Fetches vertex data in the file using provided index.
- fetchVertexListener - Variable in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY
-
Listener to fetch a vertex position in the stream of data based on its vertex index.
- file - Variable in class com.irurueta.geometry.io.Loader
-
File to be read.
- file - Variable in class com.irurueta.geometry.io.MaterialLoader
-
File to be read.
- file - Variable in class com.irurueta.geometry.io.Texture
-
Reference to file actually containing the texture image.
- fileName - Variable in class com.irurueta.geometry.io.Texture
-
Path to file containing texture image in any of the supported formats.
- FileReaderAndWriter - Class in com.irurueta.geometry.io
-
This class provides methods to access file data at random positions.
- FileReaderAndWriter(File, FileChannel.MapMode) - Constructor for class com.irurueta.geometry.io.FileReaderAndWriter
-
Constructor.
- fileSizeLimitToKeepInMemory - Variable in class com.irurueta.geometry.io.Loader
-
Limit of bytes to keep mapped in memory.
- fileSizeLimitToKeepInMemory - Variable in class com.irurueta.geometry.io.MaterialLoader
-
Limit of bytes to keep mapped in memory.
- findFirstVertexAndFaceStreamPosition() - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY
-
Finds in file stream the location of the first vertex and face.
- firstFaceStreamPosition - Variable in class com.irurueta.geometry.io.LoaderOBJ.LoaderIteratorOBJ
-
Position of first face (i.e. polygon) in the file.
- firstFaceStreamPosition - Variable in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY
-
Stores position where first vertex index containing a triangle or polygon is located.
- firstFaceStreamPositionAvailable - Variable in class com.irurueta.geometry.io.LoaderOBJ.LoaderIteratorOBJ
-
Indicates if first face has been found.
- firstFaceStreamPositionAvailable - Variable in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY
-
Indicates whether first vertex index position has already been read and is available.
- firstMaterialStreamPosition - Variable in class com.irurueta.geometry.io.LoaderOBJ.LoaderIteratorOBJ
-
Indicates location of first material in the file.
- firstMaterialStreamPositionAvailable - Variable in class com.irurueta.geometry.io.LoaderOBJ.LoaderIteratorOBJ
-
Indicates if first material has been found.
- firstNormalStreamPosition - Variable in class com.irurueta.geometry.io.LoaderOBJ.LoaderIteratorOBJ
-
Position of first normal coordinate in the file.
- firstNormalStreamPositionAvailable - Variable in class com.irurueta.geometry.io.LoaderOBJ.LoaderIteratorOBJ
-
Indicates if first normal coordinate has been found.
- firstTextureCoordStreamPosition - Variable in class com.irurueta.geometry.io.LoaderOBJ.LoaderIteratorOBJ
-
Position of first texture coordinate in the file.
- firstTextureCoordStreamPositionAvailable - Variable in class com.irurueta.geometry.io.LoaderOBJ.LoaderIteratorOBJ
-
Indicates if first texture coordinate has been found.
- firstVertexStreamPosition - Variable in class com.irurueta.geometry.io.LoaderOBJ.LoaderIteratorOBJ
-
Position of first vertex in the file.
- firstVertexStreamPosition - Variable in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY
-
Stores position where first vertex is located.
- firstVertexStreamPositionAvailable - Variable in class com.irurueta.geometry.io.LoaderOBJ.LoaderIteratorOBJ
-
Indicates if first vertex position has been found.
- firstVertexStreamPositionAvailable - Variable in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY
-
Indicates whether first vertex position has already been read and is available.
- FLOAT_PERCENTAGE - Static variable in class com.irurueta.geometry.io.Chunk3DS
- FOG - Static variable in class com.irurueta.geometry.io.Chunk3DS
- FOG_BGND - Static variable in class com.irurueta.geometry.io.Chunk3DS
- forValue(int) - Static method in enum class com.irurueta.geometry.io.Illumination
-
Factory method to create and instance of this enum from its associated value.
- forValue(String) - Static method in enum class com.irurueta.geometry.io.DataTypePLY
-
Builds an instance of this enum.
- FOV_TRACK_TAG - Static variable in class com.irurueta.geometry.io.Chunk3DS
- fromBigEndian(double) - Static method in class com.irurueta.geometry.io.Util
-
Converts value from big endian to machine native endian type (in Java native endian type is always Big endian, for that reason this method has no effect).
- fromBigEndian(float) - Static method in class com.irurueta.geometry.io.Util
-
Converts value from big endian to machine native endian type (in Java native endian type is always Big endian, for that reason this method has no effect).
- fromBigEndian(int) - Static method in class com.irurueta.geometry.io.Util
-
Converts value from big endian to machine native endian type (in Java native endian type is always Big endian, for that reason this method has no effect).
- fromBigEndian(long) - Static method in class com.irurueta.geometry.io.Util
-
Converts value from big endian to machine native endian type (in Java native endian type is always Big endian, for that reason this method has no effect).
- fromBigEndian(short) - Static method in class com.irurueta.geometry.io.Util
-
Converts value from big endian to machine native endian type (in Java native endian type is always Big endian, for that reason this method has no effect).
- fromEndianType(EndianType, double) - Static method in class com.irurueta.geometry.io.Util
-
Converts provided value from provided endian type to machine native endian type (in Java native endian type is always big endian).
- fromEndianType(EndianType, float) - Static method in class com.irurueta.geometry.io.Util
-
Converts provided value from provided endian type to machine native endian type (in Java native endian type is always big endian).
- fromEndianType(EndianType, int) - Static method in class com.irurueta.geometry.io.Util
-
Converts provided value from provided endian type to machine native endian type (in Java native endian type is always big endian).
- fromEndianType(EndianType, long) - Static method in class com.irurueta.geometry.io.Util
-
Converts provided value from provided endian type to machine native endian type (in Java native endian type is always big endian).
- fromEndianType(EndianType, short) - Static method in class com.irurueta.geometry.io.Util
-
Converts provided value from provided endian type to machine native endian type (in Java native endian type is always big endian).
- fromLittleEndian(double) - Static method in class com.irurueta.geometry.io.Util
-
Converts value from little endian to machine native endian type (in Java native endian type is always Big endian).
- fromLittleEndian(float) - Static method in class com.irurueta.geometry.io.Util
-
Converts value from little endian to machine native endian type (in Java native endian type is always Big endian).
- fromLittleEndian(int) - Static method in class com.irurueta.geometry.io.Util
-
Converts value from little endian to machine native endian type (in Java native endian type is always Big endian).
- fromLittleEndian(long) - Static method in class com.irurueta.geometry.io.Util
-
Converts value from little endian to machine native endian type (in Java native endian type is always Big endian).
- fromLittleEndian(short) - Static method in class com.irurueta.geometry.io.Util
-
Converts value from little endian to machine native endian type (in Java native endian type is always Big endian).
G
- GeometryIOException - Exception in com.irurueta.geometry.io
-
Base class for exceptions in this package.
- GeometryIOException() - Constructor for exception com.irurueta.geometry.io.GeometryIOException
-
Constructor.
- GeometryIOException(String) - Constructor for exception com.irurueta.geometry.io.GeometryIOException
-
Constructor with String containing message.
- GeometryIOException(String, Throwable) - Constructor for exception com.irurueta.geometry.io.GeometryIOException
-
Constructor with message and cause.
- GeometryIOException(Throwable) - Constructor for exception com.irurueta.geometry.io.GeometryIOException
-
Constructor with cause.
- getAlphaTextureMap() - Method in class com.irurueta.geometry.io.Material
-
Returns alpha texture.
- getAmbientBlueColor() - Method in class com.irurueta.geometry.io.Material
-
Returns ambient blue color component value.
- getAmbientGreenColor() - Method in class com.irurueta.geometry.io.Material
-
Returns ambient green color component value.
- getAmbientRedColor() - Method in class com.irurueta.geometry.io.Material
-
Returns ambient red color component value.
- getAmbientTextureMap() - Method in class com.irurueta.geometry.io.Material
-
Returns ambient texture.
- getArtifactId() - Method in class com.irurueta.geometry.io.BuildInfo
-
Obtains artifactId of this library.
- getBranch() - Method in class com.irurueta.geometry.io.BuildInfo
-
Obtains build branch.
- getBuildNumber() - Method in class com.irurueta.geometry.io.BuildInfo
-
Obtains build number.
- getBuildTimestamp() - Method in class com.irurueta.geometry.io.BuildInfo
-
Obtains build timestamp.
- getBumpTextureMap() - Method in class com.irurueta.geometry.io.Material
-
Returns bump texture.
- getCharset() - Method in class com.irurueta.geometry.io.MeshWriterJson
-
Returns charset to use in resulting JSON file.
- getChunkId() - Method in class com.irurueta.geometry.io.Chunk3DS
- getColorComponents() - Method in class com.irurueta.geometry.io.DataChunk
-
Returns number of color components stored in the array.
- getColorData() - Method in class com.irurueta.geometry.io.DataChunk
-
Returns array containing the color for each vertex in the chunk of data.
- getComments() - Method in class com.irurueta.geometry.io.HeaderPLY
-
Returns a list of strings containing all the comments set by the author of this file.
- getComments() - Method in class com.irurueta.geometry.io.LoaderOBJ
-
Returns a list of the comments contained in the file.
- getCommit() - Method in class com.irurueta.geometry.io.BuildInfo
-
Obtains build commit.
- getDiffuseBlueColor() - Method in class com.irurueta.geometry.io.Material
-
Returns diffuse blue color component value.
- getDiffuseGreenColor() - Method in class com.irurueta.geometry.io.Material
-
Returns diffuse green color component value.
- getDiffuseRedColor() - Method in class com.irurueta.geometry.io.Material
-
Returns diffuse red color component value.
- getDiffuseTextureMap() - Method in class com.irurueta.geometry.io.Material
-
Returns diffuse texture.
- getElements() - Method in class com.irurueta.geometry.io.HeaderPLY
-
Returns the structure of all the elements forming the data of this file.
- getEndStreamPosition() - Method in class com.irurueta.geometry.io.Chunk3DS
- getFaceValues(String[]) - Method in class com.irurueta.geometry.io.LoaderOBJ.LoaderIteratorOBJ
-
This method reads a line containing face (i.e. polygon) indices of vertices and fetches those vertices coordinates and associated data such as texture coordinates or normal coordinates.
- getFile() - Method in class com.irurueta.geometry.io.Texture
-
Returns reference to file actually containing the texture image.
- getFileName() - Method in class com.irurueta.geometry.io.Texture
-
Returns path to file containing texture image in any of the supported formats.
- getFileSizeLimitToKeepInMemory() - Method in class com.irurueta.geometry.io.Loader
-
Get maximum size (in bytes) to determine whether a file is completely cached in memory (if lower than maximum size), or if it is just streamed (if greater than maximum size).
- getFileSizeLimitToKeepInMemory() - Method in class com.irurueta.geometry.io.MaterialLoader
-
Returns maximum allowed file size to keep cached in memory.
- getGroupId() - Method in class com.irurueta.geometry.io.BuildInfo
-
Obtains groupId of this library.
- getHeight() - Method in class com.irurueta.geometry.io.Texture
-
Returns texture image height expressed in pixels.
- getId() - Method in class com.irurueta.geometry.io.Material
-
Returns id of material.
- getId() - Method in class com.irurueta.geometry.io.Texture
-
Returns id assigned to this texture.
- getIllumination() - Method in class com.irurueta.geometry.io.Material
-
Returns illumination method to be used for this material.
- getIndicesData() - Method in class com.irurueta.geometry.io.DataChunk
-
Returns array containing indices of vertices to build the triangles forming the 3D shape on this chunk.
- getInstance() - Static method in class com.irurueta.geometry.io.BuildInfo
-
Obtains singleton instance.
- getLengthType() - Method in class com.irurueta.geometry.io.PropertyPLY
-
Returns data type of the value indicating length of the array if this is a list property.
- getListener() - Method in class com.irurueta.geometry.io.Loader
-
Returns listener of this instance.
- getListener() - Method in class com.irurueta.geometry.io.MaterialLoader
-
Returns material listener of this instance.
- getListener() - Method in class com.irurueta.geometry.io.MeshWriter
-
Returns listener to be notified when transcoding process starts, stops or when progress changes.
- getMaterial() - Method in class com.irurueta.geometry.io.DataChunk
-
Returns material of this chunk.
- getMaterialByName(String) - Method in class com.irurueta.geometry.io.MaterialLoaderOBJ
-
Gets a material by its name, or null if material is not found.
- getMaterialByTextureMapName(String) - Method in class com.irurueta.geometry.io.MaterialLoaderOBJ
-
Returns material by texture name.
- getMaterialName() - Method in class com.irurueta.geometry.io.Material3DS
-
Returns material name.
- getMaterialName() - Method in class com.irurueta.geometry.io.MaterialOBJ
-
Returns material name.
- getMaterials() - Method in class com.irurueta.geometry.io.LoaderOBJ
-
Gets collection of materials contained in the materials file associated to an OBJ file.
- getMaterials() - Method in class com.irurueta.geometry.io.MaterialLoaderOBJ
-
Returns set of materials that have been read.
- getMaxStreamPositions() - Method in class com.irurueta.geometry.io.LoaderOBJ
-
Returns maximum number of file stream positions to be cached.
- getMaxStreamPositions() - Method in class com.irurueta.geometry.io.LoaderPLY
-
Returns maximum number of stream positions to be cached.
- getMaxVerticesInChunk() - Method in class com.irurueta.geometry.io.LoaderOBJ
-
Returns maximum number of vertices allowed in a chunk.
- getMaxVerticesInChunk() - Method in class com.irurueta.geometry.io.LoaderPLY
-
Returns maximum number of vertices to keep in a chunk of data.
- getMaxVerticesInChunk() - Method in class com.irurueta.geometry.io.LoaderSTL
-
Returns maximum number of vertices allowed in a chunk.
- getMaxX() - Method in class com.irurueta.geometry.io.DataChunk
-
Returns X maximum coordinate of the bounding box containing all the data of this data chunk.
- getMaxY() - Method in class com.irurueta.geometry.io.DataChunk
-
Returns Y maximum coordinate of the bounding box containing all the data of this data chunk.
- getMaxZ() - Method in class com.irurueta.geometry.io.DataChunk
-
Returns Z maximum coordinate of the bounding box containing all the data of this data chunk.
- getMeshFormat() - Method in class com.irurueta.geometry.io.Loader
-
Returns mesh format this instance is capable of loading.
- getMeshFormat() - Method in class com.irurueta.geometry.io.LoaderBinary
-
Returns mesh format supported by this class, which is MESH_FORMAT_BINARY2.
- getMeshFormat() - Method in class com.irurueta.geometry.io.LoaderOBJ
-
Returns mesh format supported by this class, which is MESH_FORMAT_OBJ.
- getMeshFormat() - Method in class com.irurueta.geometry.io.LoaderPLY
-
Returns mesh format supported by this loader, which is PLY_MESH_FORMAT.
- getMeshFormat() - Method in class com.irurueta.geometry.io.LoaderSTL
-
Returns mesh format supported by this class, which is MESH_FORMAT_STL.
- getMinX() - Method in class com.irurueta.geometry.io.DataChunk
-
Returns X minimum coordinate of the bounding box containing all the data of this data chunk.
- getMinY() - Method in class com.irurueta.geometry.io.DataChunk
-
Returns Y minimum coordinate of the bounding box containing all the data of this data chunk.
- getMinZ() - Method in class com.irurueta.geometry.io.DataChunk
-
Returns Z minimum coordinate of the bounding box containing all the data of this data chunk.
- getName() - Method in class com.irurueta.geometry.io.ElementPLY
-
Returns name of this element.
- getName() - Method in class com.irurueta.geometry.io.PropertyPLY
-
Returns name of this property.
- getNormalIndex() - Method in class com.irurueta.geometry.io.VertexOBJ
-
Returns index of normal corresponding to this vertex in OBJ file.
- getNormalsData() - Method in class com.irurueta.geometry.io.DataChunk
-
Returns array containing normal coordinates for each vertex.
- getNumberOfInstances() - Method in class com.irurueta.geometry.io.ElementPLY
-
Returns number of instances of this element (i.e. number of vertices or number of faces).
- getNumberOfVertices() - Method in class com.irurueta.geometry.io.LoaderSTL
-
Gets number of vertices contained in the file.
- getNumberOfVertices() - Method in class com.irurueta.geometry.io.LoaderSTL.LoaderIteratorSTL
-
Gets number of vertices contained in the file.
- getObjInfos() - Method in class com.irurueta.geometry.io.HeaderPLY
-
Returns list of strings containing additional object information.
- getPosition() - Method in class com.irurueta.geometry.io.AbstractFileReaderAndWriter
-
Returns the current offset in this file.
- getPosition() - Method in class com.irurueta.geometry.io.FileReaderAndWriter
-
Returns the current offset in this file.
- getPosition() - Method in class com.irurueta.geometry.io.MappedFileReaderAndWriter
-
Returns the current offset in this file.
- getProperties() - Method in class com.irurueta.geometry.io.ElementPLY
-
Returns list of properties contained in this element.
- getPropertyType() - Method in class com.irurueta.geometry.io.PropertyPLY
-
Property type (either scalar or list).
- getReadFromStreamListener(DataTypePLY, PLYStorageMode) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY
-
Returns a listener to read data from the file stream using provided data type (int8, uint8, int16, uint16, etc.) and storage mode (ascii, little endian or big endian).
- getReadLengthValueFromBufferListener() - Method in class com.irurueta.geometry.io.PropertyPLY
-
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.
- getReadLengthValueFromStreamListener() - Method in class com.irurueta.geometry.io.PropertyPLY
-
Returns listener to read the appropriate amount of bytes from a PLY file corresponding to this property length data type.
- getReadValueFromBufferListener() - Method in class com.irurueta.geometry.io.PropertyPLY
-
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.
- getReadValueFromStreamListener() - Method in class com.irurueta.geometry.io.PropertyPLY
-
Returns listener to read the appropriate amount of bytes from a PLY file corresponding to this property data type.
- getSize() - Method in class com.irurueta.geometry.io.Chunk3DS
- getSolidName() - Method in class com.irurueta.geometry.io.LoaderSTL
-
Returns name for the 3D object.
- getSolidName() - Method in class com.irurueta.geometry.io.LoaderSTL.LoaderIteratorSTL
-
Returns name for the 3D object.
- getSpecularBlueColor() - Method in class com.irurueta.geometry.io.Material
-
Returns specular blue color component value.
- getSpecularCoefficient() - Method in class com.irurueta.geometry.io.Material
-
Returns specular coefficient.
- getSpecularGreenColor() - Method in class com.irurueta.geometry.io.Material
-
Returns specular green color component value.
- getSpecularRedColor() - Method in class com.irurueta.geometry.io.Material
-
Returns specular red color component value.
- getSpecularTextureMap() - Method in class com.irurueta.geometry.io.Material
-
Returns specular texture.
- getStartStreamPosition() - Method in class com.irurueta.geometry.io.Chunk3DS
- getStorageMode() - Method in class com.irurueta.geometry.io.HeaderPLY
-
Returns storage mode of this file.
- getStream() - Method in class com.irurueta.geometry.io.MeshWriter
-
Returns stream where trans-coded data will be written to.
- getTextureCoordinatesData() - Method in class com.irurueta.geometry.io.DataChunk
-
Returns array containing texture coordinates in a texture image for a given 3D point.
- getTextureIndex() - Method in class com.irurueta.geometry.io.VertexOBJ
-
Returns index of texture assigned to this vertex in OBJ file.
- getTransparency() - Method in class com.irurueta.geometry.io.Material
-
Returns transparency of this material.
- getValue() - Method in enum class com.irurueta.geometry.io.DataTypePLY
-
Returns string representation of an instance of this enum.
- getValueType() - Method in class com.irurueta.geometry.io.PropertyPLY
-
Returns data type for the value contained within this property.
- getVersion() - Method in class com.irurueta.geometry.io.BuildInfo
-
Obtains version of this library.
- getVertex() - Method in class com.irurueta.geometry.io.VertexOBJ
-
Returns coordinates of 3D point.
- getVertexIndex() - Method in class com.irurueta.geometry.io.VertexOBJ
-
Returns index of vertex in OBJ file.
- getVerticesCoordinatesData() - Method in class com.irurueta.geometry.io.DataChunk
-
Returns array containing 3D coordinates for all points in a chunk in consecutive order, that is, array will contain values x0, y0, z0, x1, y1, z1... and so on.
- getWidth() - Method in class com.irurueta.geometry.io.Texture
-
Returns texture image width expressed in pixels.
- green - Variable in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY
-
Last green color component that was read.
- GreenCharReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.GreenCharReadValueFromBufferListener
- GreenDoubleReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.GreenDoubleReadValueFromBufferListener
- GreenFloat32ReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.GreenFloat32ReadValueFromBufferListener
- GreenFloat64ReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.GreenFloat64ReadValueFromBufferListener
- GreenFloatReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.GreenFloatReadValueFromBufferListener
- GreenInt16ReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.GreenInt16ReadValueFromBufferListener
- GreenInt32ReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.GreenInt32ReadValueFromBufferListener
- GreenInt8ReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.GreenInt8ReadValueFromBufferListener
- GreenIntReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.GreenIntReadValueFromBufferListener
- GreenShortReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.GreenShortReadValueFromBufferListener
- GreenUcharReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.GreenUcharReadValueFromBufferListener
- GreenUint16ReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.GreenUint16ReadValueFromBufferListener
- GreenUint32ReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.GreenUint32ReadValueFromBufferListener
- GreenUint8ReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.GreenUint8ReadValueFromBufferListener
- GreenUintReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.GreenUintReadValueFromBufferListener
- GreenUshortReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.GreenUshortReadValueFromBufferListener
- GROUP_ID_KEY - Static variable in class com.irurueta.geometry.io.BuildInfo
-
Key to obtain groupID of this library from properties file.
- groupId - Variable in class com.irurueta.geometry.io.BuildInfo
-
GroupId of this library.
H
- hasFile() - Method in class com.irurueta.geometry.io.Loader
-
Indicates whether a file to be loaded has already been set.
- hasFile() - Method in class com.irurueta.geometry.io.MaterialLoader
-
Indicates whether a material file to be loaded has already been set.
- hasNext() - Method in class com.irurueta.geometry.io.LoaderBinary.LoaderIteratorBinary
-
Indicates if there is another chunk of data to be loaded.
- hasNext() - Method in interface com.irurueta.geometry.io.LoaderIterator
-
Returns boolean indicating if there is more data to be read.
- hasNext() - Method in class com.irurueta.geometry.io.LoaderOBJ.LoaderIteratorOBJ
-
Indicates if there is another chunk of data to be loaded.
- hasNext() - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY
-
Indicates if there are still more chunks of data to be read on this PLY file.
- hasNext() - Method in class com.irurueta.geometry.io.LoaderSTL.LoaderIteratorSTL
-
Indicates if there is another chunk of data to be loaded.
- header - Variable in class com.irurueta.geometry.io.LoaderPLY
-
Keeps PLY header data.
- HeaderPLY - Class in com.irurueta.geometry.io
-
This class contains elements of the header of a PLY file.
- HeaderPLY() - Constructor for class com.irurueta.geometry.io.HeaderPLY
-
Constructor
- height - Variable in class com.irurueta.geometry.io.Texture
-
Height of texture image expressed in pixels.
- HI_SHADOW_BIAS - Static variable in class com.irurueta.geometry.io.Chunk3DS
- HIDE_TRACK_TAG - Static variable in class com.irurueta.geometry.io.Chunk3DS
- HIGHLIGHT_ON - Enum constant in enum class com.irurueta.geometry.io.Illumination
-
Highlight on.
- HOT_TRACK_TAG - Static variable in class com.irurueta.geometry.io.Chunk3DS
I
- id - Variable in class com.irurueta.geometry.io.Material
-
Material ID.
- id - Variable in class com.irurueta.geometry.io.Texture
-
ID assigned to this texture.
- ignoreTextureValidation - Variable in class com.irurueta.geometry.io.MeshWriter
-
Indicates if texture validation will be ignored or not.
- illumination - Variable in class com.irurueta.geometry.io.Material
-
Illumination of this material.
- Illumination - Enum Class in com.irurueta.geometry.io
-
Enumerator containing the available illumination options and their corresponding integer values, as shown below: 0.
- Illumination(int) - Constructor for enum class com.irurueta.geometry.io.Illumination
-
Constructor.
- increaseIndicesArraySize() - Method in class com.irurueta.geometry.io.LoaderOBJ.LoaderIteratorOBJ
-
Increases size of arrays of data.
- increaseIndicesArraySize() - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY
-
This method increases the size of arrays containing data of current chunk.
- increaseIndicesArraySize() - Method in class com.irurueta.geometry.io.LoaderSTL.LoaderIteratorSTL
-
Increases size of arrays of data.
- index - Variable in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY
-
Last vertex index that was read.
- indices - Variable in class com.irurueta.geometry.io.DataChunk
-
Array containing indices of vertices to build the triangles forming the 3D shape on this chunk.
- indicesAvailable - Variable in class com.irurueta.geometry.io.LoaderOBJ.LoaderIteratorOBJ
-
Indicates if indices have been loaded and must be added to current chunk being loaded.
- indicesAvailable - Variable in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY
-
Indicates whether file contains vertex indices.
- indicesInChunk - Variable in class com.irurueta.geometry.io.LoaderOBJ.LoaderIteratorOBJ
-
Number of indices stored in chunk.
- indicesInChunk - Variable in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY
-
Number of indices currently stored in chunk.
- indicesInChunk - Variable in class com.irurueta.geometry.io.LoaderSTL.LoaderIteratorSTL
-
Number of indices stored in chunk.
- indicesInChunkArray - Variable in class com.irurueta.geometry.io.LoaderOBJ.LoaderIteratorOBJ
-
Array containing indices to be added to current chunk of data.
- indicesInChunkArray - Variable in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY
-
Indices of vertices in current chunk.
- indicesInChunkArray - Variable in class com.irurueta.geometry.io.LoaderSTL.LoaderIteratorSTL
-
Array containing indices to be added to current chunk of data.
- indicesInChunkSize - Variable in class com.irurueta.geometry.io.LoaderOBJ.LoaderIteratorOBJ
-
Size of indices stored in chunk.
- indicesInChunkSize - Variable in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY
-
Number of indices used as a default to initialize arrays.
- indicesInChunkSize - Variable in class com.irurueta.geometry.io.LoaderSTL.LoaderIteratorSTL
-
Size of indices stored in chunk.
- indicesMap - Variable in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY
-
Map containing relations between original indices of the stream (key) and their corresponding index in the chunk (value).
- initChunkArrays() - Method in class com.irurueta.geometry.io.LoaderOBJ.LoaderIteratorOBJ
-
Initializes arrays forming current chunk of data.
- initChunkArrays() - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY
-
Initializes arrays where chunk data will be stored.
- initChunkArrays() - Method in class com.irurueta.geometry.io.LoaderSTL.LoaderIteratorSTL
-
Initializes arrays forming current chunk of data.
- INSTANCE_NAME - Static variable in class com.irurueta.geometry.io.Chunk3DS
- INT_PERCENTAGE - Static variable in class com.irurueta.geometry.io.Chunk3DS
- internalListeners - Variable in class com.irurueta.geometry.io.MeshWriter
-
Internal class implementing specific listeners for some specific loader implementations.
- internalSetAllowDuplicateVerticesInChunk(boolean) - Method in class com.irurueta.geometry.io.LoaderPLY
-
Internal method to set whether duplicate vertices in a chunk are allowed.
- internalSetMaxStreamPositions(long) - Method in class com.irurueta.geometry.io.LoaderOBJ
-
Internal method to set maximum number of file stream positions to be cached.
- internalSetMaxStreamPositions(long) - Method in class com.irurueta.geometry.io.LoaderPLY
-
Internal method to set maximum number of stream positions to be cached.
- internalSetMaxVerticesInChunk(int) - Method in class com.irurueta.geometry.io.LoaderOBJ
-
Internal method to set maximum number of vertices allowed in a chunk.
- internalSetMaxVerticesInChunk(int) - Method in class com.irurueta.geometry.io.LoaderPLY
-
Internal method to set maximum number of vertices to keep in a chunk of data.
- internalSetMaxVerticesInChunk(int) - Method in class com.irurueta.geometry.io.LoaderSTL
-
Internal method to set maximum number of vertices allowed in a chunk.
- INTERPCT - Static variable in class com.irurueta.geometry.io.Chunk3DS
- InvalidTextureException - Exception in com.irurueta.geometry.io
-
Raised if a material loader fails to validate a texture.
- InvalidTextureException() - Constructor for exception com.irurueta.geometry.io.InvalidTextureException
-
Constructor.
- InvalidTextureException(String) - Constructor for exception com.irurueta.geometry.io.InvalidTextureException
-
Constructor with String containing message.
- InvalidTextureException(String, Throwable) - Constructor for exception com.irurueta.geometry.io.InvalidTextureException
-
Constructor with message and cause.
- InvalidTextureException(Throwable) - Constructor for exception com.irurueta.geometry.io.InvalidTextureException
-
Constructor with cause.
- isAlphaTextureMapAvailable() - Method in class com.irurueta.geometry.io.Material
-
Indicates if alpha texture has been defined and is available.
- isAmbientBlueColorAvailable() - Method in class com.irurueta.geometry.io.Material
-
Indicates if ambient blue color component value is available.
- isAmbientColorAvailable() - Method in class com.irurueta.geometry.io.Material
-
Indicates if ambient color has been defined.
- isAmbientGreenColorAvailable() - Method in class com.irurueta.geometry.io.Material
-
Indicates if ambient green color component value is available.
- isAmbientRedColorAvailable() - Method in class com.irurueta.geometry.io.Material
-
Indicates if ambient red color component value is available.
- isAmbientTextureMapAvailable() - Method in class com.irurueta.geometry.io.Material
-
Indicates if ambient texture has been defined and is available.
- isAscii - Variable in class com.irurueta.geometry.io.LoaderSTL.LoaderIteratorSTL
-
Indicates if file is in ASCII format or in binary format.
- isBumpTextureMapAvailable() - Method in class com.irurueta.geometry.io.Material
-
Indicates if bump texture has been defined and is available.
- isChunkIdAvailable() - Method in class com.irurueta.geometry.io.Chunk3DS
- isColorDataAvailable() - Method in class com.irurueta.geometry.io.DataChunk
-
Indicates if array containing the color for each vertex has been provided and is available for retrieval.
- isContinueIfTriangulationError() - Method in class com.irurueta.geometry.io.LoaderOBJ
-
Returns boolean indicating if file loading should continue even if the triangulation of a polygon fails.
- isDefaultCharsetBeingUsed() - Method in class com.irurueta.geometry.io.MeshWriterJson
-
Indicates if default charset will be used or not.
- isDiffuseBlueColorAvailable() - Method in class com.irurueta.geometry.io.Material
-
Indicates if diffuse blue color component value is available.
- isDiffuseColorAvailable() - Method in class com.irurueta.geometry.io.Material
-
Indicates if diffuse color has been defined.
- isDiffuseGreenColorAvailable() - Method in class com.irurueta.geometry.io.Material
-
Indicates if diffuse green color component value is available.
- isDiffuseRedColorAvailable() - Method in class com.irurueta.geometry.io.Material
-
Indicates if diffuse red color component value is available.
- isDiffuseTextureMapAvailable() - Method in class com.irurueta.geometry.io.Material
-
Indicates if diffuse texture has been defined and is available.
- isEmbedTexturesEnabled() - Method in class com.irurueta.geometry.io.MeshWriterJson
-
Indicates if textures are embedded into resulting JSON or not.
- isEndOfStream() - Method in class com.irurueta.geometry.io.AbstractFileReaderAndWriter
-
Determines whether end of file has been reached (next read() will return -1). or not.
- isEndOfStream() - Method in class com.irurueta.geometry.io.FileReaderAndWriter
-
Determines whether end of file has been reached (next read() will return -1). or not.
- isEndOfStream() - Method in class com.irurueta.geometry.io.MappedFileReaderAndWriter
-
Determines whether end of file has been reached (next read() will return -1). or not.
- isEndStreamPositionAvailable() - Method in class com.irurueta.geometry.io.Chunk3DS
- isFileAvailable() - Method in class com.irurueta.geometry.io.Texture
-
Indicates if file containing the texture image has already been provided.
- isFileNameAvailable() - Method in class com.irurueta.geometry.io.Texture
-
Indicates if file name has been provided or not.
- isHeightAvailable() - Method in class com.irurueta.geometry.io.Texture
-
Indicates whether height has been provided (when its value is positive).
- isIlluminationAvailable() - Method in class com.irurueta.geometry.io.Material
-
Indicates if an illumination has been defined and is available.
- isIndicesDataAvailable() - Method in class com.irurueta.geometry.io.DataChunk
-
Indicates if array containing the indices of vertices to build the triangles has been provided and is available for retrieval.
- isLengthTypeAvailable() - Method in class com.irurueta.geometry.io.PropertyPLY
-
Determines whether length property type has been provided and is available for retrieval.
- isLocked() - Method in class com.irurueta.geometry.io.Loader
-
Determines whether this instance is locked.
- isLocked() - Method in class com.irurueta.geometry.io.MaterialLoader
-
Determines whether this instance is locked.
- isLocked() - Method in class com.irurueta.geometry.io.MeshWriter
-
Boolean indicating whether this mesh writer is locked because a file is being processed.
- isMaterialAvailable() - Method in class com.irurueta.geometry.io.DataChunk
-
Returns boolean indicating whether a material has been provided for this chunk.
- isMaterialNameAvailable() - Method in class com.irurueta.geometry.io.Material3DS
-
Indicates if material name has been set and is available.
- isMaterialNameAvailable() - Method in class com.irurueta.geometry.io.MaterialOBJ
-
Indicates if material name is available.
- isNameAvailable() - Method in class com.irurueta.geometry.io.ElementPLY
-
Determines whether a name for this element has been provided or not.
- isNameAvailable() - Method in class com.irurueta.geometry.io.PropertyPLY
-
Determines if name has already been provided and is ready for retrieval.
- isNormalIndexAvailable() - Method in class com.irurueta.geometry.io.VertexOBJ
-
Indicates whether normal index has been provided or not.
- isNormalsDataAvailable() - Method in class com.irurueta.geometry.io.DataChunk
-
Indicates if array containing normal coordinates for each vertex has been provided and is available for retrieval.
- isReadLengthValueFromBufferListenerAvailable() - Method in class com.irurueta.geometry.io.PropertyPLY
-
Determines if listener to read the length value of this property has been provided and is available for retrieval or not.
- isReadLengthValueFromStreamListenerAvailable() - Method in class com.irurueta.geometry.io.PropertyPLY
-
Determines if listener to read the appropriate amount of bytes from a PLY file has been provided and is available for retrieval or not.
- isReadValueFromBufferListenerAvailable() - Method in class com.irurueta.geometry.io.PropertyPLY
-
Determines if listener to read the value of this property has been provided and is available for retrieval or not.
- isReadValueFromStreamListenerAvailable() - Method in class com.irurueta.geometry.io.PropertyPLY
-
Determines if listener to read the appropriate amount of bytes from a PLY file has been provided and is available for retrieval or not.
- isReady() - Method in class com.irurueta.geometry.io.Loader
-
Determines whether enough parameters have been set so that the loading process can start.
- isReady() - Method in class com.irurueta.geometry.io.LoaderBinary
-
If loader is ready to start loading a file.
- isReady() - Method in class com.irurueta.geometry.io.LoaderOBJ
-
If loader is ready to start loading a file.
- isReady() - Method in class com.irurueta.geometry.io.LoaderPLY
-
Indicates it this loader has enough parameters to start the loading process.
- isReady() - Method in class com.irurueta.geometry.io.LoaderSTL
-
If loader is ready to start loading a file.
- isReady() - Method in class com.irurueta.geometry.io.MaterialLoader
-
Determines whether enough parameters have been set so that the loading process can start.
- isReady() - Method in class com.irurueta.geometry.io.MaterialLoaderOBJ
-
Indicates if material loader is ready to be used because a file has already been provided.
- isReady() - Method in class com.irurueta.geometry.io.MeshWriter
-
Indicates if this mesh writer is ready because a file and a loader have been provided.
- isRemoteTextureIdEnabled() - Method in class com.irurueta.geometry.io.MeshWriterJson
-
Indicates if an identifier for the texture should be included into resulting file so that texture image can be fetched by some other mean.
- isRemoteTextureUrlEnabled() - Method in class com.irurueta.geometry.io.MeshWriterJson
-
Indicates if a URL indicating where the texture can be located should be included into resulting file.
- isSizeAvailable() - Method in class com.irurueta.geometry.io.Chunk3DS
- isSpecularBlueColorAvailable() - Method in class com.irurueta.geometry.io.Material
-
Indicates if specular blue color component value is available.
- isSpecularCoefficientAvailable() - Method in class com.irurueta.geometry.io.Material
-
Indicates if specular coefficient has been defined for this material.
- isSpecularColorAvailable() - Method in class com.irurueta.geometry.io.Material
-
Indicates if specular color has been defined.
- isSpecularGreenColorAvailable() - Method in class com.irurueta.geometry.io.Material
-
Indicates if specular green color component value is available.
- isSpecularRedColorAvailable() - Method in class com.irurueta.geometry.io.Material
-
Indicates if specular red color component value is available.
- isSpecularTextureMapAvailable() - Method in class com.irurueta.geometry.io.Material
-
Indicates if specular texture has been defined and is available
- isStartStreamPositionAvailable() - Method in class com.irurueta.geometry.io.Chunk3DS
- isTextureCoordinatesDataAvailable() - Method in class com.irurueta.geometry.io.DataChunk
-
Indicates if array containing texture coordinates in a texture image has been provided and is available for retrieval.
- isTextureIndexAvailable() - Method in class com.irurueta.geometry.io.VertexOBJ
-
Indicates if texture assigned to this vertex is available or not
- isTextureValidationEnabled() - Method in class com.irurueta.geometry.io.MaterialLoader
-
Indicates if textures must be validated to ensure that image files are valid files.
- isTransparencyAvailable() - Method in class com.irurueta.geometry.io.Material
-
Indicates if transparency has been defined and is available.
- isValid() - Method in class com.irurueta.geometry.io.Texture
-
Indicates if texture is valid or not.
- isValidElement() - Method in class com.irurueta.geometry.io.ElementPLY
-
Indicates if this element is valid (i.e. it has a name)
- isValidFile() - Method in class com.irurueta.geometry.io.Loader
-
Determines if provided file is a valid file that can be read by this loader.
- isValidFile() - Method in class com.irurueta.geometry.io.LoaderBinary
-
Determines if provided file is a valid file that can be read by this loader.
- isValidFile() - Method in class com.irurueta.geometry.io.LoaderOBJ
-
Determines if provided file is a valid file that can be read by this loader.
- isValidFile() - Method in class com.irurueta.geometry.io.LoaderPLY
-
Reads the header of provided file and determines whether file is valid or not.
- isValidFile() - Method in class com.irurueta.geometry.io.LoaderSTL
-
Determines if provided file is a valid file that can be read by this loader.
- isValidProperty() - Method in class com.irurueta.geometry.io.PropertyPLY
-
Determines if this property is valid with the values that have already been provided.
- isValueTypeAvailable() - Method in class com.irurueta.geometry.io.PropertyPLY
-
Determines if data type for the value contained within this property has already been provided and is available for retrieval.
- isVertexAvailable() - Method in class com.irurueta.geometry.io.VertexOBJ
-
Indicates whether 3D point has been provided or not.
- isVertexIndexAvailable() - Method in class com.irurueta.geometry.io.VertexOBJ
-
Indicates whether vertex index has been provided or not.
- isVerticesCoordinatesDataAvailable() - Method in class com.irurueta.geometry.io.DataChunk
-
Indicates if array containing 3D coordinates has been provided and is available for retrieval.
- isWidthAvailable() - Method in class com.irurueta.geometry.io.Texture
-
Indicates whether width has been provided (when its value is positive).
K
- KFCURTIME - Static variable in class com.irurueta.geometry.io.Chunk3DS
- KFDATA - Static variable in class com.irurueta.geometry.io.Chunk3DS
- KFHDR - Static variable in class com.irurueta.geometry.io.Chunk3DS
- KFSEG - Static variable in class com.irurueta.geometry.io.Chunk3DS
L
- L_TARGET_NODE_TAG - Static variable in class com.irurueta.geometry.io.Chunk3DS
- LAYER_FOG - Static variable in class com.irurueta.geometry.io.Chunk3DS
- lengthType - Variable in class com.irurueta.geometry.io.PropertyPLY
-
Data type of the value indicating length of the array for list properties.
- LIGHT_NODE_TAG - Static variable in class com.irurueta.geometry.io.Chunk3DS
- LIN_COLOR_24 - Static variable in class com.irurueta.geometry.io.Chunk3DS
- LIN_COLOR_F - Static variable in class com.irurueta.geometry.io.Chunk3DS
- listElems - Variable in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY
-
Number of elements in a list property.
- listener - Variable in class com.irurueta.geometry.io.Loader
-
Listener in charge of notifying when the decoding starts, ends or progress events.
- listener - Variable in class com.irurueta.geometry.io.LoaderBinary.LoaderIteratorBinary
-
Reference to the listener of this loader iterator.
- listener - Variable in class com.irurueta.geometry.io.LoaderOBJ.LoaderIteratorOBJ
-
Reference to the listener of this loader iterator.
- listener - Variable in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY
-
Listener of this iterator that notifies the loader when the iterator has finished loading the file, so that the loader becomes unlocked again.
- listener - Variable in class com.irurueta.geometry.io.LoaderSTL.LoaderIteratorSTL
-
Reference to the listener of this loader iterator.
- listener - Variable in class com.irurueta.geometry.io.MaterialLoader
-
Listener in charge of notifying when the decoding starts, ends or progress events.
- listener - Variable in class com.irurueta.geometry.io.MeshWriter
-
Listener to be notified when transcoding process starts, stops or when progress changes.
- Listeners(MeshWriter) - Constructor for class com.irurueta.geometry.io.MeshWriter.Listeners
-
Constructor.
- LITTLE_ENDIAN_TYPE - Enum constant in enum class com.irurueta.geometry.io.EndianType
-
Little endian or reversed order.
- LMAGIC - Static variable in class com.irurueta.geometry.io.Chunk3DS
- LO_SHADOW_BIAS - Static variable in class com.irurueta.geometry.io.Chunk3DS
- load() - Method in class com.irurueta.geometry.io.Loader
-
Starts the loading process of provided file.
- load() - Method in class com.irurueta.geometry.io.LoaderBinary
-
Starts the loading process of provided file.
- load() - Method in class com.irurueta.geometry.io.LoaderOBJ
-
Starts the loading process of provided file.
- load() - Method in class com.irurueta.geometry.io.LoaderPLY
-
Starts the loading process.
- load() - Method in class com.irurueta.geometry.io.LoaderSTL
-
Starts the loading process of provided file.
- load() - Method in class com.irurueta.geometry.io.MaterialLoader
-
Starts the loading process of provided file.
- load() - Method in class com.irurueta.geometry.io.MaterialLoaderOBJ
-
Starts the loading process of provided file.
- load(AbstractFileReaderAndWriter) - Static method in class com.irurueta.geometry.io.Chunk3DS
- loader - Variable in class com.irurueta.geometry.io.LoaderBinary.LoaderIteratorBinary
-
Reference to loader loading binary file.
- loader - Variable in class com.irurueta.geometry.io.LoaderBinary.LoaderIteratorListenerImpl
-
Reference to Loader loading binary file.
- loader - Variable in class com.irurueta.geometry.io.LoaderOBJ.LoaderIteratorListenerImpl
-
Reference to Loader loading an OBJ file.
- loader - Variable in class com.irurueta.geometry.io.LoaderOBJ.LoaderIteratorOBJ
-
Reference to loader loading OBJ file.
- loader - Variable in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorListenerImpl
-
Reference to Loader loading PLY file.
- loader - Variable in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY
-
Reference to a LoaderPLY.
- loader - Variable in class com.irurueta.geometry.io.LoaderSTL.LoaderIteratorListenerImpl
-
Reference to Loader loading an STL file.
- loader - Variable in class com.irurueta.geometry.io.LoaderSTL.LoaderIteratorSTL
-
Reference to loader loading STL file.
- loader - Variable in class com.irurueta.geometry.io.MeshWriter
-
Loader to load a file to be trans-coded.
- Loader - Class in com.irurueta.geometry.io
-
Abstract class defining the interface for file loaders.
- Loader() - Constructor for class com.irurueta.geometry.io.Loader
-
Default Constructor.
- Loader(LoaderListener) - Constructor for class com.irurueta.geometry.io.Loader
-
Constructor.
- Loader(File) - Constructor for class com.irurueta.geometry.io.Loader
-
Constructor.
- Loader(File, LoaderListener) - Constructor for class com.irurueta.geometry.io.Loader
-
Constructor.
- LoaderBinary - Class in com.irurueta.geometry.io
-
Loads a custom binary file implemented for this library.
- LoaderBinary() - Constructor for class com.irurueta.geometry.io.LoaderBinary
-
Constructor.
- LoaderBinary(LoaderListener) - Constructor for class com.irurueta.geometry.io.LoaderBinary
-
Constructor.
- LoaderBinary(File) - Constructor for class com.irurueta.geometry.io.LoaderBinary
-
Constructor.
- LoaderBinary(File, LoaderListener) - Constructor for class com.irurueta.geometry.io.LoaderBinary
-
Constructor.
- LoaderBinary.LoaderIteratorBinary - Class in com.irurueta.geometry.io
-
Loader iterator in charge of loading file data in small chunks.
- LoaderBinary.LoaderIteratorListenerImpl - Class in com.irurueta.geometry.io
-
Internal listener to be notified when loading process finishes.
- LoaderException - Exception in com.irurueta.geometry.io
-
Raised if a Loader fails to load a file.
- LoaderException() - Constructor for exception com.irurueta.geometry.io.LoaderException
-
Constructor.
- LoaderException(String) - Constructor for exception com.irurueta.geometry.io.LoaderException
-
Constructor with String containing message.
- LoaderException(String, Throwable) - Constructor for exception com.irurueta.geometry.io.LoaderException
-
Constructor with message and cause.
- LoaderException(Throwable) - Constructor for exception com.irurueta.geometry.io.LoaderException
-
Constructor with cause.
- loaderIterator - Variable in class com.irurueta.geometry.io.LoaderBinary
-
Iterator to load binary data in small chunks.
- loaderIterator - Variable in class com.irurueta.geometry.io.LoaderOBJ
-
Iterator to load OBJ file data in small chunks.
- loaderIterator - Variable in class com.irurueta.geometry.io.LoaderPLY
-
Iterator currently loading provided file.
- loaderIterator - Variable in class com.irurueta.geometry.io.LoaderSTL
- LoaderIterator - Interface in com.irurueta.geometry.io
-
Defines the interface to iterate on the loading process of a file.
- LoaderIteratorBinary(LoaderBinary) - Constructor for class com.irurueta.geometry.io.LoaderBinary.LoaderIteratorBinary
-
Constructor.
- LoaderIteratorListener - Interface in com.irurueta.geometry.io
-
Interface that contains method to notify when iterator is finished and there are no more chunks to read.
- LoaderIteratorListenerImpl(LoaderBinary) - Constructor for class com.irurueta.geometry.io.LoaderBinary.LoaderIteratorListenerImpl
-
Constructor.
- LoaderIteratorListenerImpl(LoaderOBJ) - Constructor for class com.irurueta.geometry.io.LoaderOBJ.LoaderIteratorListenerImpl
-
Constructor.
- LoaderIteratorListenerImpl(LoaderPLY) - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorListenerImpl
-
Constructor.
- LoaderIteratorListenerImpl(LoaderSTL) - Constructor for class com.irurueta.geometry.io.LoaderSTL.LoaderIteratorListenerImpl
- LoaderIteratorOBJ(LoaderOBJ) - Constructor for class com.irurueta.geometry.io.LoaderOBJ.LoaderIteratorOBJ
-
Constructor.
- LoaderIteratorPLY(LoaderPLY) - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY
-
Constructor.
- LoaderIteratorSTL(LoaderSTL) - Constructor for class com.irurueta.geometry.io.LoaderSTL.LoaderIteratorSTL
-
Constructor.
- LoaderListener - Interface in com.irurueta.geometry.io
-
Interface of listener in charge of notifying when the loading starts, ends or to notify loading progress.
- LoaderListenerBinary - Interface in com.irurueta.geometry.io
- LoaderListenerOBJ - Interface in com.irurueta.geometry.io
- LoaderOBJ - Class in com.irurueta.geometry.io
-
Loads an OBJ file.
- LoaderOBJ() - Constructor for class com.irurueta.geometry.io.LoaderOBJ
-
Constructor.
- LoaderOBJ(int) - Constructor for class com.irurueta.geometry.io.LoaderOBJ
-
Constructor.
- LoaderOBJ(int, boolean) - Constructor for class com.irurueta.geometry.io.LoaderOBJ
-
Constructor.
- LoaderOBJ(int, boolean, long) - Constructor for class com.irurueta.geometry.io.LoaderOBJ
-
Constructor.
- LoaderOBJ(LoaderListener) - Constructor for class com.irurueta.geometry.io.LoaderOBJ
-
Constructor.
- LoaderOBJ(LoaderListener, int) - Constructor for class com.irurueta.geometry.io.LoaderOBJ
-
Constructor.
- LoaderOBJ(LoaderListener, int, boolean) - Constructor for class com.irurueta.geometry.io.LoaderOBJ
-
Constructor.
- LoaderOBJ(LoaderListener, int, boolean, long) - Constructor for class com.irurueta.geometry.io.LoaderOBJ
-
Constructor.
- LoaderOBJ(File) - Constructor for class com.irurueta.geometry.io.LoaderOBJ
-
Constructor.
- LoaderOBJ(File, int) - Constructor for class com.irurueta.geometry.io.LoaderOBJ
-
Constructor.
- LoaderOBJ(File, int, boolean) - Constructor for class com.irurueta.geometry.io.LoaderOBJ
-
Constructor.
- LoaderOBJ(File, int, boolean, long) - Constructor for class com.irurueta.geometry.io.LoaderOBJ
-
Constructor.
- LoaderOBJ(File, LoaderListener) - Constructor for class com.irurueta.geometry.io.LoaderOBJ
-
Constructor.
- LoaderOBJ(File, LoaderListener, int) - Constructor for class com.irurueta.geometry.io.LoaderOBJ
-
Constructor.
- LoaderOBJ(File, LoaderListener, int, boolean) - Constructor for class com.irurueta.geometry.io.LoaderOBJ
-
Constructor.
- LoaderOBJ(File, LoaderListener, int, boolean, long) - Constructor for class com.irurueta.geometry.io.LoaderOBJ
-
Constructor.
- LoaderOBJ.LoaderIteratorListenerImpl - Class in com.irurueta.geometry.io
-
Internal listener to be notified when loading process finishes.
- LoaderOBJ.LoaderIteratorOBJ - Class in com.irurueta.geometry.io
-
Loader iterator in charge of loading file data in small chunks.
- LoaderPLY - Class in com.irurueta.geometry.io
-
Loads PLY files.
- LoaderPLY() - Constructor for class com.irurueta.geometry.io.LoaderPLY
-
Constructor.
- LoaderPLY(int) - Constructor for class com.irurueta.geometry.io.LoaderPLY
-
Constructor.
- LoaderPLY(int, boolean) - Constructor for class com.irurueta.geometry.io.LoaderPLY
-
Constructor.
- LoaderPLY(int, boolean, long) - Constructor for class com.irurueta.geometry.io.LoaderPLY
-
Constructor.
- LoaderPLY(LoaderListener) - Constructor for class com.irurueta.geometry.io.LoaderPLY
-
Constructor.
- LoaderPLY(LoaderListener, int) - Constructor for class com.irurueta.geometry.io.LoaderPLY
-
Constructor.
- LoaderPLY(LoaderListener, int, boolean) - Constructor for class com.irurueta.geometry.io.LoaderPLY
-
Constructor.
- LoaderPLY(LoaderListener, int, boolean, long) - Constructor for class com.irurueta.geometry.io.LoaderPLY
-
Constructor.
- LoaderPLY(File) - Constructor for class com.irurueta.geometry.io.LoaderPLY
-
Constructor.
- LoaderPLY(File, int) - Constructor for class com.irurueta.geometry.io.LoaderPLY
-
Constructor.
- LoaderPLY(File, int, boolean) - Constructor for class com.irurueta.geometry.io.LoaderPLY
-
Constructor.
- LoaderPLY(File, int, boolean, long) - Constructor for class com.irurueta.geometry.io.LoaderPLY
-
Constructor.
- LoaderPLY(File, LoaderListener) - Constructor for class com.irurueta.geometry.io.LoaderPLY
-
Constructor.
- LoaderPLY(File, LoaderListener, int) - Constructor for class com.irurueta.geometry.io.LoaderPLY
-
Constructor.
- LoaderPLY(File, LoaderListener, int, boolean) - Constructor for class com.irurueta.geometry.io.LoaderPLY
-
Constructor.
- LoaderPLY(File, LoaderListener, int, boolean, long) - Constructor for class com.irurueta.geometry.io.LoaderPLY
-
Constructor.
- LoaderPLY.LoaderIteratorListenerImpl - Class in com.irurueta.geometry.io
-
Internal listener to be notified when loading process finishes.
- LoaderPLY.LoaderIteratorPLY - Class in com.irurueta.geometry.io
-
Internal implementation of a loader iterator for PLY files.
- LoaderPLY.LoaderIteratorPLY.AlphaCharReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads alpha color component from temporal buffer using char data type.
- LoaderPLY.LoaderIteratorPLY.AlphaDoubleReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads alpha color component from temporal buffer using double data type.
- LoaderPLY.LoaderIteratorPLY.AlphaFloat32ReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads alpha color component from temporal buffer using float32 data type.
- LoaderPLY.LoaderIteratorPLY.AlphaFloat64ReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads alpha color component from temporal buffer using float64 data type.
- LoaderPLY.LoaderIteratorPLY.AlphaFloatReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads alpha color component from temporal buffer using float data type.
- LoaderPLY.LoaderIteratorPLY.AlphaInt16ReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads alpha color component from temporal buffer using int16 data type.
- LoaderPLY.LoaderIteratorPLY.AlphaInt32ReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads alpha color component from temporal buffer using int32 data type.
- LoaderPLY.LoaderIteratorPLY.AlphaInt8ReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads alpha color component from temporal buffer using int8 data type.
- LoaderPLY.LoaderIteratorPLY.AlphaIntReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads alpha color component from temporal buffer using int data type.
- LoaderPLY.LoaderIteratorPLY.AlphaShortReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads alpha color component from temporal buffer using short data type.
- LoaderPLY.LoaderIteratorPLY.AlphaUcharReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads alpha color component from temporal buffer using uchar data type.
- LoaderPLY.LoaderIteratorPLY.AlphaUint16ReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads alpha color component from temporal buffer using uint16 data type.
- LoaderPLY.LoaderIteratorPLY.AlphaUint32ReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads alpha color component from temporal buffer using uint32 data type.
- LoaderPLY.LoaderIteratorPLY.AlphaUint8ReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads alpha color component from temporal buffer using uint8 data type.
- LoaderPLY.LoaderIteratorPLY.AlphaUintReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads alpha color component from temporal buffer using uint data type.
- LoaderPLY.LoaderIteratorPLY.AlphaUshortReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads alpha color component from temporal buffer using ushort data type.
- LoaderPLY.LoaderIteratorPLY.AsciiCharReadValueFromStreamListener - Class in com.irurueta.geometry.io
-
Reads a char from the file stream of data assuming that file is in ascii text format.
- LoaderPLY.LoaderIteratorPLY.AsciiDoubleReadValueFromStreamListener - Class in com.irurueta.geometry.io
-
Reads a double from the file stream of data assuming that file is in ascii text format.
- LoaderPLY.LoaderIteratorPLY.AsciiFloat32ReadValueFromStreamListener - Class in com.irurueta.geometry.io
-
Reads a float32 from the file stream of data assuming that file is in ascii text format.
- LoaderPLY.LoaderIteratorPLY.AsciiFloat64ReadValueFromStreamListener - Class in com.irurueta.geometry.io
-
Reads a float64 from the file stream of data assuming that file is in ascii text format.
- LoaderPLY.LoaderIteratorPLY.AsciiFloatReadValueFromStreamListener - Class in com.irurueta.geometry.io
-
Reads a float from the file stream of data assuming that file is in ascii text format.
- LoaderPLY.LoaderIteratorPLY.AsciiInt16ReadValueFromStreamListener - Class in com.irurueta.geometry.io
-
Reads an int16 from the file stream of data assuming that file is in ascii text format.
- LoaderPLY.LoaderIteratorPLY.AsciiInt32ReadValueFromStreamListener - Class in com.irurueta.geometry.io
-
Reads an int32 from the file stream of data assuming that file is in ascii text format.
- LoaderPLY.LoaderIteratorPLY.AsciiInt8ReadValueFromStreamListener - Class in com.irurueta.geometry.io
-
Reads an int8 from the file stream of data assuming that file is in ascii text format.
- LoaderPLY.LoaderIteratorPLY.AsciiIntReadValueFromStreamListener - Class in com.irurueta.geometry.io
-
Reads an int from the file stream of data assuming that file is in ascii text format.
- LoaderPLY.LoaderIteratorPLY.AsciiShortReadValueFromStreamListener - Class in com.irurueta.geometry.io
-
Reads a short from the file stream of data assuming that file is in ascii text format.
- LoaderPLY.LoaderIteratorPLY.AsciiUcharReadValueFromStreamListener - Class in com.irurueta.geometry.io
-
Reads a uchar from the file stream of data assuming that file is in ascii text format.
- LoaderPLY.LoaderIteratorPLY.AsciiUint16ReadValueFromStreamListener - Class in com.irurueta.geometry.io
-
Reads a uint16 from the file stream of data assuming that file is in ascii text format.
- LoaderPLY.LoaderIteratorPLY.AsciiUint32ReadValueFromStreamListener - Class in com.irurueta.geometry.io
-
Reads a uint32 from the file stream of data assuming that file is in ascii text format.
- LoaderPLY.LoaderIteratorPLY.AsciiUint8ReadValueFromStreamListener - Class in com.irurueta.geometry.io
-
Reads a uint8 from the file stream of data assuming that file is in ascii text format.
- LoaderPLY.LoaderIteratorPLY.AsciiUintReadValueFromStreamListener - Class in com.irurueta.geometry.io
-
Reads a uint from the file stream of data assuming that file is in ascii text format.
- LoaderPLY.LoaderIteratorPLY.AsciiUshortReadValueFromStreamListener - Class in com.irurueta.geometry.io
-
Reads a ushort from the file stream of data assuming that file is in ascii text format.
- LoaderPLY.LoaderIteratorPLY.AsciiVertexFetcherListener - Class in com.irurueta.geometry.io
-
Class to fetch vertex position within the file stream for an ascii file.
- LoaderPLY.LoaderIteratorPLY.BinaryBigEndianDoubleReadValueFromStreamListener - Class in com.irurueta.geometry.io
-
Reads a double from the file stream of data assuming that file is in big endian binary format.
- LoaderPLY.LoaderIteratorPLY.BinaryBigEndianFloat32ReadValueFromStreamListener - Class in com.irurueta.geometry.io
-
Reads a float32 from the file stream of data assuming that file is in big endian binary format.
- LoaderPLY.LoaderIteratorPLY.BinaryBigEndianFloat64ReadValueFromStreamListener - Class in com.irurueta.geometry.io
-
Reads a float64 from the file stream of data assuming that file is in big endian binary format.
- LoaderPLY.LoaderIteratorPLY.BinaryBigEndianFloatReadValueFromStreamListener - Class in com.irurueta.geometry.io
-
Reads a float from the file stream of data assuming that file is in big endian binary format.
- LoaderPLY.LoaderIteratorPLY.BinaryBigEndianInt16ReadValueFromStreamListener - Class in com.irurueta.geometry.io
-
Reads an int16 from the file stream of data assuming that file is in big endian binary format.
- LoaderPLY.LoaderIteratorPLY.BinaryBigEndianInt32ReadValueFromStreamListener - Class in com.irurueta.geometry.io
-
Reads an int32 from the file stream of data assuming that file is in big endian binary format.
- LoaderPLY.LoaderIteratorPLY.BinaryBigEndianIntReadValueFromStreamListener - Class in com.irurueta.geometry.io
-
Reads an int from the file stream of data assuming that file is in big endian binary format.
- LoaderPLY.LoaderIteratorPLY.BinaryBigEndianShortReadValueFromStreamListener - Class in com.irurueta.geometry.io
-
Reads a short from the file stream of data assuming that file is in big endian binary format.
- LoaderPLY.LoaderIteratorPLY.BinaryBigEndianUint16ReadValueFromStreamListener - Class in com.irurueta.geometry.io
-
Reads a uint16 from the file stream of data assuming that file is in big endian binary format.
- LoaderPLY.LoaderIteratorPLY.BinaryBigEndianUint32ReadValueFromStreamListener - Class in com.irurueta.geometry.io
-
Reads a uint32 from the file stream of data assuming that file is in big endian binary format.
- LoaderPLY.LoaderIteratorPLY.BinaryBigEndianUintReadValueFromStreamListener - Class in com.irurueta.geometry.io
-
Reads a uint from the file stream of data assuming that file is in big endian binary format.
- LoaderPLY.LoaderIteratorPLY.BinaryBigEndianUshortReadValueFromStreamListener - Class in com.irurueta.geometry.io
-
Reads a ushort from the file stream of data assuming that file is in big endian binary format.
- LoaderPLY.LoaderIteratorPLY.BinaryCharReadValueFromStreamListener - Class in com.irurueta.geometry.io
-
Reads a char from the file stream of data assuming that file is in binary format.
- LoaderPLY.LoaderIteratorPLY.BinaryInt8ReadValueFromStreamListener - Class in com.irurueta.geometry.io
-
Reads an int8 from the file stream of data assuming that file is in binary format.
- LoaderPLY.LoaderIteratorPLY.BinaryLittleEndianDoubleReadValueFromStreamListener - Class in com.irurueta.geometry.io
-
Reads a double from the file stream of data assuming that file is in little endian binary format.
- LoaderPLY.LoaderIteratorPLY.BinaryLittleEndianFloat32ReadValueFromStreamListener - Class in com.irurueta.geometry.io
-
Reads a float32 from the file stream of data assuming that file is in little endian binary format.
- LoaderPLY.LoaderIteratorPLY.BinaryLittleEndianFloat64ReadValueFromStreamListener - Class in com.irurueta.geometry.io
-
Reads a float64 from the file stream of data assuming that file is in little endian binary format.
- LoaderPLY.LoaderIteratorPLY.BinaryLittleEndianFloatReadValueFromStreamListener - Class in com.irurueta.geometry.io
-
Reads a float from the file stream of data assuming that file is in little endian binary format.
- LoaderPLY.LoaderIteratorPLY.BinaryLittleEndianInt16ReadValueFromStreamListener - Class in com.irurueta.geometry.io
-
Reads an int16 from the file stream of data assuming that file is in little endian binary format.
- LoaderPLY.LoaderIteratorPLY.BinaryLittleEndianInt32ReadValueFromStreamListener - Class in com.irurueta.geometry.io
-
Reads an int32 from the file stream of data assuming that file is in little endian binary format.
- LoaderPLY.LoaderIteratorPLY.BinaryLittleEndianIntReadValueFromStreamListener - Class in com.irurueta.geometry.io
-
Reads an int from the file stream of data assuming that file is in little endian binary format.
- LoaderPLY.LoaderIteratorPLY.BinaryLittleEndianShortReadValueFromStreamListener - Class in com.irurueta.geometry.io
-
Reads a short from the file stream of data assuming that file is in little endian binary format.
- LoaderPLY.LoaderIteratorPLY.BinaryLittleEndianUint16ReadValueFromStreamListener - Class in com.irurueta.geometry.io
-
Reads a uint16 from the file stream of data assuming that file is in little endian binary format.
- LoaderPLY.LoaderIteratorPLY.BinaryLittleEndianUint32ReadValueFromStreamListener - Class in com.irurueta.geometry.io
-
Reads a uint32 from the file stream of data assuming that file is in little endian binary format.
- LoaderPLY.LoaderIteratorPLY.BinaryLittleEndianUintReadValueFromStreamListener - Class in com.irurueta.geometry.io
-
Reads a uint from the file stream of data assuming that file is in little endian binary format.
- LoaderPLY.LoaderIteratorPLY.BinaryLittleEndianUshortReadValueFromStreamListener - Class in com.irurueta.geometry.io
-
Reads a ushort from the file stream of data assuming that file is in little endian binary format.
- LoaderPLY.LoaderIteratorPLY.BinaryUcharReadValueFromStreamListener - Class in com.irurueta.geometry.io
-
Reads a uchar from the file stream of data assuming that file is in binary format.
- LoaderPLY.LoaderIteratorPLY.BinaryUint8ReadValueFromStreamListener - Class in com.irurueta.geometry.io
-
Reads a uint8 from the file stream of data assuming that file is in binary format.
- LoaderPLY.LoaderIteratorPLY.BinaryVertexFetcherListener - Class in com.irurueta.geometry.io
-
Class to fetch vertex position within the file stream for a binary.
- LoaderPLY.LoaderIteratorPLY.BlueCharReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads blue color component from temporal buffer using char data type.
- LoaderPLY.LoaderIteratorPLY.BlueDoubleReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads blue color component from temporal buffer using double data type.
- LoaderPLY.LoaderIteratorPLY.BlueFloat32ReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads blue color component from temporal buffer using float32 data type.
- LoaderPLY.LoaderIteratorPLY.BlueFloat64ReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads blue color component from temporal buffer using float64 data type.
- LoaderPLY.LoaderIteratorPLY.BlueFloatReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads blue color component from temporal buffer using float data type.
- LoaderPLY.LoaderIteratorPLY.BlueInt16ReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads blue color component from temporal buffer using int16 data type.
- LoaderPLY.LoaderIteratorPLY.BlueInt32ReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads blue color component from temporal buffer using int32 data type.
- LoaderPLY.LoaderIteratorPLY.BlueInt8ReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads blue color component from temporal buffer using int8 data type.
- LoaderPLY.LoaderIteratorPLY.BlueIntReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads blue color component from temporal buffer using int data type.
- LoaderPLY.LoaderIteratorPLY.BlueShortReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads blue color component from temporal buffer using short data type.
- LoaderPLY.LoaderIteratorPLY.BlueUcharReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads blue color component from temporal buffer using uchar data type.
- LoaderPLY.LoaderIteratorPLY.BlueUint16ReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads blue color component from temporal buffer using uint16 data type.
- LoaderPLY.LoaderIteratorPLY.BlueUint32ReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads blue color component from temporal buffer using uint32 data type.
- LoaderPLY.LoaderIteratorPLY.BlueUint8ReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads blue color component from temporal buffer using uint8 data type.
- LoaderPLY.LoaderIteratorPLY.BlueUintReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads blue color component from temporal buffer using uint data type.
- LoaderPLY.LoaderIteratorPLY.BlueUshortReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads blue color component from temporal buffer using ushort data type.
- LoaderPLY.LoaderIteratorPLY.FaceCharReadLengthValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads length value of a list header element from temporal buffer of data assuming it has char data type.
- LoaderPLY.LoaderIteratorPLY.FaceCharReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads the index of a face/polygon vertex from temporal buffer using char type.
- LoaderPLY.LoaderIteratorPLY.FaceDoubleReadLengthValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads length value of a list header element from temporal buffer of data assuming it has double data type.
- LoaderPLY.LoaderIteratorPLY.FaceDoubleReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads the index of a face/polygon vertex from temporal buffer using double type.
- LoaderPLY.LoaderIteratorPLY.FaceFloat32ReadLengthValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads length value of a list header element from temporal buffer of data assuming it has float32 data type.
- LoaderPLY.LoaderIteratorPLY.FaceFloat32ReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads the index of a face/polygon vertex from temporal buffer using float32 type.
- LoaderPLY.LoaderIteratorPLY.FaceFloat64ReadLengthValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads length value of a list header element from temporal buffer of data assuming it has float64 data type.
- LoaderPLY.LoaderIteratorPLY.FaceFloat64ReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads the index of a face/polygon vertex from temporal buffer using float64 type.
- LoaderPLY.LoaderIteratorPLY.FaceFloatReadLengthValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads length value of a list header element from temporal buffer of data assuming it has float data type.
- LoaderPLY.LoaderIteratorPLY.FaceFloatReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads the index of a face/polygon vertex from temporal buffer using float type.
- LoaderPLY.LoaderIteratorPLY.FaceInt16ReadLengthValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads length value of a list header element from temporal buffer of data assuming it has int16 data type.
- LoaderPLY.LoaderIteratorPLY.FaceInt16ReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads the index of a face/polygon vertex from temporal buffer using int16 type.
- LoaderPLY.LoaderIteratorPLY.FaceInt32ReadLengthValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads length value of a list header element from temporal buffer of data assuming it has int32 data type.
- LoaderPLY.LoaderIteratorPLY.FaceInt32ReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads the index of a face/polygon vertex from temporal buffer using int32 type.
- LoaderPLY.LoaderIteratorPLY.FaceInt8ReadLengthValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads length value of a list header element from temporal buffer of data assuming it has int8 data type.
- LoaderPLY.LoaderIteratorPLY.FaceInt8ReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads the index of a face/polygon vertex from temporal buffer using int8 type.
- LoaderPLY.LoaderIteratorPLY.FaceIntReadLengthValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads length value of a list header element from temporal buffer of data assuming it has int data type.
- LoaderPLY.LoaderIteratorPLY.FaceIntReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads the index of a face/polygon vertex from temporal buffer using int type.
- LoaderPLY.LoaderIteratorPLY.FaceShortReadLengthValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads length value of a list header element from temporal buffer of data assuming it has short data type.
- LoaderPLY.LoaderIteratorPLY.FaceShortReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads the index of a face/polygon vertex from temporal buffer using short type.
- LoaderPLY.LoaderIteratorPLY.FaceUcharReadLengthValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads length value of a list header element from temporal buffer of data assuming it has uchar data type.
- LoaderPLY.LoaderIteratorPLY.FaceUcharReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads the index of a face/polygon vertex from temporal buffer using uchar type.
- LoaderPLY.LoaderIteratorPLY.FaceUint16ReadLengthValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads length value of a list header element from temporal buffer of data assuming it has uint16 data type.
- LoaderPLY.LoaderIteratorPLY.FaceUint16ReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads the index of a face/polygon vertex from temporal buffer using uint16 type.
- LoaderPLY.LoaderIteratorPLY.FaceUint32ReadLengthValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads length value of a list header element from temporal buffer of data assuming it has uint32 data type.
- LoaderPLY.LoaderIteratorPLY.FaceUint32ReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads the index of a face/polygon vertex from temporal buffer using uint32 type.
- LoaderPLY.LoaderIteratorPLY.FaceUint8ReadLengthValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads length value of a list header element from temporal buffer of data assuming it has uint8 data type.
- LoaderPLY.LoaderIteratorPLY.FaceUint8ReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads the index of a face/polygon vertex from temporal buffer using uint8 type.
- LoaderPLY.LoaderIteratorPLY.FaceUintReadLengthValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads length value of a list header element from temporal buffer of data assuming it has uint data type.
- LoaderPLY.LoaderIteratorPLY.FaceUintReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads the index of a face/polygon vertex from temporal buffer using uint type.
- LoaderPLY.LoaderIteratorPLY.FaceUshortReadLengthValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads length value of a list header element from temporal buffer of data assuming it has ushort data type.
- LoaderPLY.LoaderIteratorPLY.FaceUshortReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads the index of a face/polygon vertex from temporal buffer using ushort type.
- LoaderPLY.LoaderIteratorPLY.GreenCharReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads green color component from temporal buffer using char data type.
- LoaderPLY.LoaderIteratorPLY.GreenDoubleReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads green color component from temporal buffer using double data type.
- LoaderPLY.LoaderIteratorPLY.GreenFloat32ReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads green color component from temporal buffer using float32 data type.
- LoaderPLY.LoaderIteratorPLY.GreenFloat64ReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads green color component from temporal buffer using float64 data type.
- LoaderPLY.LoaderIteratorPLY.GreenFloatReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads green color component from temporal buffer using float data type.
- LoaderPLY.LoaderIteratorPLY.GreenInt16ReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads green color component from temporal buffer using int16 data type.
- LoaderPLY.LoaderIteratorPLY.GreenInt32ReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads green color component from temporal buffer using int32 data type.
- LoaderPLY.LoaderIteratorPLY.GreenInt8ReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads green color component from temporal buffer using int8 data type.
- LoaderPLY.LoaderIteratorPLY.GreenIntReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads green color component from temporal buffer using int data type.
- LoaderPLY.LoaderIteratorPLY.GreenShortReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads green color component from temporal buffer using short data type.
- LoaderPLY.LoaderIteratorPLY.GreenUcharReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads green color component from temporal buffer using uchar data type.
- LoaderPLY.LoaderIteratorPLY.GreenUint16ReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads green color component from temporal buffer using uint16 data type.
- LoaderPLY.LoaderIteratorPLY.GreenUint32ReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads green color component from temporal buffer using uint32 data type.
- LoaderPLY.LoaderIteratorPLY.GreenUint8ReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Read green color component from temporal buffer using uint8 data type.
- LoaderPLY.LoaderIteratorPLY.GreenUintReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads green color component from temporal buffer using uint data type.
- LoaderPLY.LoaderIteratorPLY.GreenUshortReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads green color component from temporal buffer using ushort data type.
- LoaderPLY.LoaderIteratorPLY.NXcharReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads a vertex normal x coordinate component from temporal buffer using char type.
- LoaderPLY.LoaderIteratorPLY.NXdoubleReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads a vertex normal x coordinate component from temporal buffer using double type.
- LoaderPLY.LoaderIteratorPLY.NXfloat32ReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads a vertex normal x coordinate component from temporal buffer using float32 type.
- LoaderPLY.LoaderIteratorPLY.NXfloat64ReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads a vertex normal x coordinate component from temporal buffer using float64 type.
- LoaderPLY.LoaderIteratorPLY.NXfloatReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads a vertex normal x coordinate component form temporal buffer using float type.
- LoaderPLY.LoaderIteratorPLY.NXint16ReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads a vertex normal x coordinate component from temporal buffer using int16 type.
- LoaderPLY.LoaderIteratorPLY.NXint32ReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads a vertex normal x coordinate component from temporal buffer using int32 type.
- LoaderPLY.LoaderIteratorPLY.NXint8ReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads a vertex normal x coordinate component from temporal buffer using int8 type.
- LoaderPLY.LoaderIteratorPLY.NXintReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads a vertex normal x coordinate component from temporal buffer using int type.
- LoaderPLY.LoaderIteratorPLY.NXshortReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads a vertex normal x coordinate component from temporal buffer using short type.
- LoaderPLY.LoaderIteratorPLY.NXucharReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads a vertex normal x coordinate component from temporal buffer using uchar type.
- LoaderPLY.LoaderIteratorPLY.NXuint16ReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads a vertex normal x coordinate component from temporal buffer using uint16 type.
- LoaderPLY.LoaderIteratorPLY.NXuint32ReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads a vertex normal x coordinate component from temporal buffer using int32 type.
- LoaderPLY.LoaderIteratorPLY.NXuint8ReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads a vertex normal x coordinate component from temporal buffer using uint8 type.
- LoaderPLY.LoaderIteratorPLY.NXuintReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads a vertex normal x coordinate component from temporal buffer using uint type.
- LoaderPLY.LoaderIteratorPLY.NXushortReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads a vertex normal x coordinate component from temporal buffer using ushort type.
- LoaderPLY.LoaderIteratorPLY.NYcharReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads a vertex normal y coordinate component from temporal buffer using char type.
- LoaderPLY.LoaderIteratorPLY.NYdoubleReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads a vertex normal y coordinate component from temporal buffer using double type.
- LoaderPLY.LoaderIteratorPLY.NYfloat32ReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads a vertex normal y coordinate component from temporal buffer using float32 type.
- LoaderPLY.LoaderIteratorPLY.NYfloat64ReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads a vertex normal y coordinate component from temporal buffer using float64 type.
- LoaderPLY.LoaderIteratorPLY.NYfloatReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads a vertex normal y coordinate component from temporal buffer using float type.
- LoaderPLY.LoaderIteratorPLY.NYint16ReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads a vertex normal y coordinate component from temporal buffer using int16 type.
- LoaderPLY.LoaderIteratorPLY.NYint32ReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads a vertex normal y coordinate component from temporal buffer using int32 type.
- LoaderPLY.LoaderIteratorPLY.NYint8ReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads a vertex normal y coordinate component from temporal buffer using int8 type.
- LoaderPLY.LoaderIteratorPLY.NYintReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads a vertex normal y coordinate component from temporal buffer using int type.
- LoaderPLY.LoaderIteratorPLY.NYshortReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads a vertex normal y coordinate component from temporal buffer using short type.
- LoaderPLY.LoaderIteratorPLY.NYucharReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads a vertex normal y coordinate component from temporal buffer using uchar type.
- LoaderPLY.LoaderIteratorPLY.NYuint16ReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads a vertex normal y coordinate component from temporal buffer using uint16 type.
- LoaderPLY.LoaderIteratorPLY.NYuint32ReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads a vertex normal y coordinate component from temporal buffer using uint32 type.
- LoaderPLY.LoaderIteratorPLY.NYuint8ReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads a vertex normal y coordinate component from temporal buffer using uint8 type.
- LoaderPLY.LoaderIteratorPLY.NYuintReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads a vertex normal y coordinate component from temporal buffer using uint type.
- LoaderPLY.LoaderIteratorPLY.NYushortReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads a vertex normal y coordinate component from temporal buffer using ushort type.
- LoaderPLY.LoaderIteratorPLY.NZcharReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads a vertex normal z coordinate component from temporal buffer using char type.
- LoaderPLY.LoaderIteratorPLY.NZdoubleReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads a vertex normal z coordinate component from temporal buffer using double type.
- LoaderPLY.LoaderIteratorPLY.NZfloat32ReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads a vertex normal z coordinate component from temporal buffer using float32 type.
- LoaderPLY.LoaderIteratorPLY.NZfloat64ReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads a vertex normal z coordinate component from temporal buffer using float64 type.
- LoaderPLY.LoaderIteratorPLY.NZfloatReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads a vertex normal z coordinate component from temporal buffer using float type.
- LoaderPLY.LoaderIteratorPLY.NZint16ReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads a vertex normal z coordinate component from temporal buffer using int16 type.
- LoaderPLY.LoaderIteratorPLY.NZint32ReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads a vertex normal z coordinate component from temporal buffer using int32 type.
- LoaderPLY.LoaderIteratorPLY.NZint8ReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads a vertex normal z coordinate component from temporal buffer using int8 type.
- LoaderPLY.LoaderIteratorPLY.NZintReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads a vertex normal z coordinate component from temporal buffer using int type.
- LoaderPLY.LoaderIteratorPLY.NZshortReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads a vertex normal z coordinate component from temporal buffer using short type.
- LoaderPLY.LoaderIteratorPLY.NZucharReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads a vertex normal z coordinate component from temporal buffer using uchar type.
- LoaderPLY.LoaderIteratorPLY.NZuint16ReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads a vertex normal z coordinate component from temporal buffer using uint16 type.
- LoaderPLY.LoaderIteratorPLY.NZuint32ReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads a vertex normal z coordinate component from temporal buffer using uint32 type.
- LoaderPLY.LoaderIteratorPLY.NZuint8ReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads a vertex normal z coordinate component from temporal buffer using uint8 type.
- LoaderPLY.LoaderIteratorPLY.NZuintReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads a vertex normal z coordinate component from temporal buffer using uint type.
- LoaderPLY.LoaderIteratorPLY.NZushortReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads a vertex normal z coordinate component from temporal buffer using ushort type.
- LoaderPLY.LoaderIteratorPLY.RedCharReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads red color component from temporal buffer using char data type.
- LoaderPLY.LoaderIteratorPLY.RedDoubleReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads red color component from temporal buffer using double data type.
- LoaderPLY.LoaderIteratorPLY.RedFloat32ReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads red color component from temporal buffer using float32 data type.
- LoaderPLY.LoaderIteratorPLY.RedFloat64ReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads red color component from temporal buffer using float64 data type.
- LoaderPLY.LoaderIteratorPLY.RedFloatReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads red color component from temporal buffer using float data type.
- LoaderPLY.LoaderIteratorPLY.RedInt16ReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads red color component from temporal buffer using int16 data type.
- LoaderPLY.LoaderIteratorPLY.RedInt32ReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads red color component from temporal buffer using int32 data type.
- LoaderPLY.LoaderIteratorPLY.RedInt8ReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads red color component from temporal buffer using int8 data type.
- LoaderPLY.LoaderIteratorPLY.RedIntReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads red color component from temporal buffer using int data type.
- LoaderPLY.LoaderIteratorPLY.RedShortReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads red color component from temporal buffer using short data type.
- LoaderPLY.LoaderIteratorPLY.RedUcharReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads red color component from temporal buffer using uchar data type.
- LoaderPLY.LoaderIteratorPLY.RedUint16ReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads red color component from temporal buffer using uint16 data type.
- LoaderPLY.LoaderIteratorPLY.RedUint32ReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads red color component from temporal buffer using uint32 data type.
- LoaderPLY.LoaderIteratorPLY.RedUint8ReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads red color component from temporal buffer using uint8 data type.
- LoaderPLY.LoaderIteratorPLY.RedUintReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads red color component from temporal buffer using uint data type.
- LoaderPLY.LoaderIteratorPLY.RedUshortReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads red color component from temporal buffer using ushort data type.
- LoaderPLY.LoaderIteratorPLY.XcharReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads x vertex coordinate from temporal buffer using char data type.
- LoaderPLY.LoaderIteratorPLY.XdoubleReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads x vertex coordinate from temporal buffer using double data type.
- LoaderPLY.LoaderIteratorPLY.Xfloat32ReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads x vertex coordinate from temporal buffer using float32 data type.
- LoaderPLY.LoaderIteratorPLY.Xfloat64ReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads x vertex coordinate from temporal buffer using float64 data type.
- LoaderPLY.LoaderIteratorPLY.XfloatReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads x vertex coordinate from temporal buffer using float data type.
- LoaderPLY.LoaderIteratorPLY.Xint16ReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads x vertex coordinate from temporal buffer using int16 data type.
- LoaderPLY.LoaderIteratorPLY.Xint32ReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads x vertex coordinate from temporal buffer using int32 data type.
- LoaderPLY.LoaderIteratorPLY.Xint8ReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads x vertex coordinate from temporal buffer using int8 data type.
- LoaderPLY.LoaderIteratorPLY.XintReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads x vertex coordinate from temporal buffer using int data type.
- LoaderPLY.LoaderIteratorPLY.XshortReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads x vertex coordinate from temporal buffer using short data type.
- LoaderPLY.LoaderIteratorPLY.XucharReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads x vertex coordinate from temporal buffer using uchar data type.
- LoaderPLY.LoaderIteratorPLY.Xuint16ReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads x vertex coordinate from temporal buffer using uint16 data type.
- LoaderPLY.LoaderIteratorPLY.Xuint32ReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads x vertex coordinate from temporal buffer using uint32 data type.
- LoaderPLY.LoaderIteratorPLY.Xuint8ReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads x vertex coordinate from temporal buffer using uint8 data type.
- LoaderPLY.LoaderIteratorPLY.XuintReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads x vertex coordinate from temporal buffer using uint data type.
- LoaderPLY.LoaderIteratorPLY.XushortReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads x vertex coordinate from temporal buffer using ushort data type.
- LoaderPLY.LoaderIteratorPLY.YcharReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads y vertex coordinate from temporal buffer using char data type.
- LoaderPLY.LoaderIteratorPLY.YdoubleReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads y vertex coordinate from temporal buffer using double data type.
- LoaderPLY.LoaderIteratorPLY.Yfloat32ReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads y vertex coordinate from temporal buffer using float32 data type.
- LoaderPLY.LoaderIteratorPLY.Yfloat64ReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads y vertex coordinate from temporal buffer using float64 data type.
- LoaderPLY.LoaderIteratorPLY.YfloatReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads y vertex coordinate from temporal buffer using float data type.
- LoaderPLY.LoaderIteratorPLY.Yint16ReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads y vertex coordinate from temporal buffer using int16 data type.
- LoaderPLY.LoaderIteratorPLY.Yint32ReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads y vertex coordinate from temporal buffer using int32 data type.
- LoaderPLY.LoaderIteratorPLY.Yint8ReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads y vertex coordinate from temporal buffer using int8 data type.
- LoaderPLY.LoaderIteratorPLY.YintReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads y vertex coordinate from temporal buffer using int data type.
- LoaderPLY.LoaderIteratorPLY.YshortReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads y vertex coordinate from temporal buffer using short data type.
- LoaderPLY.LoaderIteratorPLY.YucharReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads y vertex coordinate from temporal buffer using uchar data type.
- LoaderPLY.LoaderIteratorPLY.Yuint16ReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads y vertex coordinate from temporal buffer using uint16 data type.
- LoaderPLY.LoaderIteratorPLY.Yuint32ReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads y vertex coordinate from temporal buffer using uint32 data type.
- LoaderPLY.LoaderIteratorPLY.Yuint8ReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads y vertex coordinate from temporal buffer using uint8 data type.
- LoaderPLY.LoaderIteratorPLY.YuintReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads y vertex coordinate from temporal buffer using uint data type.
- LoaderPLY.LoaderIteratorPLY.YushortReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads y vertex coordinate from temporal buffer using ushort data type.
- LoaderPLY.LoaderIteratorPLY.ZcharReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads z vertex coordinate from temporal buffer using char data type.
- LoaderPLY.LoaderIteratorPLY.ZdoubleReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads z vertex coordinate from temporal buffer using double data type.
- LoaderPLY.LoaderIteratorPLY.Zfloat32ReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads z vertex coordinate from temporal buffer using float32 data type.
- LoaderPLY.LoaderIteratorPLY.Zfloat64ReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads z vertex coordinate from temporal buffer using float64 data type.
- LoaderPLY.LoaderIteratorPLY.ZfloatReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads z vertex coordinate from temporal buffer using float data type.
- LoaderPLY.LoaderIteratorPLY.Zint16ReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads z vertex coordinate from temporal buffer using int16 data type.
- LoaderPLY.LoaderIteratorPLY.Zint32ReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads z vertex coordinate from temporal buffer using int32 data type.
- LoaderPLY.LoaderIteratorPLY.Zint8ReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads z vertex coordinate from temporal buffer using int8 data type.
- LoaderPLY.LoaderIteratorPLY.ZintReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads z vertex coordinate from temporal buffer using int data type.
- LoaderPLY.LoaderIteratorPLY.ZshortReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads z vertex coordinate from temporal buffer using short data type.
- LoaderPLY.LoaderIteratorPLY.ZucharReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads z vertex coordinate from temporal buffer using uchar data type.
- LoaderPLY.LoaderIteratorPLY.Zuint16ReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads z vertex coordinate from temporal buffer using uint16 data type.
- LoaderPLY.LoaderIteratorPLY.Zuint32ReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads z vertex coordinate from temporal buffer using uint32 data type.
- LoaderPLY.LoaderIteratorPLY.Zuint8ReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads z vertex coordinate from temporal buffer using uint8 data type.
- LoaderPLY.LoaderIteratorPLY.ZuintReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads z vertex coordinate from temporal buffer using uint data type.
- LoaderPLY.LoaderIteratorPLY.ZushortReadValueFromBufferListener - Class in com.irurueta.geometry.io
-
Reads z vertex coordinate from temporal buffer using ushort data type.
- LoaderSTL - Class in com.irurueta.geometry.io
- LoaderSTL() - Constructor for class com.irurueta.geometry.io.LoaderSTL
-
Constructor.
- LoaderSTL(int) - Constructor for class com.irurueta.geometry.io.LoaderSTL
-
Constructor.
- LoaderSTL(LoaderListener) - Constructor for class com.irurueta.geometry.io.LoaderSTL
-
Constructor.
- LoaderSTL(LoaderListener, int) - Constructor for class com.irurueta.geometry.io.LoaderSTL
-
Constructor.
- LoaderSTL(File) - Constructor for class com.irurueta.geometry.io.LoaderSTL
-
Constructor.
- LoaderSTL(File, int) - Constructor for class com.irurueta.geometry.io.LoaderSTL
-
Constructor.
- LoaderSTL(File, LoaderListener) - Constructor for class com.irurueta.geometry.io.LoaderSTL
-
Constructor.
- LoaderSTL(File, LoaderListener, int) - Constructor for class com.irurueta.geometry.io.LoaderSTL
-
Constructor.
- LoaderSTL.LoaderIteratorListenerImpl - Class in com.irurueta.geometry.io
-
Internal listener to be notified when loading process finishes.
- LoaderSTL.LoaderIteratorSTL - Class in com.irurueta.geometry.io
-
Loader iterator in charge of loading file data in small chunks.
- locked - Variable in class com.irurueta.geometry.io.Loader
-
Boolean indicating that this instance is locked because decoding is being done.
- locked - Variable in class com.irurueta.geometry.io.MaterialLoader
-
Boolean indicating that this instance is locked because decoding is being done.
- locked - Variable in class com.irurueta.geometry.io.MeshWriter
-
Indicates if mesh writer is locked because a file is being processed.
- LockedException - Exception in com.irurueta.geometry.io
-
Raised when a Loader is locked because it is already loading a file.
- LockedException() - Constructor for exception com.irurueta.geometry.io.LockedException
-
Constructor.
- LockedException(String) - Constructor for exception com.irurueta.geometry.io.LockedException
-
Constructor with String containing message.
- LockedException(String, Throwable) - Constructor for exception com.irurueta.geometry.io.LockedException
-
Constructor with message and cause.
- LockedException(Throwable) - Constructor for exception com.irurueta.geometry.io.LockedException
-
Constructor with cause.
- LOGGER - Static variable in class com.irurueta.geometry.io.BuildInfo
-
This class logger.
- LOOKUP - Static variable in enum class com.irurueta.geometry.io.DataTypePLY
M
- M_BEVEL - Static variable in class com.irurueta.geometry.io.Chunk3DS
- M_FIT - Static variable in class com.irurueta.geometry.io.Chunk3DS
- M_SCALE - Static variable in class com.irurueta.geometry.io.Chunk3DS
- M_TEETER - Static variable in class com.irurueta.geometry.io.Chunk3DS
- M_TWIST - Static variable in class com.irurueta.geometry.io.Chunk3DS
- M3D_KFVERSION - Static variable in class com.irurueta.geometry.io.Chunk3DS
- M3D_VERSION - Static variable in class com.irurueta.geometry.io.Chunk3DS
- M3DMAGIC - Static variable in class com.irurueta.geometry.io.Chunk3DS
- MappedFileReaderAndWriter - Class in com.irurueta.geometry.io
-
This class provides methods to access file data at random positions using memory mapping for faster data access.
- MappedFileReaderAndWriter(File, FileChannel.MapMode) - Constructor for class com.irurueta.geometry.io.MappedFileReaderAndWriter
-
Constructor.
- MASTER_SCALE - Static variable in class com.irurueta.geometry.io.Chunk3DS
- MAT_ACUBIC - Static variable in class com.irurueta.geometry.io.Chunk3DS
- MAT_ADDITIVE - Static variable in class com.irurueta.geometry.io.Chunk3DS
- MAT_AMBIENT - Static variable in class com.irurueta.geometry.io.Chunk3DS
- MAT_BUMPMAP - Static variable in class com.irurueta.geometry.io.Chunk3DS
- MAT_BUMPMASK - Static variable in class com.irurueta.geometry.io.Chunk3DS
- MAT_DECAL - Static variable in class com.irurueta.geometry.io.Chunk3DS
- MAT_DIFFUSE - Static variable in class com.irurueta.geometry.io.Chunk3DS
- MAT_ENTRY - Static variable in class com.irurueta.geometry.io.Chunk3DS
- MAT_FACEMAP - Static variable in class com.irurueta.geometry.io.Chunk3DS
- MAT_MAP_ANG - Static variable in class com.irurueta.geometry.io.Chunk3DS
- MAT_MAP_BCOL - Static variable in class com.irurueta.geometry.io.Chunk3DS
- MAT_MAP_COL1 - Static variable in class com.irurueta.geometry.io.Chunk3DS
- MAT_MAP_COL2 - Static variable in class com.irurueta.geometry.io.Chunk3DS
- MAT_MAP_GCOL - Static variable in class com.irurueta.geometry.io.Chunk3DS
- MAT_MAP_RCOL - Static variable in class com.irurueta.geometry.io.Chunk3DS
- MAT_MAP_TEXBLUR - Static variable in class com.irurueta.geometry.io.Chunk3DS
- MAT_MAP_TILING - Static variable in class com.irurueta.geometry.io.Chunk3DS
- MAT_MAP_UOFFSET - Static variable in class com.irurueta.geometry.io.Chunk3DS
- MAT_MAP_USCALE - Static variable in class com.irurueta.geometry.io.Chunk3DS
- MAT_MAP_VOFFSET - Static variable in class com.irurueta.geometry.io.Chunk3DS
- MAT_MAP_VSCALE - Static variable in class com.irurueta.geometry.io.Chunk3DS
- MAT_MAPNAME - Static variable in class com.irurueta.geometry.io.Chunk3DS
- MAT_NAME - Static variable in class com.irurueta.geometry.io.Chunk3DS
- MAT_OPACMAP - Static variable in class com.irurueta.geometry.io.Chunk3DS
- MAT_OPACMASK - Static variable in class com.irurueta.geometry.io.Chunk3DS
- MAT_PHONGSOFT - Static variable in class com.irurueta.geometry.io.Chunk3DS
- MAT_REFBLUR - Static variable in class com.irurueta.geometry.io.Chunk3DS
- MAT_REFLMAP - Static variable in class com.irurueta.geometry.io.Chunk3DS
- MAT_REFLMASK - Static variable in class com.irurueta.geometry.io.Chunk3DS
- MAT_SELF_ILLUM - Static variable in class com.irurueta.geometry.io.Chunk3DS
- MAT_SELF_ILPCT - Static variable in class com.irurueta.geometry.io.Chunk3DS
- MAT_SELFIMAP - Static variable in class com.irurueta.geometry.io.Chunk3DS
- MAT_SELFIMASK - Static variable in class com.irurueta.geometry.io.Chunk3DS
- MAT_SHADING - Static variable in class com.irurueta.geometry.io.Chunk3DS
- MAT_SHIN2PCT - Static variable in class com.irurueta.geometry.io.Chunk3DS
- MAT_SHININESS - Static variable in class com.irurueta.geometry.io.Chunk3DS
- MAT_SHINMAP - Static variable in class com.irurueta.geometry.io.Chunk3DS
- MAT_SHINMASK - Static variable in class com.irurueta.geometry.io.Chunk3DS
- MAT_SPECMAP - Static variable in class com.irurueta.geometry.io.Chunk3DS
- MAT_SPECMASK - Static variable in class com.irurueta.geometry.io.Chunk3DS
- MAT_SPECULAR - Static variable in class com.irurueta.geometry.io.Chunk3DS
- MAT_SXP_BUMP_DATA - Static variable in class com.irurueta.geometry.io.Chunk3DS
- MAT_SXP_BUMPMASK_DATA - Static variable in class com.irurueta.geometry.io.Chunk3DS
- MAT_SXP_OPAC_DATA - Static variable in class com.irurueta.geometry.io.Chunk3DS
- MAT_SXP_OPACMASK_DATA - Static variable in class com.irurueta.geometry.io.Chunk3DS
- MAT_SXP_REFLMASK_DATA - Static variable in class com.irurueta.geometry.io.Chunk3DS
- MAT_SXP_SELFI_DATA - Static variable in class com.irurueta.geometry.io.Chunk3DS
- MAT_SXP_SELFIMASK_DATA - Static variable in class com.irurueta.geometry.io.Chunk3DS
- MAT_SXP_SHIN_DATA - Static variable in class com.irurueta.geometry.io.Chunk3DS
- MAT_SXP_SHINMASK_DATA - Static variable in class com.irurueta.geometry.io.Chunk3DS
- MAT_SXP_SPEC_DATA - Static variable in class com.irurueta.geometry.io.Chunk3DS
- MAT_SXP_SPECMASK_DATA - Static variable in class com.irurueta.geometry.io.Chunk3DS
- MAT_SXP_TEXT_DATA - Static variable in class com.irurueta.geometry.io.Chunk3DS
- MAT_SXP_TEXT2_DATA - Static variable in class com.irurueta.geometry.io.Chunk3DS
- MAT_SXP_TEXT2MASK_DATA - Static variable in class com.irurueta.geometry.io.Chunk3DS
- MAT_SXP_TEXTMASK_DATA - Static variable in class com.irurueta.geometry.io.Chunk3DS
- MAT_TEX2MAP - Static variable in class com.irurueta.geometry.io.Chunk3DS
- MAT_TEX2MASK - Static variable in class com.irurueta.geometry.io.Chunk3DS
- MAT_TEXMAP - Static variable in class com.irurueta.geometry.io.Chunk3DS
- MAT_TEXMASK - Static variable in class com.irurueta.geometry.io.Chunk3DS
- MAT_TRANSPARENCY - Static variable in class com.irurueta.geometry.io.Chunk3DS
- MAT_TWO_SIDE - Static variable in class com.irurueta.geometry.io.Chunk3DS
- MAT_USE_REFBLUR - Static variable in class com.irurueta.geometry.io.Chunk3DS
- MAT_USE_XPFALL - Static variable in class com.irurueta.geometry.io.Chunk3DS
- MAT_WIRE - Static variable in class com.irurueta.geometry.io.Chunk3DS
- MAT_WIRE_SIZE - Static variable in class com.irurueta.geometry.io.Chunk3DS
- MAT_WIREABS - Static variable in class com.irurueta.geometry.io.Chunk3DS
- MAT_XPFALL - Static variable in class com.irurueta.geometry.io.Chunk3DS
- material - Variable in class com.irurueta.geometry.io.DataChunk
-
Material of this chunk.
- Material - Class in com.irurueta.geometry.io
-
Structure containing parameters defining a material, such as color, texture, etc.
- Material() - Constructor for class com.irurueta.geometry.io.Material
- Material3DS - Class in com.irurueta.geometry.io
-
Defines a material in a 3D Studio Max file.
- Material3DS() - Constructor for class com.irurueta.geometry.io.Material3DS
-
Constructor.
- Material3DS(String) - Constructor for class com.irurueta.geometry.io.Material3DS
-
Constructor.
- materialLoader - Variable in class com.irurueta.geometry.io.LoaderOBJ.LoaderIteratorOBJ
-
Reference to material loader in charge of loading the associated MTL of file to this OBJ file.
- MaterialLoader - Class in com.irurueta.geometry.io
-
Abstract class defining the interface for classes in charge of loading materials.
- MaterialLoader() - Constructor for class com.irurueta.geometry.io.MaterialLoader
-
Default Constructor.
- MaterialLoader(MaterialLoaderListener) - Constructor for class com.irurueta.geometry.io.MaterialLoader
-
Constructor.
- MaterialLoader(File) - Constructor for class com.irurueta.geometry.io.MaterialLoader
-
Constructor.
- MaterialLoader(File, MaterialLoaderListener) - Constructor for class com.irurueta.geometry.io.MaterialLoader
-
Constructor.
- MaterialLoaderListener - Interface in com.irurueta.geometry.io
-
Interface of listener in charge of notifying when material loading starts, ends or to notify loading progress.
- MaterialLoaderOBJ - Class in com.irurueta.geometry.io
-
MaterialLoader implementation for OBJ files, which is capable of reading its associated MTL file.
- MaterialLoaderOBJ() - Constructor for class com.irurueta.geometry.io.MaterialLoaderOBJ
-
Default Constructor.
- MaterialLoaderOBJ(MaterialLoaderListener) - Constructor for class com.irurueta.geometry.io.MaterialLoaderOBJ
-
Constructor.
- MaterialLoaderOBJ(File) - Constructor for class com.irurueta.geometry.io.MaterialLoaderOBJ
-
Constructor.
- MaterialLoaderOBJ(File, MaterialLoaderListener) - Constructor for class com.irurueta.geometry.io.MaterialLoaderOBJ
-
Constructor.
- materialName - Variable in class com.irurueta.geometry.io.Material3DS
-
Material name.
- materialName - Variable in class com.irurueta.geometry.io.MaterialOBJ
-
Material name.
- MaterialOBJ - Class in com.irurueta.geometry.io
-
Implementation of a material for an OBJ file.
- MaterialOBJ(String) - Constructor for class com.irurueta.geometry.io.MaterialOBJ
- materials - Variable in class com.irurueta.geometry.io.LoaderOBJ
-
Collection of materials contained in the material's file associated to an OBJ file.
- materials - Variable in class com.irurueta.geometry.io.MaterialLoaderOBJ
-
Set of materials loaded in MTL file.
- materialsAvailable - Variable in class com.irurueta.geometry.io.LoaderOBJ.LoaderIteratorOBJ
-
Indicates if materials have been loaded and must be added to current chunk being loaded.
- MATMAGIC - Static variable in class com.irurueta.geometry.io.Chunk3DS
- MAX_COLOR_VALUE - Static variable in class com.irurueta.geometry.io.MaterialLoaderOBJ
-
Maximum allowed color value.
- maxStreamPositions - Variable in class com.irurueta.geometry.io.LoaderOBJ
-
Maximum number of file stream positions to be cached.
- maxStreamPositions - Variable in class com.irurueta.geometry.io.LoaderPLY
-
Maximum number of stream positions to be cached.
- maxVerticesInChunk - Variable in class com.irurueta.geometry.io.LoaderOBJ
-
Maximum number of vertices allowed in a chunk.
- maxVerticesInChunk - Variable in class com.irurueta.geometry.io.LoaderPLY
-
Indicates maximum number of vertices to keep in a chunk of data.
- maxVerticesInChunk - Variable in class com.irurueta.geometry.io.LoaderSTL
- maxX - Variable in class com.irurueta.geometry.io.DataChunk
-
X maximum coordinate of the bounding box containing all the data of this data chunk.
- maxX - Variable in class com.irurueta.geometry.io.LoaderOBJ.LoaderIteratorOBJ
-
X coordinate of the maximum point forming the bounding box in a chunk of data.
- maxX - Variable in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY
-
Maximum x coordinate of all vertices that have been read so far in current chunk of data.
- maxX - Variable in class com.irurueta.geometry.io.LoaderSTL.LoaderIteratorSTL
-
X coordinate of the maximum point forming the bounding box in a chunk of data.
- maxY - Variable in class com.irurueta.geometry.io.DataChunk
-
Y maximum coordinate of the bounding box containing all the data of this data chunk.
- maxY - Variable in class com.irurueta.geometry.io.LoaderOBJ.LoaderIteratorOBJ
-
Y coordinate of the maximum point forming the bounding box in a chunk of data.
- maxY - Variable in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY
-
Maximum y coordinate of all vertices that have been read so far in current chunk of data.
- maxY - Variable in class com.irurueta.geometry.io.LoaderSTL.LoaderIteratorSTL
-
Y coordinate of the maximum point forming the bounding box in a chunk of data.
- maxZ - Variable in class com.irurueta.geometry.io.DataChunk
-
Z maximum coordinate of the bounding box containing all the data of this data chunk.
- maxZ - Variable in class com.irurueta.geometry.io.LoaderOBJ.LoaderIteratorOBJ
-
Z coordinate of the maximum point forming the bounding box in a chunk of data.
- maxZ - Variable in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY
-
Maximum z coordinate of all vertices that have been read so far in current chunk of data.
- maxZ - Variable in class com.irurueta.geometry.io.LoaderSTL.LoaderIteratorSTL
-
Z coordinate of the maximum point forming the bounding box in a chunk of data.
- MDATA - Static variable in class com.irurueta.geometry.io.Chunk3DS
- MESH_COLOR - Static variable in class com.irurueta.geometry.io.Chunk3DS
- MESH_FORMAT_BINARY2 - Enum constant in enum class com.irurueta.geometry.io.MeshFormat
-
Binary v2 format.
- MESH_FORMAT_OBJ - Enum constant in enum class com.irurueta.geometry.io.MeshFormat
-
OBJ format.
- MESH_FORMAT_PLY - Enum constant in enum class com.irurueta.geometry.io.MeshFormat
-
Ply format.
- MESH_FORMAT_STL - Enum constant in enum class com.irurueta.geometry.io.MeshFormat
-
STL format.
- MESH_MATRIX - Static variable in class com.irurueta.geometry.io.Chunk3DS
- MESH_TEXTURE_INFO - Static variable in class com.irurueta.geometry.io.Chunk3DS
- MESH_VERSION - Static variable in class com.irurueta.geometry.io.Chunk3DS
- MeshFormat - Enum Class in com.irurueta.geometry.io
-
Enumerator defining supported file formats.
- MeshFormat() - Constructor for enum class com.irurueta.geometry.io.MeshFormat
- MeshWriter - Class in com.irurueta.geometry.io
-
Abstract class that defines the interface for writers.
- MeshWriter(Loader, OutputStream) - Constructor for class com.irurueta.geometry.io.MeshWriter
-
Constructor.
- MeshWriter(Loader, OutputStream, MeshWriterListener) - Constructor for class com.irurueta.geometry.io.MeshWriter
-
Constructor.
- MeshWriter.Listeners - Class in com.irurueta.geometry.io
-
Internal class implementing listeners for different specific loaders.
- MeshWriterBinary - Class in com.irurueta.geometry.io
-
Reads a 3D object and converts it into custom binary format.
- MeshWriterBinary(Loader, OutputStream) - Constructor for class com.irurueta.geometry.io.MeshWriterBinary
-
Constructor.
- MeshWriterBinary(Loader, OutputStream, MeshWriterListener) - Constructor for class com.irurueta.geometry.io.MeshWriterBinary
-
Constructor.
- MeshWriterJson - Class in com.irurueta.geometry.io
- MeshWriterJson(Loader, OutputStream) - Constructor for class com.irurueta.geometry.io.MeshWriterJson
-
Constructor.
- MeshWriterJson(Loader, OutputStream, MeshWriterListener) - Constructor for class com.irurueta.geometry.io.MeshWriterJson
-
Constructor.
- MeshWriterJsonListener - Interface in com.irurueta.geometry.io
-
Specific implementation of a mesh writer listener prepared for JSON writer.
- MeshWriterListener - Interface in com.irurueta.geometry.io
-
Listener for a mesh writer.
- MIN_COLOR_COMPONENTS - Static variable in class com.irurueta.geometry.io.DataChunk
-
Constant defining minimum number of color components, which is 1 for grayscale.
- MIN_MAX_VERTICES_IN_CHUNK - Static variable in class com.irurueta.geometry.io.LoaderOBJ
-
Minimum allowed value for maximum number of vertices in chunk, which is one.
- MIN_MAX_VERTICES_IN_CHUNK - Static variable in class com.irurueta.geometry.io.LoaderPLY
-
Minimum allowed value for maximum vertices in a chunk.
- MIN_MAX_VERTICES_IN_CHUNK - Static variable in class com.irurueta.geometry.io.LoaderSTL
-
Minimum allowed value for maximum number of vertices in chunk, which is one.
- MIN_STREAM_POSITIONS - Static variable in class com.irurueta.geometry.io.LoaderOBJ
-
Minimum allowed number of stream positions.
- MIN_STREAM_POSITIONS - Static variable in class com.irurueta.geometry.io.LoaderPLY
-
Constant defining minimum allowed value for maximum stream positions.
- minX - Variable in class com.irurueta.geometry.io.DataChunk
-
X minimum coordinate of the bounding box containing all the data of this data chunk.
- minX - Variable in class com.irurueta.geometry.io.LoaderOBJ.LoaderIteratorOBJ
-
X coordinate of the minimum point forming the bounding box in a chunk of data.
- minX - Variable in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY
-
Minimum x coordinate of all vertices that have been read so far in current chunk of data.
- minX - Variable in class com.irurueta.geometry.io.LoaderSTL.LoaderIteratorSTL
-
X coordinate of the minimum point forming the bounding box in a chunk of data.
- minY - Variable in class com.irurueta.geometry.io.DataChunk
-
Y minimum coordinate of the bounding box containing all the data of this data chunk.
- minY - Variable in class com.irurueta.geometry.io.LoaderOBJ.LoaderIteratorOBJ
-
Y coordinate of the minimum point forming the bounding box in a chunk of data.
- minY - Variable in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY
-
Minimum y coordinate of all vertices that have been read so far in current chunk of data.
- minY - Variable in class com.irurueta.geometry.io.LoaderSTL.LoaderIteratorSTL
-
Y coordinate of the minimum point forming the bounding box in a chunk of data.
- minZ - Variable in class com.irurueta.geometry.io.DataChunk
-
Z minimum coordinate of the bounding box containing all the data of this data chunk.
- minZ - Variable in class com.irurueta.geometry.io.LoaderOBJ.LoaderIteratorOBJ
-
Z coordinate of the minimum point forming the bounding box in a chunk of data.
- minZ - Variable in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY
-
Minimum z coordinate of all vertices that have been read so far in current chunk of data.
- minZ - Variable in class com.irurueta.geometry.io.LoaderSTL.LoaderIteratorSTL
-
Z coordinate of the minimum point forming the bounding box in a chunk of data.
- MLIBMAGIC - Static variable in class com.irurueta.geometry.io.Chunk3DS
- MORPH_SMOOTH - Static variable in class com.irurueta.geometry.io.Chunk3DS
- MORPH_TRACK_TAG - Static variable in class com.irurueta.geometry.io.Chunk3DS
- MSH_BOXMAP - Static variable in class com.irurueta.geometry.io.Chunk3DS
- MSH_MAT_GROUP - Static variable in class com.irurueta.geometry.io.Chunk3DS
N
- N_CAMERA - Static variable in class com.irurueta.geometry.io.Chunk3DS
- N_DIRECT_LIGHT - Static variable in class com.irurueta.geometry.io.Chunk3DS
- N_TRI_OBJECT - Static variable in class com.irurueta.geometry.io.Chunk3DS
- name - Variable in class com.irurueta.geometry.io.ElementPLY
-
Name of the element (i.e.
- name - Variable in class com.irurueta.geometry.io.PropertyPLY
-
Name of the property.
- NAMED_OBJECT - Static variable in class com.irurueta.geometry.io.Chunk3DS
- NETWORK_VIEW - Static variable in class com.irurueta.geometry.io.Chunk3DS
- next() - Method in class com.irurueta.geometry.io.LoaderBinary.LoaderIteratorBinary
-
Loads and returns next chunk of data, if available.
- next() - Method in interface com.irurueta.geometry.io.LoaderIterator
-
Reads next chunk of data on the file.
- next() - Method in class com.irurueta.geometry.io.LoaderOBJ.LoaderIteratorOBJ
-
Loads and returns next chunk of data, if available.
- next() - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY
-
Reads next chunk of data from PLY file.
- next() - Method in class com.irurueta.geometry.io.LoaderSTL.LoaderIteratorSTL
-
Loads and returns next chunk of data, if available.
- nInstances - Variable in class com.irurueta.geometry.io.ElementPLY
-
Number of instances of this element (i.e. number of vertices or faces).
- NODE_HDR - Static variable in class com.irurueta.geometry.io.Chunk3DS
- NODE_ID - Static variable in class com.irurueta.geometry.io.Chunk3DS
- normalIndex - Variable in class com.irurueta.geometry.io.LoaderOBJ.LoaderIteratorOBJ
-
Normal index in the file of the latest point that has been read.
- normalIndex - Variable in class com.irurueta.geometry.io.VertexOBJ
-
Index of normal corresponding to this vertex in OBJ file.
- normals - Variable in class com.irurueta.geometry.io.DataChunk
-
Array containing normal coordinates for each vertex.
- normalsAvailable - Variable in class com.irurueta.geometry.io.LoaderOBJ.LoaderIteratorOBJ
-
Indicates if normals have been loaded and must be added to current chunk being loaded.
- normalsAvailable - Variable in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY
-
Indicates whether file contains normals.
- normalsInChunkArray - Variable in class com.irurueta.geometry.io.LoaderOBJ.LoaderIteratorOBJ
-
Array containing normal coordinates to be added to current chunk of data.
- normalsInChunkArray - Variable in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY
-
Normals of vertices in current chunk.
- normalsInChunkArray - Variable in class com.irurueta.geometry.io.LoaderSTL.LoaderIteratorSTL
-
Array containing normal coordinates to be added to current chunk of data.
- normalsIndicesMap - Variable in class com.irurueta.geometry.io.LoaderOBJ.LoaderIteratorOBJ
-
Map to relate normals coordinates indices in a file respect to chunk indices.
- normalsStreamPositionMap - Variable in class com.irurueta.geometry.io.LoaderOBJ.LoaderIteratorOBJ
-
Map to cache normals coordinates positions in a file.
- normalStreamPosition - Variable in class com.irurueta.geometry.io.LoaderOBJ.LoaderIteratorOBJ
-
Normal coordinate position in file.
- NotAvailableException - Exception in com.irurueta.geometry.io
-
Raised when attempting to retrieve something that is not yet available.
- NotAvailableException() - Constructor for exception com.irurueta.geometry.io.NotAvailableException
-
Constructor.
- NotAvailableException(String) - Constructor for exception com.irurueta.geometry.io.NotAvailableException
-
Constructor with String containing message.
- NotAvailableException(String, Throwable) - Constructor for exception com.irurueta.geometry.io.NotAvailableException
-
Constructor with message and cause.
- NotAvailableException(Throwable) - Constructor for exception com.irurueta.geometry.io.NotAvailableException
-
Constructor with cause.
- NotReadyException - Exception in com.irurueta.geometry.io
-
Raised when not enough parameters have been provided and an instance is not ready to start a given process.
- NotReadyException() - Constructor for exception com.irurueta.geometry.io.NotReadyException
-
Constructor.
- NotReadyException(String) - Constructor for exception com.irurueta.geometry.io.NotReadyException
-
Constructor with String containing message.
- NotReadyException(String, Throwable) - Constructor for exception com.irurueta.geometry.io.NotReadyException
-
Constructor with message and cause.
- NotReadyException(Throwable) - Constructor for exception com.irurueta.geometry.io.NotReadyException
-
Constructor with cause.
- NULL_CHUNK - Static variable in class com.irurueta.geometry.io.Chunk3DS
- numberOfFaces - Variable in class com.irurueta.geometry.io.LoaderOBJ.LoaderIteratorOBJ
-
Number of faces (i.e. polygons) that have been loaded in current chunk.
- numberOfFaces - Variable in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY
-
Number of faces (triangles or polygons) contained in the file.
- numberOfNormals - Variable in class com.irurueta.geometry.io.LoaderOBJ.LoaderIteratorOBJ
-
Number of normals that have been loaded in current chunk.
- numberOfTextureCoords - Variable in class com.irurueta.geometry.io.LoaderOBJ.LoaderIteratorOBJ
-
Number of texture coordinates that have been loaded in current chunk.
- numberOfTriangles - Variable in class com.irurueta.geometry.io.LoaderSTL.LoaderIteratorSTL
-
Indicates number of triangles that are contained in the file (when available).
- numberOfVertices - Variable in class com.irurueta.geometry.io.LoaderOBJ.LoaderIteratorOBJ
-
Number of vertices that have been loaded in current chunk.
- numberOfVertices - Variable in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY
-
Number of vertices contained in the file.
- numberOfVertices - Variable in class com.irurueta.geometry.io.LoaderSTL.LoaderIteratorSTL
-
Contains number of vertices contained in the file.
- nX - Variable in class com.irurueta.geometry.io.LoaderOBJ.LoaderIteratorOBJ
-
X coordinate of the latest point normal that has been read.
- nX - Variable in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY
-
Last normal x component that was red.
- nX - Variable in class com.irurueta.geometry.io.LoaderSTL.LoaderIteratorSTL
-
X coordinate of the latest point normal that has been read.
- NXcharReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.NXcharReadValueFromBufferListener
- NXdoubleReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.NXdoubleReadValueFromBufferListener
- NXfloat32ReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.NXfloat32ReadValueFromBufferListener
- NXfloat64ReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.NXfloat64ReadValueFromBufferListener
- NXfloatReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.NXfloatReadValueFromBufferListener
- NXint16ReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.NXint16ReadValueFromBufferListener
- NXint32ReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.NXint32ReadValueFromBufferListener
- NXint8ReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.NXint8ReadValueFromBufferListener
- NXintReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.NXintReadValueFromBufferListener
- NXshortReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.NXshortReadValueFromBufferListener
- NXucharReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.NXucharReadValueFromBufferListener
- NXuint16ReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.NXuint16ReadValueFromBufferListener
- NXuint32ReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.NXuint32ReadValueFromBufferListener
- NXuint8ReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.NXuint8ReadValueFromBufferListener
- NXuintReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.NXuintReadValueFromBufferListener
- NXushortReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.NXushortReadValueFromBufferListener
- nY - Variable in class com.irurueta.geometry.io.LoaderOBJ.LoaderIteratorOBJ
-
Y coordinate of the latest point normal that has been read.
- nY - Variable in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY
-
Last normal y component that was read.
- nY - Variable in class com.irurueta.geometry.io.LoaderSTL.LoaderIteratorSTL
-
Y coordinate of the latest point normal that has been read.
- NYcharReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.NYcharReadValueFromBufferListener
- NYdoubleReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.NYdoubleReadValueFromBufferListener
- NYfloat32ReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.NYfloat32ReadValueFromBufferListener
- NYfloat64ReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.NYfloat64ReadValueFromBufferListener
- NYfloatReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.NYfloatReadValueFromBufferListener
- NYint16ReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.NYint16ReadValueFromBufferListener
- NYint32ReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.NYint32ReadValueFromBufferListener
- NYint8ReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.NYint8ReadValueFromBufferListener
- NYintReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.NYintReadValueFromBufferListener
- NYshortReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.NYshortReadValueFromBufferListener
- NYucharReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.NYucharReadValueFromBufferListener
- NYuint16ReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.NYuint16ReadValueFromBufferListener
- NYuint32ReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.NYuint32ReadValueFromBufferListener
- NYuint8ReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.NYuint8ReadValueFromBufferListener
- NYuintReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.NYuintReadValueFromBufferListener
- NYushortReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.NYushortReadValueFromBufferListener
- nZ - Variable in class com.irurueta.geometry.io.LoaderOBJ.LoaderIteratorOBJ
-
Z coordinate of the latest point normal that has been read.
- nZ - Variable in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY
-
Last normal z component that was read.
- nZ - Variable in class com.irurueta.geometry.io.LoaderSTL.LoaderIteratorSTL
-
Z coordinate of the latest point normal that has been read.
- NZcharReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.NZcharReadValueFromBufferListener
- NZdoubleReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.NZdoubleReadValueFromBufferListener
- NZfloat32ReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.NZfloat32ReadValueFromBufferListener
- NZfloat64ReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.NZfloat64ReadValueFromBufferListener
- NZfloatReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.NZfloatReadValueFromBufferListener
- NZint16ReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.NZint16ReadValueFromBufferListener
- NZint32ReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.NZint32ReadValueFromBufferListener
- NZint8ReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.NZint8ReadValueFromBufferListener
- NZintReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.NZintReadValueFromBufferListener
- NZshortReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.NZshortReadValueFromBufferListener
- NZucharReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.NZucharReadValueFromBufferListener
- NZuint16ReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.NZuint16ReadValueFromBufferListener
- NZuint32ReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.NZuint32ReadValueFromBufferListener
- NZuint8ReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.NZuint8ReadValueFromBufferListener
- NZuintReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.NZuintReadValueFromBufferListener
- NZushortReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.NZushortReadValueFromBufferListener
O
- O_CONSTS - Static variable in class com.irurueta.geometry.io.Chunk3DS
- OBJ_DOESNT_CAST - Static variable in class com.irurueta.geometry.io.Chunk3DS
- OBJ_DONT_RCVSHADOW - Static variable in class com.irurueta.geometry.io.Chunk3DS
- OBJ_FAST - Static variable in class com.irurueta.geometry.io.Chunk3DS
- OBJ_FROZEN - Static variable in class com.irurueta.geometry.io.Chunk3DS
- OBJ_HIDDEN - Static variable in class com.irurueta.geometry.io.Chunk3DS
- OBJ_MATTE - Static variable in class com.irurueta.geometry.io.Chunk3DS
- OBJ_PROCEDURAL - Static variable in class com.irurueta.geometry.io.Chunk3DS
- OBJ_VIS_LOFTER - Static variable in class com.irurueta.geometry.io.Chunk3DS
- OBJECT_NODE_TAG - Static variable in class com.irurueta.geometry.io.Chunk3DS
- objInfos - Variable in class com.irurueta.geometry.io.HeaderPLY
-
List of strings containing addition object information.
- onChunkAvailable(MeshWriter, DataChunk) - Method in interface com.irurueta.geometry.io.MeshWriterListener
-
Called when a chunk of data is available.
- onDidValidateTexture(MeshWriter, File) - Method in interface com.irurueta.geometry.io.MeshWriterListener
-
Called when texture has been validated.
- onIteratorFinished(LoaderIterator) - Method in class com.irurueta.geometry.io.LoaderBinary.LoaderIteratorListenerImpl
-
Method to be notified when the loading process finishes.
- onIteratorFinished(LoaderIterator) - Method in interface com.irurueta.geometry.io.LoaderIteratorListener
-
Method called when a loader iterator has no more data to be read.
- onIteratorFinished(LoaderIterator) - Method in class com.irurueta.geometry.io.LoaderOBJ.LoaderIteratorListenerImpl
-
Method to be notified when the loading process finishes.
- onIteratorFinished(LoaderIterator) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorListenerImpl
-
Called when a loader iterator has no more data to be read.
- onIteratorFinished(LoaderIterator) - Method in class com.irurueta.geometry.io.LoaderSTL.LoaderIteratorListenerImpl
-
Method to be notified when the loading process finishes.
- onLoadEnd(Loader) - Method in interface com.irurueta.geometry.io.LoaderListener
-
This method is called when a Loader ends decoding a file.
- onLoadEnd(Loader) - Method in class com.irurueta.geometry.io.MeshWriter.Listeners
-
Method called when the loader ends processing a file.
- onLoadEnd(MaterialLoader) - Method in interface com.irurueta.geometry.io.MaterialLoaderListener
-
This method is called when a MaterialLoader ends decoding a file
- onLoadEnd(MaterialLoader) - Method in class com.irurueta.geometry.io.MeshWriter.Listeners
-
Called when material loader finishes processing materials.
- onLoadProgressChange(Loader, float) - Method in interface com.irurueta.geometry.io.LoaderListener
-
This method is called each time a substantial amount of the file is loaded.
- onLoadProgressChange(Loader, float) - Method in class com.irurueta.geometry.io.MeshWriter.Listeners
-
Method called when loading progress changes enough to be notified.
- onLoadStart(Loader) - Method in interface com.irurueta.geometry.io.LoaderListener
-
This method is called when a Loader starts decoding a file.
- onLoadStart(Loader) - Method in class com.irurueta.geometry.io.MeshWriter.Listeners
-
Method called when the loader starts processing a file.
- onLoadStart(MaterialLoader) - Method in interface com.irurueta.geometry.io.MaterialLoaderListener
-
This method is called when a MaterialLoader starts decoding a file
- onLoadStart(MaterialLoader) - Method in class com.irurueta.geometry.io.MeshWriter.Listeners
-
Called when material loader starts processing materials.
- onMaterialFileRequested(MeshWriter, String) - Method in interface com.irurueta.geometry.io.MeshWriterListener
-
Called when a material file is needed.
- onMaterialLoaderRequested(LoaderOBJ, String) - Method in interface com.irurueta.geometry.io.LoaderListenerOBJ
- onMaterialLoaderRequested(LoaderOBJ, String) - Method in class com.irurueta.geometry.io.MeshWriter.Listeners
-
Called when an OBJ loader requires a material loader to load the associated material (MTL) file.
- onRemoteTextureIdRequested(MeshWriterJson, Texture, File) - Method in interface com.irurueta.geometry.io.MeshWriterJsonListener
-
Handles texture to write ID to fetch it.
- onRemoteTextureUrlRequested(MeshWriterJson, Texture, File) - Method in interface com.irurueta.geometry.io.MeshWriterJsonListener
-
Handles texture to write URL where it will be located.
- onTextureDataAvailable(LoaderBinary, File, int, int, int) - Method in interface com.irurueta.geometry.io.LoaderListenerBinary
-
Indicates that texture data has been stored in provided texture file, which is the one returned by onTextureReceived(LoaderBinary).
- onTextureDataAvailable(LoaderBinary, File, int, int, int) - Method in class com.irurueta.geometry.io.MeshWriter.Listeners
-
Called when texture data is available to be retrieved.
- onTextureDataAvailable(MeshWriter, File, int, int) - Method in interface com.irurueta.geometry.io.MeshWriterListener
-
Called when texture data of a binary file has been copied to temporal file and is available for processing.
- onTextureDataProcessed(MeshWriter, File, int, int) - Method in interface com.irurueta.geometry.io.MeshWriterListener
-
Called when texture data has already been processed for a binary file.
- onTextureReceived(LoaderBinary, int, int, int) - Method in interface com.irurueta.geometry.io.LoaderListenerBinary
-
Callee should create a file where texture data will be stored.
- onTextureReceived(LoaderBinary, int, int, int) - Method in class com.irurueta.geometry.io.MeshWriter.Listeners
-
Called when a texture has been found.
- onTextureReceived(MeshWriter, int, int) - Method in interface com.irurueta.geometry.io.MeshWriterListener
-
Called when texture data is found in a binary file.
- onValidateTexture(MaterialLoader, Texture) - Method in interface com.irurueta.geometry.io.MaterialLoaderListener
-
This method is called when texture validation is needed, to ensure that a texture file is in a recognized image format.
- onValidateTexture(MaterialLoader, Texture) - Method in class com.irurueta.geometry.io.MeshWriter.Listeners
-
Called when a texture assigned to a material must be validated to ensure that texture is valid.
- onValidateTexture(MeshWriter, Texture) - Method in interface com.irurueta.geometry.io.MeshWriterListener
-
Called when a texture needs to be validated.
- onWriteEnd(MeshWriter) - Method in interface com.irurueta.geometry.io.MeshWriterListener
-
Notifies when writing ends.
- onWriteProgressChange(MeshWriter, float) - Method in interface com.irurueta.geometry.io.MeshWriterListener
-
Notifies progress changes during writing.
- onWriteStart(MeshWriter) - Method in interface com.irurueta.geometry.io.MeshWriterListener
-
Notifies when writing starts.
- originalIndicesInChunkArray - Variable in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY
-
Indices of vertices in file.
- originalNormalIndicesInChunkArray - Variable in class com.irurueta.geometry.io.LoaderOBJ.LoaderIteratorOBJ
-
Array containing normal indices as they appear in the OBJ file.
- originalTextureIndicesInChunkArray - Variable in class com.irurueta.geometry.io.LoaderOBJ.LoaderIteratorOBJ
-
Array containing texture indices as they appear in the OBJ file.
- originalVertexIndicesInChunkArray - Variable in class com.irurueta.geometry.io.LoaderOBJ.LoaderIteratorOBJ
-
Array containing vertex indices as they appear in the OBJ file.
P
- parseLine(String) - Method in class com.irurueta.geometry.io.MaterialLoaderOBJ
-
Parses a line in an MTL file.
- PATH_3D - Static variable in class com.irurueta.geometry.io.Chunk3DS
- PATH_MATRIX - Static variable in class com.irurueta.geometry.io.Chunk3DS
- PIVOT - Static variable in class com.irurueta.geometry.io.Chunk3DS
- PLY_ASCII - Enum constant in enum class com.irurueta.geometry.io.PLYStorageMode
-
ASCII text.
- PLY_BIG_ENDIAN - Enum constant in enum class com.irurueta.geometry.io.PLYStorageMode
-
Binary big-endian.
- PLY_CHAR - Enum constant in enum class com.irurueta.geometry.io.DataTypePLY
-
Signed character (signed 8-bit integer).
- PLY_DOUBLE - Enum constant in enum class com.irurueta.geometry.io.DataTypePLY
-
Double (64-bit floating-point).
- PLY_FLOAT - Enum constant in enum class com.irurueta.geometry.io.DataTypePLY
-
Float (32-bit floating-point).
- PLY_FLOAT32 - Enum constant in enum class com.irurueta.geometry.io.DataTypePLY
-
32-bit floating-point.
- PLY_FLOAT64 - Enum constant in enum class com.irurueta.geometry.io.DataTypePLY
-
64-bit floating-point.
- PLY_INT - Enum constant in enum class com.irurueta.geometry.io.DataTypePLY
-
Signed integer (signed 32-bit integer).
- PLY_INT16 - Enum constant in enum class com.irurueta.geometry.io.DataTypePLY
-
Signed 16-bit integer.
- PLY_INT32 - Enum constant in enum class com.irurueta.geometry.io.DataTypePLY
-
Signed 32-bit integer.
- PLY_INT8 - Enum constant in enum class com.irurueta.geometry.io.DataTypePLY
-
Signed 8-bit integer.
- PLY_LITTLE_ENDIAN - Enum constant in enum class com.irurueta.geometry.io.PLYStorageMode
-
Binary little-endian.
- PLY_SHORT - Enum constant in enum class com.irurueta.geometry.io.DataTypePLY
-
Signed short (signed 16-bit integer).
- PLY_UCHAR - Enum constant in enum class com.irurueta.geometry.io.DataTypePLY
-
Unsigned character (unsigned 8-bit integer).
- PLY_UINT - Enum constant in enum class com.irurueta.geometry.io.DataTypePLY
-
Unsigned integer (unsigned 32-bit integer).
- PLY_UINT16 - Enum constant in enum class com.irurueta.geometry.io.DataTypePLY
-
Unsigned 16-bit integer.
- PLY_UINT32 - Enum constant in enum class com.irurueta.geometry.io.DataTypePLY
-
Unsigned 32-bit integer.
- PLY_UINT8 - Enum constant in enum class com.irurueta.geometry.io.DataTypePLY
-
Unsigned 8-bit integer.
- PLY_USHORT - Enum constant in enum class com.irurueta.geometry.io.DataTypePLY
-
Unsigned short (unsigned 16-bit integer).
- PLYReadValueFromBufferListener - Interface in com.irurueta.geometry.io
-
Listener to read a value contained within the byte read buffer and transform it into the appropriate data type.
- PLYReadValueFromStreamListener - Interface in com.irurueta.geometry.io
-
Listener to read the appropriate amount of bytes from a PLY file corresponding to this data type.
- PLYStorageMode - Enum Class in com.irurueta.geometry.io
-
Enumerator containing different storage modes supported for PLY files.
- PLYStorageMode() - Constructor for enum class com.irurueta.geometry.io.PLYStorageMode
- POINT_ARRAY - Static variable in class com.irurueta.geometry.io.Chunk3DS
- POINT_FLAG_ARRAY - Static variable in class com.irurueta.geometry.io.Chunk3DS
- POLY_2D - Static variable in class com.irurueta.geometry.io.Chunk3DS
- POS_TRACK_TAG - Static variable in class com.irurueta.geometry.io.Chunk3DS
- processTextureFile(Texture, File) - Method in class com.irurueta.geometry.io.MeshWriter
-
Abstract method to processes texture file.
- processTextureFile(Texture, File) - Method in class com.irurueta.geometry.io.MeshWriterBinary
-
Processes texture file.
- processTextureFile(Texture, File) - Method in class com.irurueta.geometry.io.MeshWriterJson
-
Processes texture file.
- PROGRESS_DELTA - Static variable in class com.irurueta.geometry.io.LoaderOBJ
-
Amount of progress variation (1%) used to notify progress.
- PROGRESS_DELTA - Static variable in class com.irurueta.geometry.io.LoaderPLY
-
Constant defining when progress change should be notified.
- PROGRESS_DELTA - Static variable in class com.irurueta.geometry.io.LoaderSTL
-
Amount of progress variation (1%) used to notify progress.
- properties - Variable in class com.irurueta.geometry.io.ElementPLY
-
List of properties forming this element.
- PROPERTY_PLY_LIST - Enum constant in enum class com.irurueta.geometry.io.PropertyTypePLY
-
List type for array valued elements, such as faces containing vertex indexes forming polygons.
- PROPERTY_PLY_SCALAR - Enum constant in enum class com.irurueta.geometry.io.PropertyTypePLY
-
Scalar type for single valued elements, such as vertex coordinates.
- PropertyPLY - Class in com.irurueta.geometry.io
-
Property contained within a header element.
- PropertyPLY(String, DataTypePLY) - Constructor for class com.irurueta.geometry.io.PropertyPLY
-
Constructor.
- PropertyPLY(String, DataTypePLY, DataTypePLY) - Constructor for class com.irurueta.geometry.io.PropertyPLY
-
Constructor.
- PropertyTypePLY - Enum Class in com.irurueta.geometry.io
-
Enumeration defining supported property types.
- PropertyTypePLY() - Constructor for enum class com.irurueta.geometry.io.PropertyTypePLY
R
- randomAccessFile - Variable in class com.irurueta.geometry.io.FileReaderAndWriter
-
Underlying input file.
- randomAccessFile - Variable in class com.irurueta.geometry.io.MappedFileReaderAndWriter
-
Underlying input file.
- RAY_BIAS - Static variable in class com.irurueta.geometry.io.Chunk3DS
- read - Variable in class com.irurueta.geometry.io.MappedFileReaderAndWriter
-
Internal value indicating if read has been produced.
- read() - Method in class com.irurueta.geometry.io.AbstractFileReaderAndWriter
-
Reads one byte at current file position and advances one position.
- read() - Method in class com.irurueta.geometry.io.FileReaderAndWriter
-
Reads one byte at current file position and advances one position.
- read() - Method in class com.irurueta.geometry.io.MappedFileReaderAndWriter
-
Reads one byte at current file position and advances one position.
- read(byte[]) - Method in class com.irurueta.geometry.io.AbstractFileReaderAndWriter
-
Reads up to b.length bytes of data from this file into an array of bytes.
- read(byte[]) - Method in class com.irurueta.geometry.io.FileReaderAndWriter
-
Reads up to b.length bytes of data from this file into an array of bytes.
- read(byte[]) - Method in class com.irurueta.geometry.io.MappedFileReaderAndWriter
-
Reads up to b.length bytes of data from this file into an array of bytes.
- read(byte[], int, int) - Method in class com.irurueta.geometry.io.AbstractFileReaderAndWriter
-
Reads up to len bytes of data from this file into an array of bytes.
- read(byte[], int, int) - Method in class com.irurueta.geometry.io.FileReaderAndWriter
-
Reads up to len bytes of data from this file into an array of bytes.
- read(byte[], int, int) - Method in class com.irurueta.geometry.io.MappedFileReaderAndWriter
-
Reads up to len bytes of data from this file into an array of bytes.
- readBoolean() - Method in class com.irurueta.geometry.io.AbstractFileReaderAndWriter
-
Reads a boolean from this file.
- readBoolean() - Method in class com.irurueta.geometry.io.FileReaderAndWriter
-
Reads a boolean from this file.
- readBoolean() - Method in class com.irurueta.geometry.io.MappedFileReaderAndWriter
-
Reads a boolean from this file.
- readByte() - Method in class com.irurueta.geometry.io.AbstractFileReaderAndWriter
-
Reads a signed eight-bit value from this file.
- readByte() - Method in class com.irurueta.geometry.io.FileReaderAndWriter
-
Reads a signed eight-bit value from this file.
- readByte() - Method in class com.irurueta.geometry.io.MappedFileReaderAndWriter
-
Reads a signed eight-bit value from this file.
- readDouble() - Method in class com.irurueta.geometry.io.AbstractFileReaderAndWriter
-
Reads a double from this file.
- readDouble() - Method in class com.irurueta.geometry.io.FileReaderAndWriter
-
Reads a double from this file.
- readDouble() - Method in class com.irurueta.geometry.io.MappedFileReaderAndWriter
-
Reads a double from this file.
- readDouble(EndianType) - Method in class com.irurueta.geometry.io.AbstractFileReaderAndWriter
-
Reads a double from this file.
- readDouble(EndianType) - Method in class com.irurueta.geometry.io.FileReaderAndWriter
-
Reads a double from this file.
- readDouble(EndianType) - Method in class com.irurueta.geometry.io.MappedFileReaderAndWriter
-
Reads a double from this file.
- reader - Variable in class com.irurueta.geometry.io.Loader
-
Instance in charge of reading data from file.
- reader - Variable in class com.irurueta.geometry.io.MaterialLoader
-
Instance in charge of reading data from file.
- readFloat() - Method in class com.irurueta.geometry.io.AbstractFileReaderAndWriter
-
Reads a float from this file.
- readFloat() - Method in class com.irurueta.geometry.io.FileReaderAndWriter
-
Reads a float from this file.
- readFloat() - Method in class com.irurueta.geometry.io.MappedFileReaderAndWriter
-
Reads a float from this file.
- readFloat(EndianType) - Method in class com.irurueta.geometry.io.AbstractFileReaderAndWriter
-
Reads a float from this file.
- readFloat(EndianType) - Method in class com.irurueta.geometry.io.FileReaderAndWriter
-
Reads a float from this file.
- readFloat(EndianType) - Method in class com.irurueta.geometry.io.MappedFileReaderAndWriter
-
Reads a float from this file.
- readFromStream() - Method in class com.irurueta.geometry.io.LoaderPLY
-
Reads header of provided file and initializes iterator to read data chunks of this file.
- readFromStream(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.AsciiCharReadValueFromStreamListener
-
Reads next word of text within file at current position and attempts to parse it into a char value.
- readFromStream(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.AsciiDoubleReadValueFromStreamListener
-
Reads next word of text within file at current position and attempts to parse it into a double value.
- readFromStream(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.AsciiFloat32ReadValueFromStreamListener
-
Reads next word of text within file at current position and attempts to parse it into a float32 value.
- readFromStream(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.AsciiFloat64ReadValueFromStreamListener
-
Reads next word of text within file at current position and attempts to parse it into a float64 value.
- readFromStream(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.AsciiFloatReadValueFromStreamListener
-
Reads next word of text within file at current position and attempts to parse it into a float value.
- readFromStream(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.AsciiInt16ReadValueFromStreamListener
-
Reads next word of text within file at current position and attempts to parse it into an int16 value.
- readFromStream(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.AsciiInt32ReadValueFromStreamListener
-
Reads next word of text within file at current position and attempts to parse it into an int32 value.
- readFromStream(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.AsciiInt8ReadValueFromStreamListener
-
Reads next word of text within file at current position and attempts to parse it into an int8 value.
- readFromStream(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.AsciiIntReadValueFromStreamListener
-
Reads next word of text within file at current position and attempts to parse it into an int value.
- readFromStream(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.AsciiShortReadValueFromStreamListener
-
Reads next word of text within file at current position and attempts to parse it into a short value.
- readFromStream(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.AsciiUcharReadValueFromStreamListener
-
Reads next word of text within file at current position and attempts to parse it into a uchar value.
- readFromStream(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.AsciiUint16ReadValueFromStreamListener
-
Reads next word of text within file at current position and attempts to parse it into an uint16 value.
- readFromStream(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.AsciiUint32ReadValueFromStreamListener
-
Reads next word of text within file at current position and attempts to parse it into an uint32 value.
- readFromStream(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.AsciiUint8ReadValueFromStreamListener
-
Reads next word of text within file at current position and attempts to parse it into an uint8 value.
- readFromStream(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.AsciiUintReadValueFromStreamListener
-
Reads next word of text within file at current position and attempts to parse it into a uint value.
- readFromStream(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.AsciiUshortReadValueFromStreamListener
-
Reads next word of text within file at current position and attempts to parse it into a ushort value.
- readFromStream(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.BinaryBigEndianDoubleReadValueFromStreamListener
-
Reads a double from the stream of data at current file position and stores the result into provided byte buffer.
- readFromStream(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.BinaryBigEndianFloat32ReadValueFromStreamListener
-
Reads a float32 from the stream of data at current file position and stores the result into provided byte buffer.
- readFromStream(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.BinaryBigEndianFloat64ReadValueFromStreamListener
-
Reads a float64 from the stream of data at current file position and stores the result into provided byte buffer.
- readFromStream(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.BinaryBigEndianFloatReadValueFromStreamListener
-
Reads a float from the stream of data at current file position and stores the result into provided byte buffer.
- readFromStream(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.BinaryBigEndianInt16ReadValueFromStreamListener
-
Reads an int16 from the stream of data at current file position and stores the result into provided byte buffer.
- readFromStream(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.BinaryBigEndianInt32ReadValueFromStreamListener
-
Reads an int32 from the stream of data at current file position and stores the result into provided byte buffer.
- readFromStream(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.BinaryBigEndianIntReadValueFromStreamListener
-
Reads an int from the stream of data at current file position and stores the result into provided byte buffer.
- readFromStream(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.BinaryBigEndianShortReadValueFromStreamListener
-
Reads a short from the stream of data at current file position and stores the result into provided byte buffer.
- readFromStream(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.BinaryBigEndianUint16ReadValueFromStreamListener
-
Reads a uint16 from the stream of data at current file position and stores the result into provided byte buffer.
- readFromStream(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.BinaryBigEndianUint32ReadValueFromStreamListener
-
Reads a uint32 from the stream of data at current file position and stores the result into provided byte buffer.
- readFromStream(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.BinaryBigEndianUintReadValueFromStreamListener
-
Reads a uint from the stream of data at current file position and stores the result into provided byte buffer.
- readFromStream(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.BinaryBigEndianUshortReadValueFromStreamListener
-
Reads a ushort from the stream of data at current file position and stores the result into provided byte buffer.
- readFromStream(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.BinaryCharReadValueFromStreamListener
-
Reads a char from the stream of data at current file position and stores the result into provided byte buffer.
- readFromStream(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.BinaryInt8ReadValueFromStreamListener
-
Reads an int8 from the stream of data at current file position and stores the result into provided byte buffer.
- readFromStream(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.BinaryLittleEndianDoubleReadValueFromStreamListener
-
Reads a double from the stream of data at current file position and stores the result into provided byte buffer.
- readFromStream(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.BinaryLittleEndianFloat32ReadValueFromStreamListener
-
Reads a float32 from the stream of data at current file position and stores the result into provided byte buffer.
- readFromStream(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.BinaryLittleEndianFloat64ReadValueFromStreamListener
-
Reads a float64 from the stream of data at current file position and stores the result into provided byte buffer.
- readFromStream(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.BinaryLittleEndianFloatReadValueFromStreamListener
-
Reads a float from the stream of data at current file position and stores the result into provided byte buffer.
- readFromStream(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.BinaryLittleEndianInt16ReadValueFromStreamListener
-
Reads an int16 from the stream of data at current file position and stores the result into provided byte buffer.
- readFromStream(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.BinaryLittleEndianInt32ReadValueFromStreamListener
-
Reads an int32 from the stream of data at current file position and stores the result into provided byte buffer.
- readFromStream(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.BinaryLittleEndianIntReadValueFromStreamListener
-
Reads an int from the stream of data at current file position and stores the result into provided byte buffer.
- readFromStream(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.BinaryLittleEndianShortReadValueFromStreamListener
-
Reads a short from the stream of data at current file position and stores the result into provided byte buffer.
- readFromStream(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.BinaryLittleEndianUint16ReadValueFromStreamListener
-
Reads a uint16 from the stream of data at current file position and stores the result into provided byte buffer.
- readFromStream(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.BinaryLittleEndianUint32ReadValueFromStreamListener
-
Reads a uint32 from the stream of data at current file position and stores the result into provided byte buffer.
- readFromStream(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.BinaryLittleEndianUintReadValueFromStreamListener
-
Reads a uint from the stream of data at current file position and stores the result into provided byte buffer.
- readFromStream(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.BinaryLittleEndianUshortReadValueFromStreamListener
-
Reads a ushort from the stream of data at current file position and stores the result into provided byte buffer.
- readFromStream(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.BinaryUcharReadValueFromStreamListener
-
Reads a uchar from the stream of data at current file position and stores the result into provided byte buffer.
- readFromStream(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.BinaryUint8ReadValueFromStreamListener
-
Reads a uint8 from the stream of data at current file position and stores the result into provided byte buffer.
- readFromStream(ByteBuffer) - Method in interface com.irurueta.geometry.io.PLYReadValueFromStreamListener
-
Reads needed data from stream.
- readFully(byte[]) - Method in class com.irurueta.geometry.io.FileReaderAndWriter
-
Reads b.length bytes from this file into the byte array, starting at the current file pointer.
- readFully(byte[], int, int) - Method in class com.irurueta.geometry.io.FileReaderAndWriter
-
Reads exactly len bytes from this file into the byte array, starting at the current file pointer.
- readHeader() - Method in class com.irurueta.geometry.io.LoaderPLY
-
Reads the header of provided file.
- readInt() - Method in class com.irurueta.geometry.io.AbstractFileReaderAndWriter
-
Reads a signed 32-bit integer from this file.
- readInt() - Method in class com.irurueta.geometry.io.FileReaderAndWriter
-
Reads a signed 32-bit integer from this file.
- readInt() - Method in class com.irurueta.geometry.io.MappedFileReaderAndWriter
-
Reads a signed 32-bit integer from this file.
- readInt(EndianType) - Method in class com.irurueta.geometry.io.AbstractFileReaderAndWriter
-
Reads a signed 32-bit integer from this file.
- readInt(EndianType) - Method in class com.irurueta.geometry.io.FileReaderAndWriter
-
Reads a signed 32-bit integer from this file.
- readInt(EndianType) - Method in class com.irurueta.geometry.io.MappedFileReaderAndWriter
-
Reads a signed 32-bit integer from this file.
- readLengthValueFromBufferListener - Variable in class com.irurueta.geometry.io.PropertyPLY
-
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.
- readLengthValueFromStreamListener - Variable in class com.irurueta.geometry.io.PropertyPLY
-
Listener to read the appropriate amount of bytes from a PLY file corresponding to this property length data type.
- readLine() - Method in class com.irurueta.geometry.io.AbstractFileReaderAndWriter
-
Reads the next line of text from this file.
- readLine() - Method in class com.irurueta.geometry.io.FileReaderAndWriter
-
Reads the next line of text from this file.
- readLine() - Method in class com.irurueta.geometry.io.MappedFileReaderAndWriter
-
Reads the next line of text from this file.
- readLong() - Method in class com.irurueta.geometry.io.AbstractFileReaderAndWriter
-
Reads a signed 64-bit integer from this file.
- readLong() - Method in class com.irurueta.geometry.io.FileReaderAndWriter
-
Reads a signed 64-bit integer from this file.
- readLong() - Method in class com.irurueta.geometry.io.MappedFileReaderAndWriter
-
Reads a signed 64-bit integer from this file.
- readLong(EndianType) - Method in class com.irurueta.geometry.io.AbstractFileReaderAndWriter
-
Reads a signed 64-bit integer from this file.
- readLong(EndianType) - Method in class com.irurueta.geometry.io.FileReaderAndWriter
-
Reads a signed 64-bit integer from this file.
- readLong(EndianType) - Method in class com.irurueta.geometry.io.MappedFileReaderAndWriter
-
Reads a signed 64-bit integer from this file.
- readNonEmptyWord() - Method in class com.irurueta.geometry.io.LoaderSTL.LoaderIteratorSTL
-
Internal method to read a word from ASCII file.
- readShort() - Method in class com.irurueta.geometry.io.AbstractFileReaderAndWriter
-
Reads a signed 16-bit number from this file.
- readShort() - Method in class com.irurueta.geometry.io.FileReaderAndWriter
-
Reads a signed 16-bit number from this file.
- readShort() - Method in class com.irurueta.geometry.io.MappedFileReaderAndWriter
-
Reads a signed 16-bit number from this file.
- readShort(EndianType) - Method in class com.irurueta.geometry.io.AbstractFileReaderAndWriter
-
Reads a signed 16-bit number from this file assuming that file is encoded using provided endian type.
- readShort(EndianType) - Method in class com.irurueta.geometry.io.FileReaderAndWriter
-
Reads a signed 16-bit number from this file assuming that file is encoded using provided endian type.
- readShort(EndianType) - Method in class com.irurueta.geometry.io.MappedFileReaderAndWriter
-
Reads a signed 16-bit number from this file assuming that file is encoded using provided endian type.
- readUnsignedByte() - Method in class com.irurueta.geometry.io.AbstractFileReaderAndWriter
-
Reads an unsigned eight-bit number from this file.
- readUnsignedByte() - Method in class com.irurueta.geometry.io.FileReaderAndWriter
-
Reads an unsigned eight-bit number from this file.
- readUnsignedByte() - Method in class com.irurueta.geometry.io.MappedFileReaderAndWriter
-
Reads an unsigned eight-bit number from this file.
- readUnsignedInt() - Method in class com.irurueta.geometry.io.AbstractFileReaderAndWriter
-
Reads an unsigned 32-bit integer from this file.
- readUnsignedInt() - Method in class com.irurueta.geometry.io.FileReaderAndWriter
-
Reads an unsigned 32-bit integer from this file.
- readUnsignedInt() - Method in class com.irurueta.geometry.io.MappedFileReaderAndWriter
-
Reads an unsigned 32-bit integer from this file.
- readUnsignedInt(EndianType) - Method in class com.irurueta.geometry.io.AbstractFileReaderAndWriter
-
Reads an unsigned 32-bit integer from this file.
- readUnsignedInt(EndianType) - Method in class com.irurueta.geometry.io.FileReaderAndWriter
-
Reads an unsigned 32-bit integer from this file.
- readUnsignedInt(EndianType) - Method in class com.irurueta.geometry.io.MappedFileReaderAndWriter
-
Reads an unsigned 32-bit integer from this file.
- readUnsignedShort() - Method in class com.irurueta.geometry.io.AbstractFileReaderAndWriter
-
Reads an unsigned 16-bit number from this file.
- readUnsignedShort() - Method in class com.irurueta.geometry.io.FileReaderAndWriter
-
Reads an unsigned 16-bit number from this file.
- readUnsignedShort() - Method in class com.irurueta.geometry.io.MappedFileReaderAndWriter
-
Reads an unsigned 16-bit number from this file.
- readUnsignedShort(EndianType) - Method in class com.irurueta.geometry.io.AbstractFileReaderAndWriter
-
Reads an unsigned 16-bit number from this file.
- readUnsignedShort(EndianType) - Method in class com.irurueta.geometry.io.FileReaderAndWriter
-
Reads an unsigned 16-bit number from this file.
- readUnsignedShort(EndianType) - Method in class com.irurueta.geometry.io.MappedFileReaderAndWriter
-
Reads an unsigned 16-bit number from this file.
- readUntilAnyOfTheseCharactersIsFound(String) - Method in class com.irurueta.geometry.io.AbstractFileReaderAndWriter
-
Sequentially reads characters starting at current file position until one of the characters in provided pattern is found.
- readUntilAnyOfTheseCharactersIsFound(String) - Method in class com.irurueta.geometry.io.FileReaderAndWriter
-
Sequentially reads characters starting at current file position until one of the characters in provided pattern is found.
- readUntilAnyOfTheseCharactersIsFound(String) - Method in class com.irurueta.geometry.io.MappedFileReaderAndWriter
-
Sequentially reads characters starting at current file position until one of the characters in provided pattern is found.
- readUTF() - Method in class com.irurueta.geometry.io.FileReaderAndWriter
-
Reads in a string from this file.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.AlphaCharReadValueFromBufferListener
-
Reads alpha color component from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.AlphaDoubleReadValueFromBufferListener
-
Reads alpha color component from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.AlphaFloat32ReadValueFromBufferListener
-
Reads alpha color component from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.AlphaFloat64ReadValueFromBufferListener
-
Reads alpha color component from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.AlphaFloatReadValueFromBufferListener
-
Reads alpha color component from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.AlphaInt16ReadValueFromBufferListener
-
Reads alpha color component from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.AlphaInt32ReadValueFromBufferListener
-
Reads alpha color component from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.AlphaInt8ReadValueFromBufferListener
-
Reads alpha color component from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.AlphaIntReadValueFromBufferListener
-
Reads alpha color component from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.AlphaShortReadValueFromBufferListener
-
Reads alpha color component from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.AlphaUcharReadValueFromBufferListener
-
Reads alpha color component from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.AlphaUint16ReadValueFromBufferListener
-
Reads alpha color component from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.AlphaUint32ReadValueFromBufferListener
-
Reads alpha color component from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.AlphaUint8ReadValueFromBufferListener
-
Reads alpha color component from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.AlphaUintReadValueFromBufferListener
-
Reads alpha color component from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.AlphaUshortReadValueFromBufferListener
-
Reads alpha color component from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.BlueCharReadValueFromBufferListener
-
Reads blue color component from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.BlueDoubleReadValueFromBufferListener
-
Reads blue color component from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.BlueFloat32ReadValueFromBufferListener
-
Reads blue color component from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.BlueFloat64ReadValueFromBufferListener
-
Reads blue color component from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.BlueFloatReadValueFromBufferListener
-
Reads blue color component from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.BlueInt16ReadValueFromBufferListener
-
Reads blue color component from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.BlueInt32ReadValueFromBufferListener
-
Reads blue color component from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.BlueInt8ReadValueFromBufferListener
-
Reads blue color component from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.BlueIntReadValueFromBufferListener
-
Reads blue color component from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.BlueShortReadValueFromBufferListener
-
Reads blue color component from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.BlueUcharReadValueFromBufferListener
-
Reads blue color component from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.BlueUint16ReadValueFromBufferListener
-
Reads blue color component from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.BlueUint32ReadValueFromBufferListener
-
Reads blue color component from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.BlueUint8ReadValueFromBufferListener
-
Reads blue color component from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.BlueUintReadValueFromBufferListener
-
Reads blue color component from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.BlueUshortReadValueFromBufferListener
-
Reads blue color component from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.FaceCharReadLengthValueFromBufferListener
-
Reads length value of a list header element from temporal buffer of data assuming it has char data type.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.FaceCharReadValueFromBufferListener
-
Reads the index of a face/polygon vertex from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.FaceDoubleReadLengthValueFromBufferListener
-
Reads length value of a list header element from temporal buffer of data assuming it has double data type.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.FaceDoubleReadValueFromBufferListener
-
Reads the index of a face/polygon vertex from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.FaceFloat32ReadLengthValueFromBufferListener
-
Reads length value of a list header element from temporal buffer of data assuming it has float32 data type.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.FaceFloat32ReadValueFromBufferListener
-
Reads the index of a face/polygon vertex from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.FaceFloat64ReadLengthValueFromBufferListener
-
Reads length value of a list header element from temporal buffer of data assuming it has float64 data type.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.FaceFloat64ReadValueFromBufferListener
-
Reads the index of a face/polygon vertex from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.FaceFloatReadLengthValueFromBufferListener
-
Reads length value of a list header element from temporal buffer of data assuming it has float data type.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.FaceFloatReadValueFromBufferListener
-
Reads the index of a face/polygon vertex from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.FaceInt16ReadLengthValueFromBufferListener
-
Reads length value of a list header element from temporal buffer of data assuming it has int16 data type.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.FaceInt16ReadValueFromBufferListener
-
Reads the index of a face/polygon vertex from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.FaceInt32ReadLengthValueFromBufferListener
-
Reads length value of a list header element from temporal buffer of data assuming it has int32 data type.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.FaceInt32ReadValueFromBufferListener
-
Reads the index of a face/polygon vertex from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.FaceInt8ReadLengthValueFromBufferListener
-
Reads length value of a list header element from temporal buffer of data assuming it has int8 data type.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.FaceInt8ReadValueFromBufferListener
-
Reads the index of a face/polygon vertex from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.FaceIntReadLengthValueFromBufferListener
-
Reads length value of a list header element from temporal buffer of data assuming it has int data type.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.FaceIntReadValueFromBufferListener
-
Reads the index of a face/polygon vertex from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.FaceShortReadLengthValueFromBufferListener
-
Reads length value of a list header element from temporal buffer of data assuming it has short data type.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.FaceShortReadValueFromBufferListener
-
Reads the index of a face/polygon vertex from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.FaceUcharReadLengthValueFromBufferListener
-
Reads length value of a list header element from temporal buffer of data assuming it has uchar data type.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.FaceUcharReadValueFromBufferListener
-
Reads the index of a face/polygon vertex from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.FaceUint16ReadLengthValueFromBufferListener
-
Reads length value of a list header element from temporal buffer of data assuming it has uint16 data type.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.FaceUint16ReadValueFromBufferListener
-
Reads the index of a face/polygon vertex from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.FaceUint32ReadLengthValueFromBufferListener
-
Reads length value of a list header element from temporal buffer of data assuming it has uint32 data type.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.FaceUint32ReadValueFromBufferListener
-
Reads the index of a face/polygon vertex from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.FaceUint8ReadLengthValueFromBufferListener
-
Reads length value of a list header element from temporal buffer of data assuming it has uint8 data type.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.FaceUint8ReadValueFromBufferListener
-
Reads the index of a face/polygon vertex from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.FaceUintReadLengthValueFromBufferListener
-
Reads length value of a list header element from temporal buffer of data assuming it has uint data type.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.FaceUintReadValueFromBufferListener
-
Reads the index of a face/polygon vertex from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.FaceUshortReadLengthValueFromBufferListener
-
Reads length value of a list header element from temporal buffer of data assuming it has ushort data type.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.FaceUshortReadValueFromBufferListener
-
Reads the index of a face/polygon vertex from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.GreenCharReadValueFromBufferListener
-
Reads green color component from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.GreenDoubleReadValueFromBufferListener
-
Reads green color component from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.GreenFloat32ReadValueFromBufferListener
-
Reads green color component from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.GreenFloat64ReadValueFromBufferListener
-
Reads green color component from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.GreenFloatReadValueFromBufferListener
-
Reads green color component from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.GreenInt16ReadValueFromBufferListener
-
Reads green color component from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.GreenInt32ReadValueFromBufferListener
-
Reads green color component from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.GreenInt8ReadValueFromBufferListener
-
Reads green color component from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.GreenIntReadValueFromBufferListener
-
Reads green color component from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.GreenShortReadValueFromBufferListener
-
Reads green color component from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.GreenUcharReadValueFromBufferListener
-
Reads green color component from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.GreenUint16ReadValueFromBufferListener
-
Reads green color component from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.GreenUint32ReadValueFromBufferListener
-
Reads green color component from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.GreenUint8ReadValueFromBufferListener
-
Reads green color component from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.GreenUintReadValueFromBufferListener
-
Reads green color component from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.GreenUshortReadValueFromBufferListener
-
Reads green color component from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.NXcharReadValueFromBufferListener
-
Reads a vertex normal x coordinate from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.NXdoubleReadValueFromBufferListener
-
Reads a vertex normal x coordinate from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.NXfloat32ReadValueFromBufferListener
-
Reads a vertex normal x coordinate from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.NXfloat64ReadValueFromBufferListener
-
Reads a vertex normal x coordinate from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.NXfloatReadValueFromBufferListener
-
Reads a vertex normal x coordinate from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.NXint16ReadValueFromBufferListener
-
Reads a vertex normal x coordinate from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.NXint32ReadValueFromBufferListener
-
Reads a vertex normal x coordinate from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.NXint8ReadValueFromBufferListener
-
Reads a vertex normal x coordinate from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.NXintReadValueFromBufferListener
-
Reads a vertex normal x coordinate from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.NXshortReadValueFromBufferListener
-
Reads a vertex normal x coordinate from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.NXucharReadValueFromBufferListener
-
Reads a vertex normal x coordinate from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.NXuint16ReadValueFromBufferListener
-
Reads a vertex normal x coordinate from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.NXuint32ReadValueFromBufferListener
-
Reads a vertex normal x coordinate from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.NXuint8ReadValueFromBufferListener
-
Reads a vertex normal x coordinate from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.NXuintReadValueFromBufferListener
-
Reads a vertex normal x coordinate from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.NXushortReadValueFromBufferListener
-
Reads a vertex normal x coordinate from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.NYcharReadValueFromBufferListener
-
Reads a vertex normal y coordinate from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.NYdoubleReadValueFromBufferListener
-
Reads a vertex normal y coordinate from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.NYfloat32ReadValueFromBufferListener
-
Reads a vertex normal y coordinate from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.NYfloat64ReadValueFromBufferListener
-
Reads a vertex normal y coordinate from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.NYfloatReadValueFromBufferListener
-
Reads a vertex normal y coordinate from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.NYint16ReadValueFromBufferListener
-
Reads a vertex normal y coordinate from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.NYint32ReadValueFromBufferListener
-
Reads a vertex normal y coordinate from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.NYint8ReadValueFromBufferListener
-
Reads a vertex normal y coordinate from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.NYintReadValueFromBufferListener
-
Reads a vertex normal y coordinate from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.NYshortReadValueFromBufferListener
-
Reads a vertex normal y coordinate from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.NYucharReadValueFromBufferListener
-
Reads a vertex normal y coordinate from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.NYuint16ReadValueFromBufferListener
-
Reads a vertex normal y coordinate from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.NYuint32ReadValueFromBufferListener
-
Reads a vertex normal y coordinate from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.NYuint8ReadValueFromBufferListener
-
Reads a vertex normal y coordinate from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.NYuintReadValueFromBufferListener
-
Reads a vertex normal y coordinate from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.NYushortReadValueFromBufferListener
-
Reads a vertex normal y coordinate from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.NZcharReadValueFromBufferListener
-
Reads a vertex normal z coordinate from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.NZdoubleReadValueFromBufferListener
-
Reads a vertex normal z coordinate from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.NZfloat32ReadValueFromBufferListener
-
Reads a vertex normal z coordinate from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.NZfloat64ReadValueFromBufferListener
-
Reads a vertex normal z coordinate from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.NZfloatReadValueFromBufferListener
-
Reads a vertex normal z coordinate from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.NZint16ReadValueFromBufferListener
-
Reads a vertex normal z coordinate from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.NZint32ReadValueFromBufferListener
-
Reads a vertex normal z coordinate from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.NZint8ReadValueFromBufferListener
-
Reads a vertex normal z coordinate from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.NZintReadValueFromBufferListener
-
Reads a vertex normal z coordinate from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.NZshortReadValueFromBufferListener
-
Reads a vertex normal z coordinate from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.NZucharReadValueFromBufferListener
-
Reads a vertex normal z coordinate from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.NZuint16ReadValueFromBufferListener
-
Reads a vertex normal z coordinate from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.NZuint32ReadValueFromBufferListener
-
Reads a vertex normal z coordinate from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.NZuint8ReadValueFromBufferListener
-
Reads a vertex normal z coordinate from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.NZuintReadValueFromBufferListener
-
Reads a vertex normal z coordinate from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.NZushortReadValueFromBufferListener
-
Reads a vertex normal z coordinate from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.RedCharReadValueFromBufferListener
-
Reads red color component from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.RedDoubleReadValueFromBufferListener
-
Reads red color component from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.RedFloat32ReadValueFromBufferListener
-
Reads red color component from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.RedFloat64ReadValueFromBufferListener
-
Reads red color component from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.RedFloatReadValueFromBufferListener
-
Reads red color component from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.RedInt16ReadValueFromBufferListener
-
Reads red color component from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.RedInt32ReadValueFromBufferListener
-
Reads red color component from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.RedInt8ReadValueFromBufferListener
-
Reads red color component from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.RedIntReadValueFromBufferListener
-
Reads red color component from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.RedShortReadValueFromBufferListener
-
Reads red color component from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.RedUcharReadValueFromBufferListener
-
Reads red color component from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.RedUint16ReadValueFromBufferListener
-
Reads red color component from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.RedUint32ReadValueFromBufferListener
-
Reads red color component from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.RedUint8ReadValueFromBufferListener
-
Reads red color component from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.RedUintReadValueFromBufferListener
-
Reads red color component from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.RedUshortReadValueFromBufferListener
-
Reads red color component from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.XcharReadValueFromBufferListener
-
Reads x vertex coordinate from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.XdoubleReadValueFromBufferListener
-
Reads x vertex coordinate from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.Xfloat32ReadValueFromBufferListener
-
Reads x vertex coordinate from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.Xfloat64ReadValueFromBufferListener
-
Reads x vertex coordinate from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.XfloatReadValueFromBufferListener
-
Reads x vertex coordinate from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.Xint16ReadValueFromBufferListener
-
Reads x vertex coordinate from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.Xint32ReadValueFromBufferListener
-
Reads x vertex coordinate from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.Xint8ReadValueFromBufferListener
-
Reads x vertex coordinate from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.XintReadValueFromBufferListener
-
Reads x vertex coordinate from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.XshortReadValueFromBufferListener
-
Reads x vertex coordinate from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.XucharReadValueFromBufferListener
-
Reads x vertex coordinate from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.Xuint16ReadValueFromBufferListener
-
Reads x vertex coordinate from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.Xuint32ReadValueFromBufferListener
-
Reads x vertex coordinate from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.Xuint8ReadValueFromBufferListener
-
Reads x vertex coordinate from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.XuintReadValueFromBufferListener
-
Reads x vertex coordinate from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.XushortReadValueFromBufferListener
-
Reads x vertex coordinate from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.YcharReadValueFromBufferListener
-
Reads y vertex coordinate from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.YdoubleReadValueFromBufferListener
-
Reads y vertex coordinate from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.Yfloat32ReadValueFromBufferListener
-
Reads y vertex coordinate from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.Yfloat64ReadValueFromBufferListener
-
Reads y vertex coordinate from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.YfloatReadValueFromBufferListener
-
Reads y vertex coordinate from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.Yint16ReadValueFromBufferListener
-
Reads y vertex coordinate from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.Yint32ReadValueFromBufferListener
-
Reads y vertex coordinate from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.Yint8ReadValueFromBufferListener
-
Reads y vertex coordinate from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.YintReadValueFromBufferListener
-
Reads y vertex coordinate from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.YshortReadValueFromBufferListener
-
Reads y vertex coordinate from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.YucharReadValueFromBufferListener
-
Reads y vertex coordinate from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.Yuint16ReadValueFromBufferListener
-
Reads y vertex coordinate from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.Yuint32ReadValueFromBufferListener
-
Reads y vertex coordinate from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.Yuint8ReadValueFromBufferListener
-
Reads y vertex coordinate from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.YuintReadValueFromBufferListener
-
Reads y vertex coordinate from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.YushortReadValueFromBufferListener
-
Reads y vertex coordinate from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.ZcharReadValueFromBufferListener
-
Reads z vertex coordinate from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.ZdoubleReadValueFromBufferListener
-
Reads z vertex coordinate from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.Zfloat32ReadValueFromBufferListener
-
Reads z vertex coordinate from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.Zfloat64ReadValueFromBufferListener
-
Reads z vertex coordinate from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.ZfloatReadValueFromBufferListener
-
Reads z vertex coordinate from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.Zint16ReadValueFromBufferListener
-
Reads z vertex coordinate from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.Zint32ReadValueFromBufferListener
-
Reads z vertex coordinate from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.Zint8ReadValueFromBufferListener
-
Reads z vertex coordinate from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.ZintReadValueFromBufferListener
-
Reads z vertex coordinate from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.ZshortReadValueFromBufferListener
-
Reads z vertex coordinate from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.ZucharReadValueFromBufferListener
-
Reads z vertex coordinate from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.Zuint16ReadValueFromBufferListener
-
Reads z vertex coordinate from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.Zuint32ReadValueFromBufferListener
-
Reads z vertex coordinate from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.Zuint8ReadValueFromBufferListener
-
Reads z vertex coordinate from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.ZuintReadValueFromBufferListener
-
Reads z vertex coordinate from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.ZushortReadValueFromBufferListener
-
Reads z vertex coordinate from temporal buffer and sets its value on current loader iterator.
- readValueFromBuffer(ByteBuffer) - Method in interface com.irurueta.geometry.io.PLYReadValueFromBufferListener
-
Reads a value from the byte read buffer.
- readValueFromBufferListener - Variable in class com.irurueta.geometry.io.PropertyPLY
-
Listener to read the value of this property contained within the byte read buffer and transform it into the appropriate data type for this property.
- readValueFromStreamListener - Variable in class com.irurueta.geometry.io.PropertyPLY
-
Listener to read the appropriate amount of bytes from a PLY file corresponding to this property data type.
- readWord() - Method in class com.irurueta.geometry.io.AbstractFileReaderAndWriter
-
Sequentially reads characters starting at current file position until either carriage return, new line, tab or space character is found.
- red - Variable in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY
-
Last red color component that was read.
- RedCharReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.RedCharReadValueFromBufferListener
- RedDoubleReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.RedDoubleReadValueFromBufferListener
- RedFloat32ReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.RedFloat32ReadValueFromBufferListener
- RedFloat64ReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.RedFloat64ReadValueFromBufferListener
- RedFloatReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.RedFloatReadValueFromBufferListener
- RedInt16ReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.RedInt16ReadValueFromBufferListener
- RedInt32ReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.RedInt32ReadValueFromBufferListener
- RedInt8ReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.RedInt8ReadValueFromBufferListener
- RedIntReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.RedIntReadValueFromBufferListener
- RedShortReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.RedShortReadValueFromBufferListener
- RedUcharReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.RedUcharReadValueFromBufferListener
- RedUint16ReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.RedUint16ReadValueFromBufferListener
- RedUint32ReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.RedUint32ReadValueFromBufferListener
- RedUint8ReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.RedUint8ReadValueFromBufferListener
- RedUintReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.RedUintReadValueFromBufferListener
- RedUshortReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.RedUshortReadValueFromBufferListener
- reference - Static variable in class com.irurueta.geometry.io.BuildInfo
-
Singleton stored in a soft reference (to keep it cached in memory unless memory is claimed).
- REFLECTION_FRESNEL_ON_AND_RAY_TRACE_ON - Enum constant in enum class com.irurueta.geometry.io.Illumination
-
Reflection: Fresnel on and ray trace on.
- REFLECTION_ON_AND_RAY_TRACE_OFF - Enum constant in enum class com.irurueta.geometry.io.Illumination
-
Reflection on and ray trace off.
- REFLECTION_ON_AND_RAY_TRACE_ON - Enum constant in enum class com.irurueta.geometry.io.Illumination
-
Reflection on and ray trace on.
- remoteTextureIdEnabled - Variable in class com.irurueta.geometry.io.MeshWriterJson
-
Indicates if an identifier for the texture should be included into resulting file so that texture image can be fetched by some other mean.
- remoteTextureUrlEnabled - Variable in class com.irurueta.geometry.io.MeshWriterJson
-
Indicates if a URL indicating where the texture can be located should be included into resulting file.
- ROLL_TRACK_TAG - Static variable in class com.irurueta.geometry.io.Chunk3DS
- ROT_TRACK_TAG - Static variable in class com.irurueta.geometry.io.Chunk3DS
S
- SCL_TRACK_TAG - Static variable in class com.irurueta.geometry.io.Chunk3DS
- searchIndexInChunk(long) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY
-
Searches corresponding index in chunk for provided stream vertex index.
- searchNormalIndexInChunk(long) - Method in class com.irurueta.geometry.io.LoaderOBJ.LoaderIteratorOBJ
-
Searches normal index in current chunk of data by using the index used in the OBJ file.
- searchTextureCoordIndexInChunk(long) - Method in class com.irurueta.geometry.io.LoaderOBJ.LoaderIteratorOBJ
-
Searches texture index in current chunk of data by using the index used in the OBJ file.
- searchVertexIndexInChunk(long) - Method in class com.irurueta.geometry.io.LoaderOBJ.LoaderIteratorOBJ
-
Searches vertex index in current chunk of data by using the index used in the OBJ file.
- seek(long) - Method in class com.irurueta.geometry.io.AbstractFileReaderAndWriter
-
Sets the file-pointer offset, measured from the beginning of this file, at which the next read or write occurs.
- seek(long) - Method in class com.irurueta.geometry.io.FileReaderAndWriter
-
Sets the file-pointer offset, measured from the beginning of this file, at which the next read or write occurs.
- seek(long) - Method in class com.irurueta.geometry.io.MappedFileReaderAndWriter
-
Sets the file-pointer offset, measured from the beginning of this file, at which the next read or write occurs.
- setAllowDuplicateVerticesInChunk(boolean) - Method in class com.irurueta.geometry.io.LoaderOBJ
-
Sets boolean indicating if repeated vertices in a chunk are allowed to provide faster file loading.
- setAllowDuplicateVerticesInChunk(boolean) - Method in class com.irurueta.geometry.io.LoaderPLY
-
Sets whether duplicate vertices in a chunk are allowed.
- setAlphaTextureMap(Texture) - Method in class com.irurueta.geometry.io.Material
-
Sets alpha texture.
- setAmbientBlueColor(short) - Method in class com.irurueta.geometry.io.Material
-
Sets ambient blue color component value.
- setAmbientColor(short, short, short) - Method in class com.irurueta.geometry.io.Material
-
Sets all color components of ambient color.
- setAmbientGreenColor(short) - Method in class com.irurueta.geometry.io.Material
-
Sets ambient green color component value.
- setAmbientRedColor(short) - Method in class com.irurueta.geometry.io.Material
-
Sets ambient red color component value.
- setAmbientTextureMap(Texture) - Method in class com.irurueta.geometry.io.Material
-
Sets ambient texture.
- setBumpTextureMap(Texture) - Method in class com.irurueta.geometry.io.Material
-
Sets bump texture.
- setCharset(Charset) - Method in class com.irurueta.geometry.io.MeshWriterJson
-
Sets charset to use in resulting JSON file.
- setChunkId(int) - Method in class com.irurueta.geometry.io.Chunk3DS
- setColorComponents(int) - Method in class com.irurueta.geometry.io.DataChunk
-
Sets number of color components stored in the array.
- setColorData(short[]) - Method in class com.irurueta.geometry.io.DataChunk
-
Sets array containing the color for each vertex in the chunk of data.
- setContinueIfTriangulationError(boolean) - Method in class com.irurueta.geometry.io.LoaderOBJ
-
Sets boolean indicating if file loading should continue even if the triangulation of a polygon fails.
- setDiffuseBlueColor(short) - Method in class com.irurueta.geometry.io.Material
-
Sets diffuse blue color component value.
- setDiffuseColor(short, short, short) - Method in class com.irurueta.geometry.io.Material
-
Sets all color components of diffuse color.
- setDiffuseGreenColor(short) - Method in class com.irurueta.geometry.io.Material
-
Sets diffuse green color component value.
- setDiffuseRedColor(short) - Method in class com.irurueta.geometry.io.Material
-
Sets diffuse red color component value.
- setDiffuseTextureMap(Texture) - Method in class com.irurueta.geometry.io.Material
-
Sets diffuse texture.
- setEmbedTexturedEnabled(boolean) - Method in class com.irurueta.geometry.io.MeshWriterJson
-
Specified whether textures are embedded into resulting JSON or not.
- setEndStreamPosition(long) - Method in class com.irurueta.geometry.io.Chunk3DS
- setFile(File) - Method in class com.irurueta.geometry.io.Loader
-
Sets file to be loaded.
- setFile(File) - Method in class com.irurueta.geometry.io.MaterialLoader
-
Sets material file to be loaded.
- setFile(File) - Method in class com.irurueta.geometry.io.Texture
-
Sets file containing the texture image.
- setFileSizeLimitToKeepInMemory(long) - Method in class com.irurueta.geometry.io.Loader
-
Sets maximum size (in bytes) to determine whether a file is completely cached in memory (if lower than maximum size), or if it is just streamed (if greater than maximum size).
- setFileSizeLimitToKeepInMemory(long) - Method in class com.irurueta.geometry.io.MaterialLoader
-
Sets maximum allowed file size to keep cached in memory.
- setHeight(int) - Method in class com.irurueta.geometry.io.Texture
-
Sets texture image height expressed in pixels.
- setId(int) - Method in class com.irurueta.geometry.io.Material
-
Sets id of material.
- setIllumination(Illumination) - Method in class com.irurueta.geometry.io.Material
-
Sets illumination method to be used for this material.
- setIndicesData(int[]) - Method in class com.irurueta.geometry.io.DataChunk
-
Sets array that contains indices of vertices to build the triangles forming the 3D shape on this chunk.
- setListener(LoaderIteratorListener) - Method in class com.irurueta.geometry.io.LoaderBinary.LoaderIteratorBinary
-
Method to set listener of this loader iterator.
- setListener(LoaderIteratorListener) - Method in class com.irurueta.geometry.io.LoaderOBJ.LoaderIteratorOBJ
-
Method to set listener of this loader iterator.
- setListener(LoaderIteratorListener) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY
-
Sets listener to notify when this iterator has finished loading the PLY file.
- setListener(LoaderIteratorListener) - Method in class com.irurueta.geometry.io.LoaderSTL.LoaderIteratorSTL
-
Method to set listener of this loader iterator.
- setListener(LoaderListener) - Method in class com.irurueta.geometry.io.Loader
-
Sets listener of this instance.
- setListener(MaterialLoaderListener) - Method in class com.irurueta.geometry.io.MaterialLoader
-
Sets material listener of this instance.
- setListener(MeshWriterListener) - Method in class com.irurueta.geometry.io.MeshWriter
-
Sets listener to be notified when transcoding process starts, stops or when progress changes.
- setLocked(boolean) - Method in class com.irurueta.geometry.io.Loader
-
Sets the lock value of this instance so that no parameters cannot be changed until this instance is unlocked.
- setLocked(boolean) - Method in class com.irurueta.geometry.io.MaterialLoader
-
Sets the lock value of this instance so that no parameters cannot be changed until this instance is unlocked.
- setMaterial(Material) - Method in class com.irurueta.geometry.io.DataChunk
-
Sets material of this chunk.
- setMaterialName(String) - Method in class com.irurueta.geometry.io.Material3DS
-
Sets material name.
- setMaterialName(String) - Method in class com.irurueta.geometry.io.MaterialOBJ
-
Sets material name.
- setMaxStreamPositions(long) - Method in class com.irurueta.geometry.io.LoaderOBJ
-
Sets maximum number of file stream positions to be cached.
- setMaxStreamPositions(long) - Method in class com.irurueta.geometry.io.LoaderPLY
-
Sets maximum number of stream positions to be cached.
- setMaxVerticesInChunk(int) - Method in class com.irurueta.geometry.io.LoaderOBJ
-
Sets maximum number of vertices allowed in a chunk.
- setMaxVerticesInChunk(int) - Method in class com.irurueta.geometry.io.LoaderPLY
-
Sets maximum number of vertices to keep in a chunk of data.
- setMaxVerticesInChunk(int) - Method in class com.irurueta.geometry.io.LoaderSTL
-
Sets maximum number of vertices allowed in a chunk.
- setMaxX(float) - Method in class com.irurueta.geometry.io.DataChunk
-
Sets X maximum coordinate of the bounding box containing all the data of this data chunk.
- setMaxY(float) - Method in class com.irurueta.geometry.io.DataChunk
-
Sets Y maximum coordinate of the bounding box containing all the data of this data chunk.
- setMaxZ(float) - Method in class com.irurueta.geometry.io.DataChunk
-
Sets Z maximum coordinate of the bounding box containing all the data of this data chunk.
- setMinX(float) - Method in class com.irurueta.geometry.io.DataChunk
-
Sets X minimum coordinate of the bounding box containing all the data of this data chunk.
- setMinY(float) - Method in class com.irurueta.geometry.io.DataChunk
-
Sets Y minimum coordinate of the bounding box containing all the data of this data chunk.
- setMinZ(float) - Method in class com.irurueta.geometry.io.DataChunk
-
Sets Z minimum coordinate of the bounding box containing all the data of this data chunk.
- setNormalIndex(int) - Method in class com.irurueta.geometry.io.VertexOBJ
-
Sets index of normal corresponding to this vertex in OBJ file.
- setNormalsData(float[]) - Method in class com.irurueta.geometry.io.DataChunk
-
Sets array containing normal coordinates for each vertex.
- setReadLengthValueFromBufferListener(PLYReadValueFromBufferListener) - Method in class com.irurueta.geometry.io.PropertyPLY
-
Sets 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.
- setReadLengthValueFromBufferListener(PropertyPLY) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY
-
Sets the listener to read length value from temporal buffer to provided property.
- setReadLengthValueFromStreamListener(PLYReadValueFromStreamListener) - Method in class com.irurueta.geometry.io.PropertyPLY
-
Sets listener to read the appropriate amount of bytes from a PLY file corresponding to this property length data type.
- setReadLengthValueFromStreamListener(PropertyPLY, PLYStorageMode) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY
-
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.
- setReadValueFromBufferListener(PLYReadValueFromBufferListener) - Method in class com.irurueta.geometry.io.PropertyPLY
-
Sets 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.
- setReadValueFromStreamListener(PLYReadValueFromStreamListener) - Method in class com.irurueta.geometry.io.PropertyPLY
-
Sets listener to read the appropriate amount of bytes from a PLY file corresponding to this property data type.
- setReadValueFromStreamListener(PropertyPLY, PLYStorageMode) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY
-
Sets the listener to read data from the file stream for a given PLY header property and using provided storage mode.
- setRemoteTextureIdEnabled(boolean) - Method in class com.irurueta.geometry.io.MeshWriterJson
-
Specifies whether an identifier for the texture should be included into resulting file so that texture image can be fetched by some other mean.
- setRemoteTextureUrlEnabled(boolean) - Method in class com.irurueta.geometry.io.MeshWriterJson
-
Specifies whether a URL indicating where the texture can be located should be included into resulting file.
- setSize(long) - Method in class com.irurueta.geometry.io.Chunk3DS
- setSpecularBlueColor(short) - Method in class com.irurueta.geometry.io.Material
-
Sets specular blue color component value.
- setSpecularCoefficient(float) - Method in class com.irurueta.geometry.io.Material
-
Sets specular coefficient.
- setSpecularColor(short, short, short) - Method in class com.irurueta.geometry.io.Material
-
Sets all color components of specular color.
- setSpecularGreenColor(short) - Method in class com.irurueta.geometry.io.Material
-
Sets specular green color component value.
- setSpecularRedColor(short) - Method in class com.irurueta.geometry.io.Material
-
Sets specular red color component value.
- setSpecularTextureMap(Texture) - Method in class com.irurueta.geometry.io.Material
-
Sets specular texture.
- setStartStreamPosition(long) - Method in class com.irurueta.geometry.io.Chunk3DS
- setStorageMode(PLYStorageMode) - Method in class com.irurueta.geometry.io.HeaderPLY
-
Sets storage mode of this file.
- setTextureCoordinatesData(float[]) - Method in class com.irurueta.geometry.io.DataChunk
-
Sets array containing texture coordinates in a texture image for a given 3D point.
- setTextureIndex(int) - Method in class com.irurueta.geometry.io.VertexOBJ
-
Sets index of texture assigned to this vertex in OBJ file.
- setTextureValidationEnabled(boolean) - Method in class com.irurueta.geometry.io.MaterialLoader
-
Specifies whether textures must be validated to ensure that image files are valid files.
- setTransparency(short) - Method in class com.irurueta.geometry.io.Material
-
Sets transparency of this material.
- setUp() - Method in class com.irurueta.geometry.io.LoaderOBJ.LoaderIteratorOBJ
-
Setups loader iterator.
- setUp() - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY
-
Reads header data to set up listeners capable of reading stream data according to data types contained in header.
- setUp() - Method in class com.irurueta.geometry.io.LoaderSTL.LoaderIteratorSTL
-
Setups loader iterator.
- setValid(boolean) - Method in class com.irurueta.geometry.io.Texture
-
Specifies whether a texture is valid or not.
- setVertex(Point3D) - Method in class com.irurueta.geometry.io.VertexOBJ
-
Sets coordinates of 3D point.
- setVertexIndex(int) - Method in class com.irurueta.geometry.io.VertexOBJ
-
Sets index of vertex in OBJ file.
- setVerticesCoordinatesData(float[]) - Method in class com.irurueta.geometry.io.DataChunk
-
Sets array containing 3D coordinates for all points in a chunk in consecutive order, that is, array will contain values x0, y0, z0, x1, y1, z1, ... and so on.
- setWidth(int) - Method in class com.irurueta.geometry.io.Texture
-
Sets texture image width expressed in pixels.
- SHADOW_FILTER - Static variable in class com.irurueta.geometry.io.Chunk3DS
- SHADOW_MAP_SIZE - Static variable in class com.irurueta.geometry.io.Chunk3DS
- SHADOW_RANGE - Static variable in class com.irurueta.geometry.io.Chunk3DS
- SHADOW_SAMPLES - Static variable in class com.irurueta.geometry.io.Chunk3DS
- SHAPE_2D - Static variable in class com.irurueta.geometry.io.Chunk3DS
- SHAPE_HOOK - Static variable in class com.irurueta.geometry.io.Chunk3DS
- SHAPE_NOT_OK - Static variable in class com.irurueta.geometry.io.Chunk3DS
- SHAPE_OK - Static variable in class com.irurueta.geometry.io.Chunk3DS
- size - Variable in class com.irurueta.geometry.io.Chunk3DS
- sizeForDataType(DataTypePLY) - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY
-
Returns size in bytes for a given data type.
- skip(long) - Method in class com.irurueta.geometry.io.AbstractFileReaderAndWriter
-
Attempts to skip over n byte of input discarding the skipped bytes.
- skip(long) - Method in class com.irurueta.geometry.io.FileReaderAndWriter
-
Attempts to skip over n byte of input discarding the skipped bytes.
- skip(long) - Method in class com.irurueta.geometry.io.MappedFileReaderAndWriter
-
Attempts to skip over n byte of input discarding the skipped bytes.
- SMAGIC - Static variable in class com.irurueta.geometry.io.Chunk3DS
- SMOOTH_GROUP - Static variable in class com.irurueta.geometry.io.Chunk3DS
- SOLID_BGND - Static variable in class com.irurueta.geometry.io.Chunk3DS
- solidName - Variable in class com.irurueta.geometry.io.LoaderSTL.LoaderIteratorSTL
-
Contains name for the 3D object.
- specularBlueColor - Variable in class com.irurueta.geometry.io.Material
-
Specular blue color component value.
- specularCoefficient - Variable in class com.irurueta.geometry.io.Material
-
Specular coefficient that determines how much shininess the material has.
- specularCoefficientAvailable - Variable in class com.irurueta.geometry.io.Material
-
Indicates if specular coefficient is available or not.
- specularGreenColor - Variable in class com.irurueta.geometry.io.Material
-
Specular green color component value.
- specularRedColor - Variable in class com.irurueta.geometry.io.Material
-
Specular red color component value.
- specularTextureMap - Variable in class com.irurueta.geometry.io.Material
-
Specular texture.
- SPOTLIGHT_NODE_TAG - Static variable in class com.irurueta.geometry.io.Chunk3DS
- startStreamPosition - Variable in class com.irurueta.geometry.io.Chunk3DS
- storageMode - Variable in class com.irurueta.geometry.io.HeaderPLY
-
Indicates storage mode of the file.
- stream - Variable in class com.irurueta.geometry.io.MeshWriter
-
Stream where trans-coded data will be written to.
- SUPPORTED_VERSION - Static variable in class com.irurueta.geometry.io.LoaderBinary
-
Version number of the binary format supported by this class.
T
- TARGET_NODE_TAG - Static variable in class com.irurueta.geometry.io.Chunk3DS
- TEX_VERTS - Static variable in class com.irurueta.geometry.io.Chunk3DS
- Texture - Class in com.irurueta.geometry.io
-
Contains data related to a texture.
- Texture(int) - Constructor for class com.irurueta.geometry.io.Texture
-
Constructor.
- Texture(String, int) - Constructor for class com.irurueta.geometry.io.Texture
-
Constructor.
- textureAvailable - Variable in class com.irurueta.geometry.io.LoaderOBJ.LoaderIteratorOBJ
-
Indicates if texture coordinates have been loaded and must be added to current chunk being loaded.
- textureCoords - Variable in class com.irurueta.geometry.io.DataChunk
-
Array containing texture coordinates in a texture image for a given 3D point.
- textureCoordsInChunkArray - Variable in class com.irurueta.geometry.io.LoaderOBJ.LoaderIteratorOBJ
-
Array containing texture coordinates to be added to current chunk of data.
- textureCoordsIndicesMap - Variable in class com.irurueta.geometry.io.LoaderOBJ.LoaderIteratorOBJ
-
Map to relate texture coordinates indices in a file respect to chunk indices.
- textureCoordsStreamPositionMap - Variable in class com.irurueta.geometry.io.LoaderOBJ.LoaderIteratorOBJ
-
Map to cache texture coordinates positions in a file.
- textureCoordStreamPosition - Variable in class com.irurueta.geometry.io.LoaderOBJ.LoaderIteratorOBJ
-
Texture coordinate position in file.
- textureCounter - Variable in class com.irurueta.geometry.io.MaterialLoaderOBJ
-
Number of textures that have been found in MTL file.
- textureCounter - Variable in class com.irurueta.geometry.io.MeshWriterJson
-
Counter for the number of textures that have been read.
- textureIndex - Variable in class com.irurueta.geometry.io.LoaderOBJ.LoaderIteratorOBJ
-
Texture index in the file of the latest point that has been read.
- textureIndex - Variable in class com.irurueta.geometry.io.VertexOBJ
-
Index of texture assigned to this vertex in OBJ file.
- textureU - Variable in class com.irurueta.geometry.io.LoaderOBJ.LoaderIteratorOBJ
-
U texture coordinate of the latest point that has been read.
- textureV - Variable in class com.irurueta.geometry.io.LoaderOBJ.LoaderIteratorOBJ
-
V texture coordinate of the latest point that has been read.
- textureValidationEnabled - Variable in class com.irurueta.geometry.io.MaterialLoader
-
Indicates if texture images must be validated to ensure that they are valid image files.
- TIMESTAMP_FORMAT - Static variable in class com.irurueta.geometry.io.BuildInfo
-
Format for build timestamp.
- toBigEndian(double) - Static method in class com.irurueta.geometry.io.Util
-
Converts provided value to big endian.
- toBigEndian(float) - Static method in class com.irurueta.geometry.io.Util
-
Converts provided value to big endian.
- toBigEndian(int) - Static method in class com.irurueta.geometry.io.Util
-
Converts provided value to big endian.
- toBigEndian(long) - Static method in class com.irurueta.geometry.io.Util
-
Converts provided value to big endian.
- toBigEndian(short) - Static method in class com.irurueta.geometry.io.Util
-
Converts provided value to big endian.
- toEndianType(EndianType, double) - Static method in class com.irurueta.geometry.io.Util
-
Converts provided value to provided endian type.
- toEndianType(EndianType, float) - Static method in class com.irurueta.geometry.io.Util
-
Converts provided value to provided endian type.
- toEndianType(EndianType, int) - Static method in class com.irurueta.geometry.io.Util
-
Converts provided value to provided endian type.
- toEndianType(EndianType, long) - Static method in class com.irurueta.geometry.io.Util
-
Converts provided value to provided endian type.
- toEndianType(EndianType, short) - Static method in class com.irurueta.geometry.io.Util
-
Converts provided value to provided endian type.
- toLittleEndian(double) - Static method in class com.irurueta.geometry.io.Util
-
Converts provided value to little endian.
- toLittleEndian(float) - Static method in class com.irurueta.geometry.io.Util
-
Converts provided value to little endian.
- toLittleEndian(int) - Static method in class com.irurueta.geometry.io.Util
-
Converts provided value to little endian.
- toLittleEndian(long) - Static method in class com.irurueta.geometry.io.Util
-
Converts provided value to little endian.
- toLittleEndian(short) - Static method in class com.irurueta.geometry.io.Util
-
Converts provided value to little endian.
- toString() - Method in class com.irurueta.geometry.io.ElementPLY
-
Converts this element to string representation ready to be written in the header of a PLY file.
- toString() - Method in class com.irurueta.geometry.io.HeaderPLY
-
Converts header data into string format ready to be saved on a PLY file.
- toString() - Method in class com.irurueta.geometry.io.PropertyPLY
-
Converts this property to string representation ready to be written in the header of a PLY file.
- totalInstances - Variable in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY
-
Number of instances of a given element in the header of the file (i.e. number of vertices or faces).
- transparency - Variable in class com.irurueta.geometry.io.Material
-
Transparency value.
- TRANSPARENCY_GLASS_ON_REFLECTION_RAY_TRACE_OFF - Enum constant in enum class com.irurueta.geometry.io.Illumination
-
Transparency: glass on, Reflection: ray trace off.
- TRANSPARENCY_GLASS_ON_REFLECTION_RAYTRACE_ON - Enum constant in enum class com.irurueta.geometry.io.Illumination
-
Transparency: glass on, reflection: ray trace on.
- TRANSPARENCY_REFRACTION_ON_REFLECTION_FRESNEL_OFF_AND_RAY_TRACE_ON - Enum constant in enum class com.irurueta.geometry.io.Illumination
-
Transparency: refraction on, Reflection: Fresnel off and ray trace on.
- TRANSPARENCY_REFRACTION_ON_REFLECTION_FRESNEL_ON_AND_RAY_TRACE_ON - Enum constant in enum class com.irurueta.geometry.io.Illumination
-
Transparency: refraction on, Reflection: Fresnel on and ray trace on.
- trimArrays() - Method in class com.irurueta.geometry.io.LoaderOBJ.LoaderIteratorOBJ
-
Trims arrays of data to reduce size of arrays to fit chunk data.
- trimArrays() - Method in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY
-
This method removes unnecessary data of arrays.
- trimArrays() - Method in class com.irurueta.geometry.io.LoaderSTL.LoaderIteratorSTL
-
Trims arrays of data to reduce size of arrays to fit chunk data.
- type - Variable in class com.irurueta.geometry.io.PropertyPLY
-
Property type (either scalar or list).
U
- USE_BEVEL - Static variable in class com.irurueta.geometry.io.Chunk3DS
- USE_BIT_MAP - Static variable in class com.irurueta.geometry.io.Chunk3DS
- USE_CONTOUR - Static variable in class com.irurueta.geometry.io.Chunk3DS
- USE_DISTANCE_CUE - Static variable in class com.irurueta.geometry.io.Chunk3DS
- USE_FIT - Static variable in class com.irurueta.geometry.io.Chunk3DS
- USE_FOG - Static variable in class com.irurueta.geometry.io.Chunk3DS
- USE_LAYER_FOG - Static variable in class com.irurueta.geometry.io.Chunk3DS
- USE_SCALE - Static variable in class com.irurueta.geometry.io.Chunk3DS
- USE_SOLID_BGND - Static variable in class com.irurueta.geometry.io.Chunk3DS
- USE_TEETER - Static variable in class com.irurueta.geometry.io.Chunk3DS
- USE_TWEEN - Static variable in class com.irurueta.geometry.io.Chunk3DS
- USE_TWIST - Static variable in class com.irurueta.geometry.io.Chunk3DS
- USE_V_GRADIENT - Static variable in class com.irurueta.geometry.io.Chunk3DS
- USEMTL - Static variable in class com.irurueta.geometry.io.LoaderOBJ
-
Identifies materials.
- Util - Class in com.irurueta.geometry.io
-
Utility methods for I/O operations.
- Util() - Constructor for class com.irurueta.geometry.io.Util
-
Constructor.
V
- V_GRADIENT - Static variable in class com.irurueta.geometry.io.Chunk3DS
- valid - Variable in class com.irurueta.geometry.io.Texture
-
Indicates if texture is valid or not.
- validFile - Variable in class com.irurueta.geometry.io.LoaderBinary
-
Indicates if after checking validity, the file header has been found to be valid or not.
- validityChecked - Variable in class com.irurueta.geometry.io.LoaderBinary
-
Indicates if file has been checked to have a valid header.
- validityChecked - Variable in class com.irurueta.geometry.io.LoaderPLY
-
Boolean indicating whether validity of file has already been checked.
- validStream - Variable in class com.irurueta.geometry.io.LoaderPLY
-
Boolean indicating if file is a valid PLY stream of data.
- value - Variable in enum class com.irurueta.geometry.io.DataTypePLY
-
Internal representation of this enum as a string.
- value - Variable in enum class com.irurueta.geometry.io.Illumination
-
Internal value to be stored as part of this enum.
- value() - Method in enum class com.irurueta.geometry.io.Illumination
-
Returns value associated to this enum.
- valueOf(String) - Static method in enum class com.irurueta.geometry.io.DataTypePLY
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.irurueta.geometry.io.EndianType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.irurueta.geometry.io.Illumination
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.irurueta.geometry.io.MeshFormat
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.irurueta.geometry.io.PLYStorageMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.irurueta.geometry.io.PropertyTypePLY
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class com.irurueta.geometry.io.DataTypePLY
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.irurueta.geometry.io.EndianType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.irurueta.geometry.io.Illumination
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.irurueta.geometry.io.MeshFormat
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.irurueta.geometry.io.PLYStorageMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.irurueta.geometry.io.PropertyTypePLY
-
Returns an array containing the constants of this enum class, in the order they are declared.
- valueType - Variable in class com.irurueta.geometry.io.PropertyPLY
-
Data type for the values contained within this property.
- version - Variable in class com.irurueta.geometry.io.BuildInfo
-
Version of this library.
- VERSION - Static variable in class com.irurueta.geometry.io.MeshWriterBinary
-
Version of the binary file supported by this class.
- VERSION_KEY - Static variable in class com.irurueta.geometry.io.BuildInfo
-
Key to obtain version of this library from properties file.
- vertex - Variable in class com.irurueta.geometry.io.VertexOBJ
-
Contains coordinates of 3D point.
- vertexDataSize - Variable in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY
-
Indicates size of vertex data.
- vertexElement - Variable in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY
-
A header element that contains vertex properties.
- VertexFetcherListener - Interface in com.irurueta.geometry.io
-
Interface defining method to be implemented for vertex fetchers.
- vertexIndex - Variable in class com.irurueta.geometry.io.LoaderOBJ.LoaderIteratorOBJ
-
Vertex index in the file of the latest point that has been read.
- vertexIndex - Variable in class com.irurueta.geometry.io.VertexOBJ
-
Index of vertex in OBJ file.
- vertexIndicesMap - Variable in class com.irurueta.geometry.io.LoaderOBJ.LoaderIteratorOBJ
-
Map to relate vertex indices in a file respect to chunk indices.
- VertexOBJ - Class in com.irurueta.geometry.io
-
This class defines the structure that contains data for a single vertex in an OBJ file.
- VertexOBJ() - Constructor for class com.irurueta.geometry.io.VertexOBJ
-
Constructor.
- vertexStreamPosition - Variable in class com.irurueta.geometry.io.LoaderOBJ.LoaderIteratorOBJ
-
Vertex position in file.
- vertexStreamPosition - Variable in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY
-
Stores current stream position so that vertices positions can be cached.
- VERTICES_PER_TRIANGLE - Static variable in class com.irurueta.geometry.io.LoaderSTL.LoaderIteratorSTL
-
Constant defining number of vertices in a triangle.
- verticesAvailable - Variable in class com.irurueta.geometry.io.LoaderOBJ.LoaderIteratorOBJ
-
Indicates if vertices have been loaded and must be added to current chunk being loaded.
- verticesAvailable - Variable in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY
-
Indicates whether file contains vertices.
- verticesInChunk - Variable in class com.irurueta.geometry.io.LoaderOBJ.LoaderIteratorOBJ
-
Number of vertices stored in chunk.
- verticesInChunk - Variable in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY
-
Number of vertices currently stored in chunk.
- verticesInChunk - Variable in class com.irurueta.geometry.io.LoaderSTL.LoaderIteratorSTL
-
Number of vertices stored in chunk.
- verticesStreamPositionMap - Variable in class com.irurueta.geometry.io.LoaderOBJ.LoaderIteratorOBJ
-
Map to cache vertex positions in a file.
- verticesStreamPositionsMap - Variable in class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY
-
Map relating original indices in stream (key) and stream positions (value).
- VIEW_BACK - Static variable in class com.irurueta.geometry.io.Chunk3DS
- VIEW_BOTTOM - Static variable in class com.irurueta.geometry.io.Chunk3DS
- VIEW_CAMERA - Static variable in class com.irurueta.geometry.io.Chunk3DS
- VIEW_FRONT - Static variable in class com.irurueta.geometry.io.Chunk3DS
- VIEW_LEFT - Static variable in class com.irurueta.geometry.io.Chunk3DS
- VIEW_RIGHT - Static variable in class com.irurueta.geometry.io.Chunk3DS
- VIEW_TOP - Static variable in class com.irurueta.geometry.io.Chunk3DS
- VIEW_USER - Static variable in class com.irurueta.geometry.io.Chunk3DS
- VIEW_WINDOW - Static variable in class com.irurueta.geometry.io.Chunk3DS
- VIEWPORT_DATA - Static variable in class com.irurueta.geometry.io.Chunk3DS
- VIEWPORT_DATA_3 - Static variable in class com.irurueta.geometry.io.Chunk3DS
- VIEWPORT_DATA_OLD - Static variable in class com.irurueta.geometry.io.Chunk3DS
- VIEWPORT_LAYOUT - Static variable in class com.irurueta.geometry.io.Chunk3DS
- VIEWPORT_LAYOUT_OLD - Static variable in class com.irurueta.geometry.io.Chunk3DS
- VIEWPORT_SIZE - Static variable in class com.irurueta.geometry.io.Chunk3DS
W
- width - Variable in class com.irurueta.geometry.io.Texture
-
With of texture image expressed in pixels.
- wordToDataType(String) - Method in class com.irurueta.geometry.io.LoaderPLY
-
Converts a word into a data type.
- write() - Method in class com.irurueta.geometry.io.MeshWriter
-
Abstract method to process input file and write it into output stream.
- write() - Method in class com.irurueta.geometry.io.MeshWriterBinary
-
Processes input file provided to loader and writes it trans-coded into output stream.
- write() - Method in class com.irurueta.geometry.io.MeshWriterJson
-
Processes input file provided to loader and writes it trans-coded into output stream.
- write(byte[]) - Method in class com.irurueta.geometry.io.AbstractFileReaderAndWriter
-
Writes b.length bytes from the specified byte array to this file, starting at the current file pointer.
- write(byte[]) - Method in class com.irurueta.geometry.io.FileReaderAndWriter
-
Writes b.length bytes from the specified byte array to this file, starting at the current file pointer.
- write(byte[]) - Method in class com.irurueta.geometry.io.MappedFileReaderAndWriter
-
Writes b.length bytes from the specified byte array to this file, starting at the current file pointer.
- write(byte[], int, int) - Method in class com.irurueta.geometry.io.AbstractFileReaderAndWriter
-
Writes len bytes from the specified byte array starting at offset off to this file.
- write(byte[], int, int) - Method in class com.irurueta.geometry.io.FileReaderAndWriter
-
Writes len bytes from the specified byte array starting at offset off to this file.
- write(byte[], int, int) - Method in class com.irurueta.geometry.io.MappedFileReaderAndWriter
-
Writes len bytes from the specified byte array starting at offset off to this file.
- write(int) - Method in class com.irurueta.geometry.io.AbstractFileReaderAndWriter
-
Writes the specified byte to this file.
- write(int) - Method in class com.irurueta.geometry.io.FileReaderAndWriter
-
Writes the specified byte to this file.
- write(int) - Method in class com.irurueta.geometry.io.MappedFileReaderAndWriter
-
Writes the specified byte to this file.
- writeASCII(String) - Method in class com.irurueta.geometry.io.AbstractFileReaderAndWriter
-
Writes the string to the file as a sequence of bytes.
- writeASCII(String) - Method in class com.irurueta.geometry.io.FileReaderAndWriter
-
Writes the string to the file as a sequence of bytes.
- writeASCII(String) - Method in class com.irurueta.geometry.io.MappedFileReaderAndWriter
-
Writes the string to the file as a sequence of bytes.
- writeBoolean(boolean) - Method in class com.irurueta.geometry.io.AbstractFileReaderAndWriter
-
Writes a boolean to the file as a one-byte value.
- writeBoolean(boolean) - Method in class com.irurueta.geometry.io.FileReaderAndWriter
-
Writes a boolean to the file as a one-byte value.
- writeBoolean(boolean) - Method in class com.irurueta.geometry.io.MappedFileReaderAndWriter
-
Writes a boolean to the file as a one-byte value.
- writeByte(byte) - Method in class com.irurueta.geometry.io.AbstractFileReaderAndWriter
-
Writes a byte to the file as a one-byte value.
- writeByte(byte) - Method in class com.irurueta.geometry.io.FileReaderAndWriter
-
Writes a byte to the file as a one-byte value.
- writeByte(byte) - Method in class com.irurueta.geometry.io.MappedFileReaderAndWriter
-
Writes a byte to the file as a one-byte value.
- writeDouble(double) - Method in class com.irurueta.geometry.io.AbstractFileReaderAndWriter
-
Converts the double argument to a long using the doubleToLongBits method in class Double, and then writes that long value to the file as an eight byte quantity, high byte first.
- writeDouble(double) - Method in class com.irurueta.geometry.io.FileReaderAndWriter
-
Converts the double argument to a long using the doubleToLongBits method in class Double, and then writes that long value to the file as an eight byte quantity, high byte first.
- writeDouble(double) - Method in class com.irurueta.geometry.io.MappedFileReaderAndWriter
-
Converts the double argument to a long using the doubleToLongBits method in class Double, and then writes that long value to the file as an eight byte quantity, high byte first.
- writeDouble(double, EndianType) - Method in class com.irurueta.geometry.io.AbstractFileReaderAndWriter
-
Converts the double argument to a long using the doubleToLongBits method in class Double, and then writes that long value to the file as an eight byte quantity, using provided endian type.
- writeDouble(double, EndianType) - Method in class com.irurueta.geometry.io.FileReaderAndWriter
-
Converts the double argument to a long using the doubleToLongBits method in class Double, and then writes that long value to the file as an eight byte quantity, using provided endian type.
- writeDouble(double, EndianType) - Method in class com.irurueta.geometry.io.MappedFileReaderAndWriter
-
Converts the double argument to a long using the doubleToLongBits method in class Double, and then writes that long value to the file as an eight byte quantity, using provided endian type.
- writeFloat(float) - Method in class com.irurueta.geometry.io.AbstractFileReaderAndWriter
-
Converts the float argument to an int using the floatToIntBits method in class Float, and then write that int value to the file as a four-byte quantity, high byte first.
- writeFloat(float) - Method in class com.irurueta.geometry.io.FileReaderAndWriter
-
Converts the float argument to an int using the floatToIntBits method in class Float, and then write that int value to the file as a four-byte quantity, high byte first.
- writeFloat(float) - Method in class com.irurueta.geometry.io.MappedFileReaderAndWriter
-
Converts the float argument to an int using the floatToIntBits method in class Float, and then write that int value to the file as a four-byte quantity, high byte first.
- writeFloat(float, EndianType) - Method in class com.irurueta.geometry.io.AbstractFileReaderAndWriter
-
Converts the float argument to an int using the floatToIntBits method in class Float, and then write that int value to the file as a four-byte quantity, using provided endian type.
- writeFloat(float, EndianType) - Method in class com.irurueta.geometry.io.FileReaderAndWriter
-
Converts the float argument to an int using the floatToIntBits method in class Float, and then write that int value to the file as a four-byte quantity, using provided endian type.
- writeFloat(float, EndianType) - Method in class com.irurueta.geometry.io.MappedFileReaderAndWriter
-
Converts the float argument to an int using the floatToIntBits method in class Float, and then write that int value to the file as a four-byte quantity, using provided endian type.
- writeInt(int) - Method in class com.irurueta.geometry.io.AbstractFileReaderAndWriter
-
Writes an int to the file as four bytes, high byte first.
- writeInt(int) - Method in class com.irurueta.geometry.io.FileReaderAndWriter
-
Writes an int to the file as four bytes, high byte first.
- writeInt(int) - Method in class com.irurueta.geometry.io.MappedFileReaderAndWriter
-
Writes an int to the file as four bytes, high byte first.
- writeInt(int, EndianType) - Method in class com.irurueta.geometry.io.AbstractFileReaderAndWriter
-
Writes an int to the file as four bytes, using provided endian type.
- writeInt(int, EndianType) - Method in class com.irurueta.geometry.io.FileReaderAndWriter
-
Writes an int to the file as four bytes, using provided endian type.
- writeInt(int, EndianType) - Method in class com.irurueta.geometry.io.MappedFileReaderAndWriter
-
Writes an int to the file as four bytes, using provided endian type.
- writeLong(long) - Method in class com.irurueta.geometry.io.AbstractFileReaderAndWriter
-
Writes a long to the file as eight bytes, high byte first.
- writeLong(long) - Method in class com.irurueta.geometry.io.FileReaderAndWriter
-
Writes a long to the file as eight bytes, high byte first.
- writeLong(long) - Method in class com.irurueta.geometry.io.MappedFileReaderAndWriter
-
Writes a long to the file as eight bytes, high byte first.
- writeLong(long, EndianType) - Method in class com.irurueta.geometry.io.AbstractFileReaderAndWriter
-
Writes a long to the file as eight bytes, using provided endian type.
- writeLong(long, EndianType) - Method in class com.irurueta.geometry.io.FileReaderAndWriter
-
Writes a long to the file as eight bytes, using provided endian type.
- writeLong(long, EndianType) - Method in class com.irurueta.geometry.io.MappedFileReaderAndWriter
-
Writes a long to the file as eight bytes, using provided endian type.
- writeMaterial(Material) - Method in class com.irurueta.geometry.io.MeshWriterJson
-
Writes material into output JSON file.
- writer - Variable in class com.irurueta.geometry.io.MeshWriter.Listeners
-
Reference to mesh writer.
- writer - Variable in class com.irurueta.geometry.io.MeshWriterJson
-
Writer to write resulting JSON into output stream.
- writeShort(short) - Method in class com.irurueta.geometry.io.AbstractFileReaderAndWriter
-
Writes a short to the file as two bytes, high byte first.
- writeShort(short) - Method in class com.irurueta.geometry.io.FileReaderAndWriter
-
Writes a short to the file as two bytes, high byte first.
- writeShort(short) - Method in class com.irurueta.geometry.io.MappedFileReaderAndWriter
-
Writes a short to the file as two bytes, high byte first.
- writeShort(short, EndianType) - Method in class com.irurueta.geometry.io.AbstractFileReaderAndWriter
-
Writes a short to the file as two bytes using provided endian type.
- writeShort(short, EndianType) - Method in class com.irurueta.geometry.io.FileReaderAndWriter
-
Writes a short to the file as two bytes using provided endian type.
- writeShort(short, EndianType) - Method in class com.irurueta.geometry.io.MappedFileReaderAndWriter
-
Writes a short to the file as two bytes using provided endian type.
- writeUnsignedByte(short) - Method in class com.irurueta.geometry.io.AbstractFileReaderAndWriter
-
Writes provided value in the range 0-255 as an unsigned byte.
- writeUnsignedByte(short) - Method in class com.irurueta.geometry.io.FileReaderAndWriter
-
Writes provided value in the range 0-255 as an unsigned byte.
- writeUnsignedByte(short) - Method in class com.irurueta.geometry.io.MappedFileReaderAndWriter
-
Writes provided value in the range 0-255 as an unsigned byte.
- writeUnsignedInt(long) - Method in class com.irurueta.geometry.io.AbstractFileReaderAndWriter
-
Writes an unsigned int to the file as four bytes, high byte first.
- writeUnsignedInt(long) - Method in class com.irurueta.geometry.io.FileReaderAndWriter
-
Writes an unsigned int to the file as four bytes, high byte first.
- writeUnsignedInt(long) - Method in class com.irurueta.geometry.io.MappedFileReaderAndWriter
-
Writes an unsigned int to the file as four bytes, high byte first.
- writeUnsignedInt(long, EndianType) - Method in class com.irurueta.geometry.io.AbstractFileReaderAndWriter
-
Writes an unsigned int to the file as four bytes, using provided endian type.
- writeUnsignedInt(long, EndianType) - Method in class com.irurueta.geometry.io.FileReaderAndWriter
-
Writes an unsigned int to the file as four bytes, using provided endian type.
- writeUnsignedInt(long, EndianType) - Method in class com.irurueta.geometry.io.MappedFileReaderAndWriter
-
Writes an unsigned int to the file as four bytes, using provided endian type.
- writeUnsignedShort(int) - Method in class com.irurueta.geometry.io.AbstractFileReaderAndWriter
-
Writes an unsigned short to the file as two bytes, high byte first.
- writeUnsignedShort(int) - Method in class com.irurueta.geometry.io.FileReaderAndWriter
-
Writes an unsigned short to the file as two bytes, high byte first.
- writeUnsignedShort(int) - Method in class com.irurueta.geometry.io.MappedFileReaderAndWriter
-
Writes an unsigned short to the file as two bytes, high byte first.
- writeUnsignedShort(int, EndianType) - Method in class com.irurueta.geometry.io.AbstractFileReaderAndWriter
-
Writes an unsigned short to the file as two bytes, using provided endian type.
- writeUnsignedShort(int, EndianType) - Method in class com.irurueta.geometry.io.FileReaderAndWriter
-
Writes an unsigned short to the file as two bytes, using provided endian type.
- writeUnsignedShort(int, EndianType) - Method in class com.irurueta.geometry.io.MappedFileReaderAndWriter
-
Writes an unsigned short to the file as two bytes, using provided endian type.
- writeUTF(String) - Method in class com.irurueta.geometry.io.FileReaderAndWriter
-
Writes a string to the file using modified UTF-8 encoding in a machine- independent manner.
X
- XcharReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.XcharReadValueFromBufferListener
- XdoubleReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.XdoubleReadValueFromBufferListener
- Xfloat32ReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.Xfloat32ReadValueFromBufferListener
- Xfloat64ReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.Xfloat64ReadValueFromBufferListener
- XfloatReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.XfloatReadValueFromBufferListener
- Xint16ReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.Xint16ReadValueFromBufferListener
- Xint32ReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.Xint32ReadValueFromBufferListener
- Xint8ReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.Xint8ReadValueFromBufferListener
- XintReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.XintReadValueFromBufferListener
- XshortReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.XshortReadValueFromBufferListener
- XucharReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.XucharReadValueFromBufferListener
- Xuint16ReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.Xuint16ReadValueFromBufferListener
- Xuint32ReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.Xuint32ReadValueFromBufferListener
- Xuint8ReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.Xuint8ReadValueFromBufferListener
- XuintReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.XuintReadValueFromBufferListener
- XushortReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.XushortReadValueFromBufferListener
- XZ_CURVE - Static variable in class com.irurueta.geometry.io.Chunk3DS
Y
- YcharReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.YcharReadValueFromBufferListener
- YdoubleReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.YdoubleReadValueFromBufferListener
- Yfloat32ReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.Yfloat32ReadValueFromBufferListener
- Yfloat64ReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.Yfloat64ReadValueFromBufferListener
- YfloatReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.YfloatReadValueFromBufferListener
- Yint16ReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.Yint16ReadValueFromBufferListener
- Yint32ReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.Yint32ReadValueFromBufferListener
- Yint8ReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.Yint8ReadValueFromBufferListener
- YintReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.YintReadValueFromBufferListener
- YshortReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.YshortReadValueFromBufferListener
- YucharReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.YucharReadValueFromBufferListener
- Yuint16ReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.Yuint16ReadValueFromBufferListener
- Yuint32ReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.Yuint32ReadValueFromBufferListener
- Yuint8ReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.Yuint8ReadValueFromBufferListener
- YuintReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.YuintReadValueFromBufferListener
- YushortReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.YushortReadValueFromBufferListener
- YZ_CURVE - Static variable in class com.irurueta.geometry.io.Chunk3DS
Z
- ZcharReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.ZcharReadValueFromBufferListener
- ZdoubleReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.ZdoubleReadValueFromBufferListener
- Zfloat32ReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.Zfloat32ReadValueFromBufferListener
- Zfloat64ReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.Zfloat64ReadValueFromBufferListener
- ZfloatReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.ZfloatReadValueFromBufferListener
- Zint16ReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.Zint16ReadValueFromBufferListener
- Zint32ReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.Zint32ReadValueFromBufferListener
- Zint8ReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.Zint8ReadValueFromBufferListener
- ZintReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.ZintReadValueFromBufferListener
- ZshortReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.ZshortReadValueFromBufferListener
- ZucharReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.ZucharReadValueFromBufferListener
- Zuint16ReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.Zuint16ReadValueFromBufferListener
- Zuint32ReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.Zuint32ReadValueFromBufferListener
- Zuint8ReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.Zuint8ReadValueFromBufferListener
- ZuintReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.ZuintReadValueFromBufferListener
- ZushortReadValueFromBufferListener() - Constructor for class com.irurueta.geometry.io.LoaderPLY.LoaderIteratorPLY.ZushortReadValueFromBufferListener
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form