TORCS  1.3.9
The Open Racing Car Simulator
BBoxInternal Class Reference

#include <BBoxTree.h>

Inheritance diagram for BBoxInternal:
Collaboration diagram for BBoxInternal:

Public Member Functions

 BBoxInternal ()
 
 BBoxInternal (int n, BBoxLeaf *l)
 
void refitBBox ()
 

Public Attributes

BBoxNodelson
 
BBoxNoderson
 
- Public Attributes inherited from BBoxNode
BBox bbox
 
TagType tag
 

Additional Inherited Members

- Public Types inherited from BBoxNode
enum  TagType { LEAF, INTERNAL }
 

Detailed Description

Definition at line 63 of file BBoxTree.h.

Constructor & Destructor Documentation

◆ BBoxInternal() [1/2]

BBoxInternal::BBoxInternal ( )
inline

Definition at line 68 of file BBoxTree.h.

◆ BBoxInternal() [2/2]

BBoxInternal::BBoxInternal ( int  n,
BBoxLeaf l 
)

Definition at line 56 of file BBoxTree.cpp.

Here is the call graph for this function:

Member Function Documentation

◆ refitBBox()

void BBoxInternal::refitBBox ( )
inline

Definition at line 71 of file BBoxTree.h.

Here is the call graph for this function:

Member Data Documentation

◆ lson

BBoxNode* BBoxInternal::lson

Definition at line 65 of file BBoxTree.h.

◆ rson

BBoxNode* BBoxInternal::rson

Definition at line 66 of file BBoxTree.h.


The documentation for this class was generated from the following files: