Simply3DScan
|
Write Points to Asc file More...
Public Member Functions | |
void | AddPoint (ColorPoint3D point) |
Adds the point. More... | |
void | Write (string fileName) |
Writes to specified file name. More... | |
Write Points to Asc file
Definition at line 13 of file WriterAsc.cs.
void PointWriter.WriterAsc.AddPoint | ( | ColorPoint3D | point | ) |
Adds the point.
point | The point. |
Implements PointWriter.IPointWriter.
Definition at line 25 of file WriterAsc.cs.
void PointWriter.WriterAsc.Write | ( | string | fileName | ) |
Writes to specified file name.
fileName | Name of the file. |
Implements PointWriter.IPointWriter.
Definition at line 36 of file WriterAsc.cs.