Visualization Library 2.0.0-b5

A lightweight C++ OpenGL middleware for 2D/3D graphics

VL     Star     Watch     Fork     Issue

[Download] [Tutorials] [All Classes] [Grouped Classes]
Classes | Namespaces | Macros | Functions
TriStrip_graph_array.h File Reference

Go to the source code of this file.

Classes

class  common_structures::graph_array< nodetype, arctype >
 
class  common_structures::graph_array< nodetype, arctype >::arc
 
class  common_structures::graph_array< nodetype, arctype >::node
 

Namespaces

 common_structures
 

Macros

#define TRISTRIP_GRAPH_ARRAY_H
 

Functions

template<class nodetype , class arctype >
void common_structures::unmark_nodes (graph_array< nodetype, arctype > &G)
 
template<class nodetype , class arctype >
void common_structures::unmark_arcs_from_node (typename graph_array< nodetype, arctype >::node &N)
 
template<class nodetype , class arctype >
void common_structures::unmark_arcs (graph_array< nodetype, arctype > &G)
 

Macro Definition Documentation

◆ TRISTRIP_GRAPH_ARRAY_H

#define TRISTRIP_GRAPH_ARRAY_H

Definition at line 52 of file TriStrip_tri_stripper.h.