Qt 4.8
|
#include <qbsptree_p.h>
Public Types | |
enum | Type { None = 0, VerticalPlane = 1, HorizontalPlane = 2, Both = 3 } |
Public Functions | |
Node () | |
Public Variables | |
int | pos |
Type | type |
Definition at line 65 of file qbsptree_p.h.
enum QBspTree::Node::Type |
Enumerator | |
---|---|
None | |
VerticalPlane | |
HorizontalPlane | |
Both |
Definition at line 67 of file qbsptree_p.h.
|
inline |
Definition at line 68 of file qbsptree_p.h.
int QBspTree::Node::pos |
Definition at line 69 of file qbsptree_p.h.
Type QBspTree::Node::type |
Definition at line 70 of file qbsptree_p.h.
Referenced by QBspTree::removeLeaf().