SFCGAL 2.0.0
SFCGAL::detail::Halfedge_with_mark< Refs > Struct Template Reference

Extended polyhedron_3 type with a boolean marker on halfedges This is used internally for polyhedra boolean operations. More...

#include <TypeForDimension.h>

Inheritance diagram for SFCGAL::detail::Halfedge_with_mark< Refs >:

Public Member Functions

 Halfedge_with_mark ()
void set_mark ()

Public Attributes

bool mark

Detailed Description

template<class Refs>
struct SFCGAL::detail::Halfedge_with_mark< Refs >

Extended polyhedron_3 type with a boolean marker on halfedges This is used internally for polyhedra boolean operations.

Constructor & Destructor Documentation

◆ Halfedge_with_mark()

template<class Refs>
SFCGAL::detail::Halfedge_with_mark< Refs >::Halfedge_with_mark ( )
inline

Member Function Documentation

◆ set_mark()

template<class Refs>
void SFCGAL::detail::Halfedge_with_mark< Refs >::set_mark ( )
inline

Member Data Documentation

◆ mark

template<class Refs>
bool SFCGAL::detail::Halfedge_with_mark< Refs >::mark