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