Visualization Library 2.0.0-b5
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
Classes | |
class | cache_simulator |
class | graph_array |
class | heap_array |
class | policy |
class | strip |
class | triangle |
class | triangle_edge |
Enumerations | |
enum | triangle_order { ABC, BCA, CAB } |
Functions | |
void | make_connectivity_graph (graph_array< triangle > &Triangles, const indices &Indices) |
template<class nodetype > | |
void | unmark_nodes (graph_array< nodetype > &G) |
template<class N > | |
void | unmark_nodes (graph_array< N > &G) |
void triangle_stripper::detail::make_connectivity_graph | ( | graph_array< triangle > & | Triangles, |
const indices & | Indices | ||
) |
Definition at line 57 of file connectivity_graph.cpp.
References triangle_stripper::detail::triangle::A(), A1, triangle_stripper::detail::triangle::B(), triangle_stripper::detail::triangle::C(), i, triangle_stripper::detail::graph_array< nodetype >::insert_arc(), and triangle_stripper::detail::graph_array< nodetype >::size().
Referenced by triangle_stripper::tri_stripper::tri_stripper().
void triangle_stripper::detail::unmark_nodes | ( | graph_array< nodetype > & | G | ) |
Referenced by triangle_stripper::tri_stripper::Strip().
|
inline |
Definition at line 445 of file graph_array.h.
References triangle_stripper::detail::graph_array< nodetype >::begin(), and triangle_stripper::detail::graph_array< nodetype >::end().
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:45:02.
© Copyright Michele Bosi. All rights reserved.