MEPP2 Project
|
Contains informations about an intersection between a facet and a halfedge. More...
Public Attributes | |
Facet_handle | f |
The facet. More... | |
Halfedge_handle | he |
The halfedge. More... | |
bool | IsOnVertex |
true if the intersection is exactly on the vertex pointed by he More... | |
unsigned short | res |
A code for the location of the intersection : 0 : Intersection is strictly in the facet 1 : Intersection is on the first edge of the facet 2 : Intersection is on the second edge of the facet 3 : Intersection is exactly on the first vertex of the facet 4 : Intersection is on the third edge of the facet 5 : Intersection is exactly on the third vertex of the facet 6 : Intersection is exactly on the second vertex of the facet 7 : There is no intersection. More... | |
Point3d_exact | pt |
The intersection point (exact) More... | |
InterId | Id |
The Id of the intersection point. More... | |
Contains informations about an intersection between a facet and a halfedge.
Definition at line 169 of file boolops_polyhedra.hpp.
Facet_handle BoolPolyhedra< HalfedgeGraph >::Info_Inter::f |
The facet.
Definition at line 172 of file boolops_polyhedra.hpp.
Halfedge_handle BoolPolyhedra< HalfedgeGraph >::Info_Inter::he |
The halfedge.
Definition at line 174 of file boolops_polyhedra.hpp.
InterId BoolPolyhedra< HalfedgeGraph >::Info_Inter::Id |
The Id of the intersection point.
Definition at line 190 of file boolops_polyhedra.hpp.
bool BoolPolyhedra< HalfedgeGraph >::Info_Inter::IsOnVertex |
true if the intersection is exactly on the vertex pointed by he
Definition at line 176 of file boolops_polyhedra.hpp.
Point3d_exact BoolPolyhedra< HalfedgeGraph >::Info_Inter::pt |
The intersection point (exact)
Definition at line 188 of file boolops_polyhedra.hpp.
unsigned short BoolPolyhedra< HalfedgeGraph >::Info_Inter::res |
A code for the location of the intersection :
0 : Intersection is strictly in the facet
1 : Intersection is on the first edge of the facet
2 : Intersection is on the second edge of the facet
3 : Intersection is exactly on the first vertex of the facet
4 : Intersection is on the third edge of the facet
5 : Intersection is exactly on the third vertex of the facet
6 : Intersection is exactly on the second vertex of the facet
7 : There is no intersection.
Definition at line 186 of file boolops_polyhedra.hpp.