Qt 4.8
Public Types | Public Functions | Public Variables | List of all members
QBspTree::Node Struct Reference

#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
 

Detailed Description

Definition at line 65 of file qbsptree_p.h.

Enumerations

◆ Type

Enumerator
None 
VerticalPlane 
HorizontalPlane 
Both 

Definition at line 67 of file qbsptree_p.h.

Constructors and Destructors

◆ Node()

QBspTree::Node::Node ( )
inline

Definition at line 68 of file qbsptree_p.h.

Properties

◆ pos

int QBspTree::Node::pos

Definition at line 69 of file qbsptree_p.h.

◆ type

Type QBspTree::Node::type

Definition at line 70 of file qbsptree_p.h.

Referenced by QBspTree::removeLeaf().


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