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::Data Struct Reference

#include <qbsptree_p.h>

+ Collaboration diagram for QBspTree::Data:

Public Member Functions

 Data (void *p)
 
 Data (int n)
 

Public Attributes

union { 
 
   void *   ptr 
 
   int   i 
 
};  
 

Detailed Description

Definition at line 37 of file qbsptree_p.h.

Constructor & Destructor Documentation

◆ Data() [1/2]

QBspTree::Data::Data ( void * p)
inline

Definition at line 39 of file qbsptree_p.h.

◆ Data() [2/2]

QBspTree::Data::Data ( int n)
inline

Definition at line 40 of file qbsptree_p.h.

Member Data Documentation

◆ [union]

union { ... } QBspTree::Data

◆ i

int QBspTree::Data::i

Definition at line 43 of file qbsptree_p.h.

◆ ptr

void* QBspTree::Data::ptr

Definition at line 42 of file qbsptree_p.h.


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