MCPcopy Create free account
hub / github.com/andybarry/makerscanner / PointCloud

Method PointCloud

PointCloud.cpp:28–32  ·  view source on GitHub ↗

PointCloud holds PointCloudPoints which are individual lines in a pointcloud file Points are identified by height in the image and by laser position

Source from the content-addressed store, hash-verified

26// PointCloud holds PointCloudPoints which are individual lines in a pointcloud file
27// Points are identified by height in the image and by laser position
28PointCloud::PointCloud()
29{
30 cloudMap = new CloudMap();
31 numberOfPoints = 0;
32}
33
34// Destructor -- clear the hash map and delete all PointCloudPoints
35PointCloud::~PointCloud()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected