MEPP2 Project
|
A structure containing informations about an intersected facet. More...
Public Member Functions | |
Triangle_Cut () | |
Default constructor. More... | |
Triangle_Cut (Vector_exact V, bool ffA) | |
Constructor. More... | |
Public Attributes | |
bool | Facet_from_A |
true if the facet belongs to the first polyhedron More... | |
Vector_exact | norm_dir |
An exact vector giving the direction of the normal. More... | |
std::vector< std::vector< InterId > > | CutList |
A list of segments (the intersections with the facets of the other polyhedron) More... | |
std::set< InterId > | PtList |
A list of points (when the intersection is a point) More... | |
std::map< HalfedgeId, InterId > | RefInter |
The list of the intersections. More... | |
A structure containing informations about an intersected facet.
Definition at line 139 of file boolops_polyhedra.hpp.
|
inline |
Default constructor.
Definition at line 154 of file boolops_polyhedra.hpp.
|
inline |
Constructor.
V | : The normal direction |
ffA | : Must be true if the facet belongs to the first polyhedron |
Definition at line 158 of file boolops_polyhedra.hpp.
std::vector< std::vector< InterId > > BoolPolyhedra< HalfedgeGraph >::Triangle_Cut::CutList |
A list of segments (the intersections with the facets of the other polyhedron)
Definition at line 147 of file boolops_polyhedra.hpp.
bool BoolPolyhedra< HalfedgeGraph >::Triangle_Cut::Facet_from_A |
true if the facet belongs to the first polyhedron
Definition at line 142 of file boolops_polyhedra.hpp.
Vector_exact BoolPolyhedra< HalfedgeGraph >::Triangle_Cut::norm_dir |
An exact vector giving the direction of the normal.
Definition at line 144 of file boolops_polyhedra.hpp.
std::set< InterId > BoolPolyhedra< HalfedgeGraph >::Triangle_Cut::PtList |
A list of points (when the intersection is a point)
Definition at line 149 of file boolops_polyhedra.hpp.
std::map< HalfedgeId, InterId > BoolPolyhedra< HalfedgeGraph >::Triangle_Cut::RefInter |
The list of the intersections.
Definition at line 151 of file boolops_polyhedra.hpp.