Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
HLodDefClass Class Reference

#include <hlod.h>

Inherits W3DMPO.

Public Member Functions

 HLodDefClass (void)
 
 HLodDefClass (HLodClass &src_lod)
 
 ~HLodDefClass (void)
 
WW3DErrorType Load_W3D (ChunkLoadClass &cload)
 
WW3DErrorType Save (ChunkSaveClass &csave)
 
const char * Get_Name (void) const
 
void Initialize (HLodClass &src_lod)
 
- Public Member Functions inherited from W3DMPO
virtual ~W3DMPO ()
 

Protected Member Functions

WW3DErrorType Save_Header (ChunkSaveClass &csave)
 
WW3DErrorType Save_Lod_Array (ChunkSaveClass &csave)
 
WW3DErrorType Save_Aggregate_Array (ChunkSaveClass &csave)
 
- Protected Member Functions inherited from W3DMPO
virtual int glueEnforcer () const =0
 

Friends

class HLodClass
 

Detailed Description

HLodDefClass This description object is generated when reading a W3D_CHUNK_HLOD. It directly describes the contents of an HLod model.

Definition at line 303 of file hlod.h.

Constructor & Destructor Documentation

◆ HLodDefClass() [1/2]

HLodDefClass::HLodDefClass ( void )

Definition at line 273 of file hlod.cpp.

◆ HLodDefClass() [2/2]

HLodDefClass::HLodDefClass ( HLodClass & src_lod)

Definition at line 295 of file hlod.cpp.

◆ ~HLodDefClass()

HLodDefClass::~HLodDefClass ( void )

Definition at line 319 of file hlod.cpp.

Member Function Documentation

◆ Get_Name()

const char * HLodDefClass::Get_Name ( void ) const
inline

Definition at line 314 of file hlod.h.

◆ Initialize()

void HLodDefClass::Initialize ( HLodClass & src_lod)

Definition at line 374 of file hlod.cpp.

◆ Load_W3D()

WW3DErrorType HLodDefClass::Load_W3D ( ChunkLoadClass & cload)

Definition at line 578 of file hlod.cpp.

◆ Save()

WW3DErrorType HLodDefClass::Save ( ChunkSaveClass & csave)

Definition at line 439 of file hlod.cpp.

◆ Save_Aggregate_Array()

WW3DErrorType HLodDefClass::Save_Aggregate_Array ( ChunkSaveClass & csave)
protected

Definition at line 555 of file hlod.cpp.

◆ Save_Header()

WW3DErrorType HLodDefClass::Save_Header ( ChunkSaveClass & csave)
protected

Definition at line 476 of file hlod.cpp.

◆ Save_Lod_Array()

WW3DErrorType HLodDefClass::Save_Lod_Array ( ChunkSaveClass & csave)
protected

Definition at line 525 of file hlod.cpp.

Friends And Related Symbol Documentation

◆ HLodClass

friend class HLodClass
friend

Definition at line 362 of file hlod.h.


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