Visualization Library 2.0.0-b5
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
Classes | |
class | graph_array |
class | heap_array |
Functions | |
template<class nodetype , class arctype > | |
void | unmark_nodes (graph_array< nodetype, arctype > &G) |
template<class nodetype , class arctype > | |
void | unmark_arcs_from_node (typename graph_array< nodetype, arctype >::node &N) |
template<class nodetype , class arctype > | |
void | unmark_arcs (graph_array< nodetype, arctype > &G) |
void common_structures::unmark_arcs | ( | graph_array< nodetype, arctype > & | G | ) |
Definition at line 412 of file TriStrip_graph_array.h.
References common_structures::graph_array< nodetype, arctype >::begin(), common_structures::graph_array< nodetype, arctype >::end(), and unmark_arcs_from_node().
void common_structures::unmark_arcs_from_node | ( | typename graph_array< nodetype, arctype >::node & | N | ) |
Definition at line 402 of file TriStrip_graph_array.h.
References common_structures::graph_array< nodetype, arctype >::node::out_begin(), and common_structures::graph_array< nodetype, arctype >::node::out_end().
Referenced by unmark_arcs().
void common_structures::unmark_nodes | ( | graph_array< nodetype, arctype > & | G | ) |
Definition at line 392 of file TriStrip_graph_array.h.
References common_structures::graph_array< nodetype, arctype >::begin(), and common_structures::graph_array< nodetype, arctype >::end().
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:45:02.
© Copyright Michele Bosi. All rights reserved.