GraphVisu Struct Reference

#include <armarx/navigation/graph/Visu.h>

Public Member Functions

void draw (viz::Layer &layer, const core::Graph &graph, visu::ObjectParserInfo info) const
 

Public Attributes

std::optional< EdgeVisuedge = EdgeVisu{}
 
std::optional< VertexVisuvertex = VertexVisu{}
 

Detailed Description

Definition at line 99 of file Visu.h.

Member Function Documentation

◆ draw()

void draw ( viz::Layer layer,
const core::Graph graph,
visu::ObjectParserInfo  info 
) const

Definition at line 109 of file Visu.cpp.

+ Here is the call graph for this function:

Member Data Documentation

◆ edge

std::optional<EdgeVisu> edge = EdgeVisu{}

Definition at line 103 of file Visu.h.

◆ vertex

std::optional<VertexVisu> vertex = VertexVisu{}

Definition at line 102 of file Visu.h.


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