EMODnet Quantized Mesh Generator for Cesium
Public Types | Public Member Functions | Public Attributes | List of all members
IsSharpEdge< Surface_mesh, EdgeIsSharpMap > Struct Template Reference

Struct/functor that returns true if the edge is sharp (given a previously computed edgeIsSharp map) More...

#include <extract_polylines_from_sharp_edges.h>

Public Types

typedef boost::graph_traits< Surface_mesh >::edge_descriptor edge_descriptor
 

Public Member Functions

 IsSharpEdge (EdgeIsSharpMap eisMap)
 
bool operator() (typename boost::graph_traits< Surface_mesh >::edge_descriptor e) const
 

Public Attributes

EdgeIsSharpMap m_eisMap
 

Detailed Description

template<typename Surface_mesh, typename EdgeIsSharpMap>
struct IsSharpEdge< Surface_mesh, EdgeIsSharpMap >

Struct/functor that returns true if the edge is sharp (given a previously computed edgeIsSharp map)

Template Parameters
Surface_mesh
EdgeIsSharpMap

The documentation for this struct was generated from the following file: