Uses of Enum Class
com.irurueta.geometry.io.PLYStorageMode
-
Uses of PLYStorageMode in com.irurueta.geometry.io
Fields in com.irurueta.geometry.io declared as PLYStorageModeModifier and TypeFieldDescriptionprivate PLYStorageModeHeaderPLY.storageModeIndicates storage mode of the file.Methods in com.irurueta.geometry.io that return PLYStorageModeModifier and TypeMethodDescriptionHeaderPLY.getStorageMode()Returns storage mode of this file.static PLYStorageModeReturns the enum constant of this class with the specified name.static PLYStorageMode[]PLYStorageMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.irurueta.geometry.io with parameters of type PLYStorageModeModifier 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 voidLoaderPLY.LoaderIteratorPLY.setReadLengthValueFromStreamListener(PropertyPLY property, PLYStorageMode storageMode) Sets the listener to read length value of a property from the file stream for a given PLY header property and using provided storage mode.private voidLoaderPLY.LoaderIteratorPLY.setReadValueFromStreamListener(PropertyPLY property, PLYStorageMode storageMode) Sets the listener to read data from the file stream for a given PLY header property and using provided storage mode.voidHeaderPLY.setStorageMode(PLYStorageMode storageMode) Sets storage mode of this file.