GraphVisu Struct Reference

#include <armarx/navigation/gui-plugins/LocationGraphEditor/Visu.h>

Public Member Functions

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

Public Attributes

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

Detailed Description

Definition at line 93 of file Visu.h.

Member Function Documentation

◆ draw()

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

Definition at line 130 of file Visu.cpp.

+ Here is the call graph for this function:

Member Data Documentation

◆ edge

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

Definition at line 96 of file Visu.h.

◆ vertex

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

Definition at line 95 of file Visu.h.


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