![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qbsptree_p.h>
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 29 of file qbsptree_p.h.
| enum QBspTree::Node::Type |
| Enumerator | |
|---|---|
| None | |
| VerticalPlane | |
| HorizontalPlane | |
| Both | |
Definition at line 31 of file qbsptree_p.h.
|
inline |
Definition at line 32 of file qbsptree_p.h.
| int QBspTree::Node::pos |
Definition at line 33 of file qbsptree_p.h.
Referenced by Node().
| Type QBspTree::Node::type |
Definition at line 34 of file qbsptree_p.h.
Referenced by Node().