Package de.javagl.ply
Classes for reading and writing PLY data
-
Interface Summary Interface Description Descriptor A description of the structure of PLY data.Element Interface for an element of PLY data.ElementDescriptor A description of anElementof a PLY fileMutableDescriptor ADescriptorwhereElementDescriptorobjects can be added.MutableElement AnElementwhere property values may be modifiedMutablePlySource Interface for aPlySourcethat may be modifiedPlyReader Interface for classes that can read PLY dataPlySource Interface for classes that provide PLY dataPlyTarget Interface for all classes that may receive information about PLY dataPlyWriter Interface for classes that can write PLY dataPropertyDescriptor A description of a property of an element of a PLY file -
Class Summary Class Description AbstractPlyTarget Abstract base implementation of aPlyTarget.Descriptors Methods to createDescriptorinstancesElements Methods to createElementinstancesObjectPlySource Implementation of aPlySourcethat can be backed by list of objectsObjectPlySource.Handle<T> The handle that is returned fromObjectPlySource.register(String, List)and that allows configuring how the objects are converted into elements.ObjectPlyTarget Implementation of aPlyTargetthat can be configured to translate the elements from the PLY into objects, assign the property values to these objects, and pass the final objects to a consumer.ObjectPlyTarget.Handle<T> A handle for a specific type of element.PlyReaders Methods to createPlyReaderinstancesPlySources Methods to createPlySourceinstancesPlyWriters Methods to createPlyWriterinstances -
Enum Summary Enum Description PlyType An enumeration of types that may appear in PLY data.