primitive::Vertex Struct Reference

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

#include <franzblau.hpp>

+ Collaboration diagram for primitive::Vertex:

Data Fields

int atomIndex
 
std::vector< int > neighListIndex
 This is the index according to pointCloud. More...
 
bool inGraph
 

Detailed Description

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.

Definition at line 90 of file franzblau.hpp.


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