www.pudn.com > tristripper-1.1.0-beta-5.zip > connectivity_graph.h


// 
// Copyright (C) 2004 Tanguy Fautré. 
// For conditions of distribution and use, 
// see copyright notice in tri_stripper.h 
// 
////////////////////////////////////////////////////////////////////// 
// SVN: $Id: connectivity_graph.h 86 2005-06-08 17:47:27Z gpsnoopy $ 
////////////////////////////////////////////////////////////////////// 
 
#ifndef TRI_STRIPPER_HEADER_GUARD_CONNECTIVITY_GRAPH_H 
#define TRI_STRIPPER_HEADER_GUARD_CONNECTIVITY_GRAPH_H 
 
#include "public_types.h" 
 
#include "graph_array.h" 
#include "types.h" 
 
 
 
 
namespace triangle_stripper 
{ 
 
	namespace detail 
	{ 
 
		void make_connectivity_graph(graph_array & Triangles, const indices & Indices); 
 
	} 
 
} 
 
 
 
 
#endif // TRI_STRIPPER_HEADER_GUARD_CONNECTIVITY_GRAPH_H