Uses of Enum Class
com.irurueta.geometry.io.DataTypePLY
-
Uses of DataTypePLY in com.irurueta.geometry.io
Fields in com.irurueta.geometry.io declared as DataTypePLYModifier and TypeFieldDescription(package private) final DataTypePLYPropertyPLY.lengthTypeData type of the value indicating length of the array for list properties.(package private) final DataTypePLYPropertyPLY.valueTypeData type for the values contained within this property.Fields in com.irurueta.geometry.io with type parameters of type DataTypePLYMethods in com.irurueta.geometry.io that return DataTypePLYModifier and TypeMethodDescriptionstatic DataTypePLYBuilds an instance of this enum.PropertyPLY.getLengthType()Returns data type of the value indicating length of the array if this is a list property.PropertyPLY.getValueType()Returns data type for the value contained within this property.static DataTypePLYReturns the enum constant of this class with the specified name.static DataTypePLY[]DataTypePLY.values()Returns an array containing the constants of this enum class, in the order they are declared.private DataTypePLYLoaderPLY.wordToDataType(String word) Converts a word into a data type.Methods in com.irurueta.geometry.io with parameters of type DataTypePLYModifier and TypeMethodDescriptionprivate PLYReadValueFromStreamListenerLoaderPLY.LoaderIteratorPLY.getReadFromStreamListener(DataTypePLY dataType, PLYStorageMode storageMode) 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).private longLoaderPLY.LoaderIteratorPLY.sizeForDataType(DataTypePLY type) Returns size in bytes for a given data type.Constructors in com.irurueta.geometry.io with parameters of type DataTypePLYModifierConstructorDescriptionPropertyPLY(String name, DataTypePLY valueType) Constructor.PropertyPLY(String name, DataTypePLY lengthType, DataTypePLY valueType) Constructor.