source: GTP/trunk/Lib/Geom/GTGeometry/src/libs/detail/connectivity_graph.h @ 774

Revision 774, 775 bytes checked in by gumbau, 18 years ago (diff)

GTGeometry and GeoTool? initial imports

Line 
1//
2// Copyright (C) 2004 Tanguy Fautré.
3// For conditions of distribution and use,
4// see copyright notice in tri_stripper.h
5//
6//////////////////////////////////////////////////////////////////////
7// SVN: $Id: connectivity_graph.h 86 2005-06-08 17:47:27Z gpsnoopy $
8//////////////////////////////////////////////////////////////////////
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
21namespace 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
Note: See TracBrowser for help on using the repository browser.