#include <cone_tracing.hpp>
Collaboration diagram for Arak::ScanVertex:

Definition at line 73 of file cone_tracing.hpp.
Public Member Functions | |
| ScanVertex (ScanEdgeHandle edge, bool isMin) | |
| Constructor. | |
Public Attributes | |
| ScanEdgeHandle | edge |
| A handle to the scan edge to which this vertex is incident. | |
| bool | isMin |
| True if this is the minimum vertex of the scan edge; false if it is the maximum vertex. | |
|
||||||||||||
|
Constructor.
Definition at line 89 of file cone_tracing.hpp. References Arak::ScanEdgeHandle. |
|
|
A handle to the scan edge to which this vertex is incident.
Definition at line 78 of file cone_tracing.hpp. Referenced by Arak::ScanVertexComparator::operator()(). |
|
|
True if this is the minimum vertex of the scan edge; false if it is the maximum vertex.
Definition at line 84 of file cone_tracing.hpp. Referenced by Arak::ScanVertexComparator::operator()(). |
1.3.6