Public Member Functions | Public Attributes

quake::leaf_t Struct Reference
[Quake BSP Parsing Library]

a leaf in the BSP tree More...

#include <bsp.h>

Inheritance diagram for quake::leaf_t:
Inheritance graph
[legend]
Collaboration diagram for quake::leaf_t:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 ~leaf_t (void) throw ()
eLumpType getType (void) const throw ()
 what sort of lump object is this really? Can use this information to perform a dynamic cast to the correct leaf class.

Public Attributes

int32_t cluster
 cluster index
int32_t area
 map area (for portals?)
int32_t min [3]
 bounding box min xyz coords
int32_t max [3]
 bounding box max xyz coords
int32_t leafface
 first leaf face for leaf
int32_t n_leaffaces
 number of faces
int32_t leafbrush
 first leaf brush for leaf
int32_t n_leafbrushes
 number of brushes

Detailed Description

a leaf in the BSP tree

Definition at line 174 of file bsp.h.


Constructor & Destructor Documentation

quake::leaf_t::~leaf_t ( void   )  throw ()

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