Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Shade_Span_Arc< GT > Struct Template Reference

Shading functor for spanning tree arcs. More...

#include <generate_spanning_tree_picture.H>

Public Member Functions

std::string operator() (typename GT::Arc *a) const
 

Detailed Description

template<typename GT>
struct Shade_Span_Arc< GT >

Shading functor for spanning tree arcs.

Returns a graphpic shading command based on whether the arc belongs to the spanning tree.

  • Tree arcs: "SHADOW-ARC" (highlighted)
  • Non-tree arcs: "ARC" (normal)
Template Parameters
GTGraph type

Definition at line 93 of file generate_spanning_tree_picture.H.

Member Function Documentation

◆ operator()()

template<typename GT >
std::string Shade_Span_Arc< GT >::operator() ( typename GT::Arc a) const
inline

Definition at line 95 of file generate_spanning_tree_picture.H.

References ARC_COOKIE.


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