KBspLoader Class Reference

Inheritance diagram for KBspLoader:
[legend]
Collaboration diagram for KBspLoader:
[legend]
List of all members.

Public Member Functions

 KBspLoader ()
virtual ~KBspLoader ()
virtual s32 LoadBSP (const char *pFileName)
virtual s32 CloseBSP ()
KBspPlaneGetpPlanes (u32 PlaneId)
KBspNodeGetpNodes (u32 NodeId)
KBspLeafGetpLeaves (u32 LeafId)
KBspFaceListGetpFaceList (u32 FaceId)
KBspFaceGetpFaces (u32 FaceId)
u8 * GetpVisiList (u32 ClusterId)
KBspVertexGetpVertices (u32 VertexId)
KBspMeshVertGetpMeshVerts (u32 VertexId)
KBspShaderGetpShaders (u32 ShaderId)
KBspModelGetpModels (u32 ModelId)
KBspBrushGetpBrushes (u32 BrushId)
KBspBrushSideGetpBrushSides (u32 BrushSidesId)
u32 GetBrushList (u32 BrushId)
s32 GetnFaces ()
s32 GetnLeaves ()
s32 GetnFaceList ()
s32 GetnShaders ()
s32 GetnModels ()
u32 GetnEntities ()
KBspEntityGetNextEntity (KBspEntity *pCurrentEntity, char *pClassName)
KBspEntityGetpEntity (u32 EntityId)
bool IsLoaded ()
float GetScale ()

Protected Member Functions

s32 LoadVisiList ()
s32 LoadEntities ()
void DestroyVisiList ()
void DestroyEntities ()
u32 ReadLump (EBspLump Lump, u8 **pData, u32 Size)
template<class T>
u32 ReadLump (EBspLump Lump, T **pData)

Protected Attributes

bool m_bLoaded
KTable< KBspEntity * > m_EntityList
KBspShaderm_pShaders
KBspPlanem_pPlanes
KBspNodem_pNodes
KBspLeafm_pLeaves
KBspFaceListm_pFaceList
KBspBrushListm_pBrushList
KBspModelm_pModels
KBspBrushm_pBrushes
KBspBrushSidem_pBrushSides
KBspVertexm_pVertices
KBspMeshVertm_pMeshVerts
KBspEffectm_pEffects
KBspFacem_pFaces
KBspLightMapm_pLightMaps
KBspLightVolm_pLightVols
KBspVisiListm_pVisiList
u32 m_nShaders
u32 m_nPlanes
u32 m_nNodes
u32 m_nLeaves
u32 m_nFaceList
u32 m_nBrushList
u32 m_nModels
u32 m_nBrushes
u32 m_nBrushSides
u32 m_nVertices
u32 m_nMeshVerts
u32 m_nEffects
u32 m_nFaces
u32 m_nLightMaps
u32 m_nLightVols
u32 m_nVisiList
float m_fScale

Detailed Description

Definition at line 270 of file BspLoader.h.


The documentation for this class was generated from the following files:
Generated on Sun Mar 25 20:02:28 2007 for Zythum Project by  doxygen 1.5.1-p1