Public Member Functions | Public Attributes

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

a leaf face in the BSP tree More...

#include <bsp.h>

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

List of all members.

Public Member Functions

 ~leafface_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.
virtual int getIndex (void) const throw ()
 returns the index of this object as stored in its lump

Public Attributes

int32_t face
 face index
int index

Detailed Description

a leaf face in the BSP tree

Definition at line 192 of file bsp.h.


Constructor & Destructor Documentation

quake::leafface_t::~leafface_t ( void   )  throw ()

Definition at line 103 of file bsp.cpp.


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