Simply3DScan
|
Interface for writing points to file More...
Public Member Functions | |
void | AddPoint (ColorPoint3D point) |
Adds the point. More... | |
void | Write (string fileName) |
Writes to specified file name. More... | |
Interface for writing points to file
Definition at line 8 of file IPointWriter.cs.
void PointWriter.IPointWriter.AddPoint | ( | ColorPoint3D | point | ) |
Adds the point.
point | The point. |
Implemented in PointWriter.WriterPcd, and PointWriter.WriterAsc.
void PointWriter.IPointWriter.Write | ( | string | fileName | ) |
Writes to specified file name.
fileName | Name of the file. |
Implemented in PointWriter.WriterPcd, and PointWriter.WriterAsc.