Loading...
Searching...
No Matches
primitive::Vertex Struct Reference

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

#include <franzblau.hpp>

Public Attributes

int atomIndex
std::vector< int > neighListIndex
 This is the index according to pointCloud.
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 89 of file franzblau.hpp.


The documentation for this struct was generated from the following file:
  • /home/runner/work/seams-core/seams-core/src/include/internal/franzblau.hpp