Simply3DScan
|
Write Points to PCD 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 PCD file
Definition at line 26 of file WriterPcd.cs.
void PointWriter.WriterPcd.AddPoint | ( | ColorPoint3D | point | ) |
Adds the point.
point | The point. |
Implements PointWriter.IPointWriter.
Definition at line 38 of file WriterPcd.cs.
void PointWriter.WriterPcd.Write | ( | string | fileName | ) |
Writes to specified file name.
fileName | Name of the file. |
Implements PointWriter.IPointWriter.
Definition at line 49 of file WriterPcd.cs.