Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QBspTree::Node Struct Reference

#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
 

Detailed Description

Definition at line 28 of file qbsptree_p.h.

Member Enumeration Documentation

◆ Type

Enumerator
None 
VerticalPlane 
HorizontalPlane 
Both 

Definition at line 30 of file qbsptree_p.h.

Constructor & Destructor Documentation

◆ Node()

QBspTree::Node::Node ( )
inline

Definition at line 31 of file qbsptree_p.h.

Member Data Documentation

◆ pos

int QBspTree::Node::pos

Definition at line 32 of file qbsptree_p.h.

◆ type

Type QBspTree::Node::type

Definition at line 33 of file qbsptree_p.h.


The documentation for this struct was generated from the following file: