#include <HalfEdge.h>
Constructor & Destructor Documentation
Default constructor.
Values for mDual, mNext, mPoint are set to -10 which means that they are undefined
HalfEdge::HalfEdge |
( |
int |
dual, |
|
|
int |
next, |
|
|
int |
point, |
|
|
bool |
mbreak, |
|
|
bool |
forced |
|
) |
| |
|
inline |
Member Function Documentation
bool HalfEdge::getBreak |
( |
| ) |
const |
|
inline |
Returns, whether the HalfEdge belongs to a break line or not.
int HalfEdge::getDual |
( |
| ) |
const |
|
inline |
Returns the number of the dual HalfEdge.
bool HalfEdge::getForced |
( |
| ) |
const |
|
inline |
Returns, whether the HalfEdge belongs to a constrained edge or not.
int HalfEdge::getNext |
( |
| ) |
const |
|
inline |
Returns the number of the next HalfEdge.
int HalfEdge::getPoint |
( |
| ) |
const |
|
inline |
Returns the number of the point at which this HalfEdge points.
void HalfEdge::setBreak |
( |
bool |
b | ) |
|
|
inline |
void HalfEdge::setDual |
( |
int |
d | ) |
|
|
inline |
void HalfEdge::setForced |
( |
bool |
f | ) |
|
|
inline |
void HalfEdge::setNext |
( |
int |
n | ) |
|
|
inline |
void HalfEdge::setPoint |
( |
int |
p | ) |
|
|
inline |
Sets the number of point at which this HalfEdge points.
Member Data Documentation
True, if the HalfEdge belongs to a break line, false otherwise.
True, if the HalfEdge belongs to a constrained edge, false otherwise.
Number of the point at which this HalfEdge points.
The documentation for this class was generated from the following file:
- /tmp/buildd/qgis-2.6.0+wheezy1/src/analysis/interpolation/HalfEdge.h