Simply3DScan
PointWriter.IPointWriter Interface Reference

Interface for writing points to file More...

Inheritance diagram for PointWriter.IPointWriter:

Public Member Functions

void AddPoint (ColorPoint3D point)
 Adds the point. More...
 
void Write (string fileName)
 Writes to specified file name. More...
 

Detailed Description

Interface for writing points to file

Definition at line 8 of file IPointWriter.cs.

Member Function Documentation

void PointWriter.IPointWriter.AddPoint ( ColorPoint3D  point)

Adds the point.

Parameters
pointThe point.

Implemented in PointWriter.WriterPcd, and PointWriter.WriterAsc.

Here is the caller graph for this function:

void PointWriter.IPointWriter.Write ( string  fileName)

Writes to specified file name.

Parameters
fileNameName of the file.

Implemented in PointWriter.WriterPcd, and PointWriter.WriterAsc.

Here is the caller graph for this function:


The documentation for this interface was generated from the following file: