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

Shading functor for spanning tree nodes. More...

#include <generate_spanning_tree_picture.H>

Public Member Functions

std::string operator() (typename GT::Node *p) const
 

Detailed Description

template<typename GT>
struct Shade_Span_Node< GT >

Shading functor for spanning tree nodes.

Returns a graphpic shading command if the node belongs to the spanning tree (cookie != nullptr).

Template Parameters
GTGraph type

Definition at line 75 of file generate_spanning_tree_picture.H.

Member Function Documentation

◆ operator()()

template<typename GT >
std::string Shade_Span_Node< GT >::operator() ( typename GT::Node p) const
inline

Definition at line 77 of file generate_spanning_tree_picture.H.

References NODE_COOKIE.


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