PLY reader/writer
1.2.0
|
PLY::Array | A collection of Objects |
PLY::AnyArray | An Array representing a generic Element |
PLY::FaceArray | An example Array: a collection of Faces |
PLY::VertexArray | An example Array: a collection of Vertices |
PLY::FaceExternal | An example Array: an collection of Faces |
PLY::VertexExternal | An example Array: an collection of Vertices |
PLY::Element | The description of an Element in the Header |
PLY::Header | The Header of a ply file |
PLY::Object | The basis for an Object containing some data |
PLY::AnyObject | An Object representing a generic Element |
PLY::Face | An example Object: a Face with a list of indices |
PLY::Vertex | An example Object: a Vertex with x,y,z coordinates |
PLY::Property | The description of a Property of an Element |
PLY::Reader | The reader for extracting Objects from a ply stream |
PLY::Storage | A container for all Objects |
PLY::Value | A Value representing a Property |
PLY::AnyValue | A Value representing a generic Property |
PLY::FloatValue | An example Value: a float |
PLY::Writer | The writer for storing Objects into a ply stream |