ply_rs

Module ply

Source
Expand description

Definitions used to model PLY files.

Structs§

  • Contains a description, why a given Ply object isn’t consistent and could not be made consistent.
  • Models the definition of an element.
  • Models the header of a PLY file.
  • Models all necessary information to interact with a PLY file.
  • Defines a property of an element.
  • Models a version number.

Enums§

  • Models possible encoding standards for the payload.
  • Wrapper used to implement a dynamic type system as required by the PLY file format.
  • Data type used to encode properties in the payload.
  • Scalar type used to encode properties in the payload.

Traits§

  • Convenience trait to assure consistency between map key and name attribute of stored element.
  • Convenience trait to assure consistency between the key used for storage and the name of the elment.
  • Provides setters and getters for the Parser and the Writer.

Type Aliases§

  • Alias to give comments an explicit type.
  • Ready to use data-structure for all kind of element definitions.
  • Alias to reduce coupling with LinkedHashMap
  • Alias to give object informations an explicit type.
  • The part after end_header, contains the main data.