![]() |
Qt 6.x
The Qt SDK
|
#include <qbsptree_p.h>
Collaboration diagram for QBspTree::Node:Public Types | |
| enum | Type { None = 0 , VerticalPlane = 1 , HorizontalPlane = 2 , Both = 3 } |
Public Member Functions | |
| Node () | |
Public Attributes | |
| int | pos |
| Type | type |
Definition at line 28 of file qbsptree_p.h.
| enum QBspTree::Node::Type |
| Enumerator | |
|---|---|
| None | |
| VerticalPlane | |
| HorizontalPlane | |
| Both | |
Definition at line 30 of file qbsptree_p.h.
|
inline |
Definition at line 31 of file qbsptree_p.h.
| int QBspTree::Node::pos |
Definition at line 32 of file qbsptree_p.h.
| Type QBspTree::Node::type |
Definition at line 33 of file qbsptree_p.h.