![]() |
ImFusion SDK 4.3
|
#include <ImFusion/Graph/Graph.h>
Information stored at each node of the graph. More...
Information stored at each node of the graph.
Public Member Functions | |
| NodeInfo (const vec3 &position, std::vector< double > features={}) | |
| vec3 & | position () |
| const vec3 & | position () const |
| const std::vector< double > & | features () const |
| Properties & | attributes () |
| const Properties & | attributes () const |
| std::vector< double > & | features () |