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 | Functions
triangle_stripper::common_structures Namespace Reference

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)
 

Function Documentation

◆ unmark_arcs()

template<class nodetype , class arctype >
void triangle_stripper::common_structures::unmark_arcs ( graph_array< nodetype, arctype > &  G)

Definition at line 413 of file TriStrip_tri_stripper.h.

◆ unmark_arcs_from_node()

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

Definition at line 403 of file TriStrip_tri_stripper.h.

◆ unmark_nodes()

template<class nodetype , class arctype >
void triangle_stripper::common_structures::unmark_nodes ( graph_array< nodetype, arctype > &  G)

Definition at line 393 of file TriStrip_tri_stripper.h.