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

#include <motchan.h>

Inherits W3DMPO.

Public Member Functions

 BitChannelClass (void)
 
 ~BitChannelClass (void)
 
bool Load_W3D (ChunkLoadClass &cload)
 
WWINLINE int Get_Type (void) const
 
WWINLINE int Get_Pivot (void) const
 
WWINLINE int Get_Bit (int frame) const
 
 BitChannelClass (uint32 id, int maxframes, uint32 chntype, bool def_val)
 
 ~BitChannelClass (void)
 
void Set_Bit (int framenumber, bool bit)
 
void Set_Bits (BooleanVectorClass &bits)
 
bool Get_Bit (int frameidx)
 
bool Is_Empty (void)
 
bool Save (ChunkSaveClass &csave, bool compress)
 
- Public Member Functions inherited from W3DMPO
virtual ~W3DMPO ()
 

Friends

class HRawAnimClass
 

Additional Inherited Members

- Protected Member Functions inherited from W3DMPO
virtual int glueEnforcer () const =0
 

Detailed Description

Definition at line 161 of file motchan.h.

Constructor & Destructor Documentation

◆ BitChannelClass() [1/2]

BitChannelClass::BitChannelClass ( void )

Definition at line 211 of file motchan.cpp.

◆ ~BitChannelClass() [1/2]

BitChannelClass::~BitChannelClass ( void )

Definition at line 234 of file motchan.cpp.

◆ BitChannelClass() [2/2]

BitChannelClass::BitChannelClass ( uint32 id,
int maxframes,
uint32 chntype,
bool def_val )

Definition at line 43 of file bchannel.cpp.

◆ ~BitChannelClass() [2/2]

BitChannelClass::~BitChannelClass ( void )

Member Function Documentation

◆ Get_Bit() [1/2]

WWINLINE int BitChannelClass::Get_Bit ( int frame) const

Definition at line 191 of file motchan.h.

◆ Get_Bit() [2/2]

bool BitChannelClass::Get_Bit ( int frameidx)

Definition at line 89 of file bchannel.cpp.

◆ Get_Pivot()

WWINLINE int BitChannelClass::Get_Pivot ( void ) const
inline

Definition at line 172 of file motchan.h.

◆ Get_Type()

WWINLINE int BitChannelClass::Get_Type ( void ) const
inline

Definition at line 171 of file motchan.h.

◆ Is_Empty()

bool BitChannelClass::Is_Empty ( void )
inline

Definition at line 73 of file bchannel.h.

◆ Load_W3D()

bool BitChannelClass::Load_W3D ( ChunkLoadClass & cload)

Definition at line 273 of file motchan.cpp.

◆ Save()

bool BitChannelClass::Save ( ChunkSaveClass & csave,
bool compress )

Definition at line 98 of file bchannel.cpp.

◆ Set_Bit()

void BitChannelClass::Set_Bit ( int framenumber,
bool bit )

Definition at line 69 of file bchannel.cpp.

◆ Set_Bits()

void BitChannelClass::Set_Bits ( BooleanVectorClass & bits)

Definition at line 81 of file bchannel.cpp.

Friends And Related Symbol Documentation

◆ HRawAnimClass

friend class HRawAnimClass
friend

Definition at line 187 of file motchan.h.


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