Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
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 29 of file qbsptree_p.h.

Member Enumeration Documentation

◆ Type

Enumerator
None 
VerticalPlane 
HorizontalPlane 
Both 

Definition at line 31 of file qbsptree_p.h.

Constructor & Destructor Documentation

◆ Node()

QBspTree::Node::Node ( )
inline

Definition at line 32 of file qbsptree_p.h.

References None, pos, and type.

Member Data Documentation

◆ pos

int QBspTree::Node::pos

Definition at line 33 of file qbsptree_p.h.

Referenced by Node().

◆ type

Type QBspTree::Node::type

Definition at line 34 of file qbsptree_p.h.

Referenced by Node().


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