struct primitive::Vertex

Overview

This is a collection of elements, for each point, required for graph traversal. More…

Detailed Documentation

This is a collection of elements, for each point, required for graph traversal.

Contains specifically the members:

  • atomIndex : This is the index according to the PointCloud.

  • neighListIndex : A vector of indices (not IDs) of the neighboring vertices.

  • inGraph : Bool qualifier, which is true by default. Setting it to false removes the vertex from the graph.