Definition at line 602 of file qpathclipper.cpp.
◆ Traversal
Enumerator |
---|
TraverseBoth | |
TraverseLeft | |
TraverseRight | |
TraverseNone | |
Definition at line 605 of file qpathclipper.cpp.
◆ QKdPointTree()
Definition at line 620 of file qpathclipper.cpp.
627 for (
int i = 0; i <
m_nodes.size(); ++i) {
QDataBuffer< Node > m_nodes
const QPathSegments * m_segments
int build(int begin, int end, int depth=0)
◆ build()
int QKdPointTree::build |
( |
int |
begin, |
|
|
int |
end, |
|
|
int |
depth = 0 |
|
) |
| |
Definition at line 677 of file qpathclipper.cpp.
683 int first = begin + 1;
686 while (first <= last) {
QDataBuffer< Node > m_nodes
const QPathSegments * m_segments
int build(int begin, int end, int depth=0)
static qreal component(const QPointF &point, unsigned int i)
void qSwap(T &value1, T &value2)
const QPointF & pointAt(int vertex) const
static const KeyPair *const end
◆ nextId()
int QKdPointTree::nextId |
( |
| ) |
|
|
inline |
◆ rootNode()
Node* QKdPointTree::rootNode |
( |
| ) |
|
|
inline |
◆ m_id
◆ m_nodes
◆ m_rootNode
int QKdPointTree::m_rootNode |
|
private |
◆ m_segments
The documentation for this class was generated from the following file: