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