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]
connectivity_graph.h
Go to the documentation of this file.
1 //
2 // Copyright (C) 2004 Tanguy Fautré.
3 // For conditions of distribution and use,
4 // see copyright notice in tri_stripper.h
5 //
7 // SVN: $Id: connectivity_graph.h 86 2005-06-08 17:47:27Z gpsnoopy $
9 
10 #ifndef TRI_STRIPPER_HEADER_GUARD_CONNECTIVITY_GRAPH_H
11 #define TRI_STRIPPER_HEADER_GUARD_CONNECTIVITY_GRAPH_H
12 
13 #include "../public_types.h"
14 
15 #include "graph_array.h"
16 #include "types.h"
17 
18 
19 
20 
21 namespace triangle_stripper
22 {
23 
24  namespace detail
25  {
26 
27  void make_connectivity_graph(graph_array<triangle> & Triangles, const indices & Indices);
28 
29  }
30 
31 }
32 
33 
34 
35 
36 #endif // TRI_STRIPPER_HEADER_GUARD_CONNECTIVITY_GRAPH_H
void make_connectivity_graph(graph_array< triangle > &Triangles, const indices &Indices)
GLuint GLuint GLsizei GLenum const GLvoid * indices