Simply3DScan
Main Page
Packages
Classes
Files
File List
File Members
IPointWriter.cs
Go to the documentation of this file.
1
using
SharedObjects
;
2
3
namespace
PointWriter
4
{
8
public
interface
IPointWriter
9
{
14
void
AddPoint
(
ColorPoint3D
point);
19
void
Write
(
string
fileName);
20
}
21
}
PointWriter
Definition:
IPointWriter.cs:3
SharedObjects.ColorPoint3D
Simple 3D Point
Definition:
ColorPoint3D.cs:8
PointWriter.IPointWriter.Write
void Write(string fileName)
Writes to specified file name.
PointWriter.IPointWriter.AddPoint
void AddPoint(ColorPoint3D point)
Adds the point.
PointWriter.IPointWriter
Interface for writing points to file
Definition:
IPointWriter.cs:8
SharedObjects
Definition:
ColorPoint3D.cs:3
PCDWriter
IPointWriter.cs
Generated by
1.8.9.1