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 | Typedefs | Functions
TriStrip_tri_stripper.h File Reference
#include <algorithm>
#include <deque>
#include <list>
#include <map>
#include <string>
#include <vector>
#include "TriStrip_graph_array.h"
#include "TriStrip_heap_array.h"

Go to the source code of this file.

Classes

class  triangle_stripper::common_structures::graph_array< nodetype, arctype >
 
class  triangle_stripper::common_structures::graph_array< nodetype, arctype >::arc
 
class  triangle_stripper::common_structures::graph_array< nodetype, arctype >::node
 
class  triangle_stripper::common_structures::heap_array< T, CmpT >
 
struct  triangle_stripper::common_structures::heap_array< T, CmpT >::heap_is_locked
 
struct  triangle_stripper::common_structures::heap_array< T, CmpT >::linker
 
class  triangle_stripper::triangle
 
class  triangle_stripper::triangle_edge
 
class  triangle_stripper::triangle_degree
 
class  triangle_stripper::triangle_strip
 
struct  triangle_stripper::_cmp_tri_interface_lt
 
struct  triangle_stripper::_cmp_tri_degree_gt
 
class  triangle_stripper::tri_stripper
 
struct  triangle_stripper::tri_stripper::primitives
 
struct  triangle_stripper::tri_stripper::triangles_indices_error
 

Namespaces

 triangle_stripper
 
 triangle_stripper::common_structures
 

Typedefs

typedef unsigned int triangle_stripper::indice
 

Functions

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