[][src]Module pointcloud::utils

Utility data structures.

Structs

AdjMatrix

The data structure for an adjacency matrix. This is a simple wrapper around a hash-map whose keys are pairs of PointIndexes and whose values are the distances between the two points. This is usually the method one want to access the data.