Uses of Class
com.irurueta.geometry.io.PropertyPLY
-
Uses of PropertyPLY in com.irurueta.geometry.io
Fields in com.irurueta.geometry.io with type parameters of type PropertyPLYModifier and TypeFieldDescriptionprivate final List<PropertyPLY>ElementPLY.propertiesList of properties forming this element.Methods in com.irurueta.geometry.io that return types with arguments of type PropertyPLYModifier and TypeMethodDescriptionElementPLY.getProperties()Returns list of properties contained in this element.Methods in com.irurueta.geometry.io with parameters of type PropertyPLYModifier and TypeMethodDescriptionprivate voidLoaderPLY.LoaderIteratorPLY.setReadLengthValueFromBufferListener(PropertyPLY property) Sets the listener to read length value from temporal buffer to provided property.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.Constructors in com.irurueta.geometry.io with parameters of type PropertyPLYModifierConstructorDescriptionElementPLY(String name, long nInstances, PropertyPLY property) Constructor.Constructor parameters in com.irurueta.geometry.io with type arguments of type PropertyPLYModifierConstructorDescriptionElementPLY(String name, long nInstances, List<PropertyPLY> properties) Constructor.