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

#include <mapper.h>

Inherits TextureMapperClass.

Public Member Functions

 EdgeMapperClass (unsigned int stage)
 
 EdgeMapperClass (const INIClass &ini, const char *section, unsigned int stage)
 
 EdgeMapperClass (const EdgeMapperClass &src)
 
virtual int Mapper_ID (void) const
 
virtual TextureMapperClassClone () const
 
virtual void Apply (int uv_array_index)
 
virtual void Reset (void)
 
virtual bool Is_Time_Variant (void)
 
virtual bool Needs_Normals (void)
 
virtual void Calculate_Texture_Matrix (Matrix4x4 &tex_matrix)
 
- Public Member Functions inherited from TextureMapperClass
 TextureMapperClass (unsigned int stage=0)
 
 TextureMapperClass (const TextureMapperClass &src)
 
virtual ~TextureMapperClass (void)
 
void Set_Stage (int stage)
 
int Get_Stage (void) const
 
- Public Member Functions inherited from W3DMPO
virtual ~W3DMPO ()
 
- Public Member Functions inherited from RefCountClass
 RefCountClass (void)
 
 RefCountClass (const RefCountClass &)
 
void Add_Ref (void) const
 
WWINLINE void Release_Ref (void) const
 
int Num_Refs (void) const
 
virtual void Delete_This (void)
 

Protected Attributes

unsigned int LastUsedSyncTime
 
float VSpeed
 
float VOffset
 
bool UseReflect
 
- Protected Attributes inherited from TextureMapperClass
unsigned int Stage
 

Additional Inherited Members

- Public Types inherited from TextureMapperClass
enum  {
  MAPPER_ID_UNKNOWN , MAPPER_ID_LINEAR_OFFSET , MAPPER_ID_CLASSIC_ENVIRONMENT , MAPPER_ID_ENVIRONMENT ,
  MAPPER_ID_SCREEN , MAPPER_ID_ANIMATING_1D , MAPPER_ID_AXIAL , MAPPER_ID_SILHOUETTE ,
  MAPPER_ID_SCALE , MAPPER_ID_GRID , MAPPER_ID_ROTATE , MAPPER_ID_SINE_LINEAR_OFFSET ,
  MAPPER_ID_STEP_LINEAR_OFFSET , MAPPER_ID_ZIGZAG_LINEAR_OFFSET , MAPPER_ID_WS_CLASSIC_ENVIRONMENT , MAPPER_ID_WS_ENVIRONMENT ,
  MAPPER_ID_GRID_CLASSIC_ENVIRONMENT , MAPPER_ID_GRID_ENVIRONMENT , MAPPER_ID_RANDOM , MAPPER_ID_EDGE ,
  MAPPER_ID_BUMPENV , MAPPER_ID_GRID_WS_CLASSIC_ENVIRONMENT , MAPPER_ID_GRID_WS_ENVIRONMENT
}
 
- Static Public Member Functions inherited from RefCountClass
static int Total_Refs (void)
 
static RefCountClassAdd_Active_Ref (RefCountClass *obj)
 
static RefCountClassSet_Ref_Owner (RefCountClass *obj, char *file, int line)
 
static void Remove_Active_Ref (RefCountClass *obj)
 
static bool Validate_Active_Ref (RefCountClass *obj)
 
- Public Attributes inherited from RefCountClass
RefCountNodeClass ActiveRefNode
 
ActiveRefStruct ActiveRefInfo
 
- Static Public Attributes inherited from RefCountClass
static RefCountListClass ActiveRefList
 
- Protected Member Functions inherited from W3DMPO
virtual int glueEnforcer () const =0
 
- Protected Member Functions inherited from RefCountClass
virtual ~RefCountClass (void)
 

Detailed Description

Definition at line 371 of file mapper.h.

Constructor & Destructor Documentation

◆ EdgeMapperClass() [1/3]

EdgeMapperClass::EdgeMapperClass ( unsigned int stage)

Definition at line 673 of file mapper.cpp.

◆ EdgeMapperClass() [2/3]

EdgeMapperClass::EdgeMapperClass ( const INIClass & ini,
const char * section,
unsigned int stage )

Definition at line 682 of file mapper.cpp.

◆ EdgeMapperClass() [3/3]

EdgeMapperClass::EdgeMapperClass ( const EdgeMapperClass & src)

Definition at line 694 of file mapper.cpp.

Member Function Documentation

◆ Apply()

void EdgeMapperClass::Apply ( int uv_array_index)
virtual

Implements TextureMapperClass.

Definition at line 703 of file mapper.cpp.

◆ Calculate_Texture_Matrix()

void EdgeMapperClass::Calculate_Texture_Matrix ( Matrix4x4 & tex_matrix)
virtual

Implements TextureMapperClass.

Definition at line 727 of file mapper.cpp.

◆ Clone()

virtual TextureMapperClass * EdgeMapperClass::Clone ( void ) const
inlinevirtual

Implements TextureMapperClass.

Definition at line 379 of file mapper.h.

◆ Is_Time_Variant()

virtual bool EdgeMapperClass::Is_Time_Variant ( void )
inlinevirtual

Reimplemented from TextureMapperClass.

Definition at line 382 of file mapper.h.

◆ Mapper_ID()

virtual int EdgeMapperClass::Mapper_ID ( void ) const
inlinevirtual

Reimplemented from TextureMapperClass.

Definition at line 378 of file mapper.h.

◆ Needs_Normals()

virtual bool EdgeMapperClass::Needs_Normals ( void )
inlinevirtual

Reimplemented from TextureMapperClass.

Definition at line 383 of file mapper.h.

◆ Reset()

void EdgeMapperClass::Reset ( void )
virtual

Reimplemented from TextureMapperClass.

Definition at line 721 of file mapper.cpp.

Member Data Documentation

◆ LastUsedSyncTime

unsigned int EdgeMapperClass::LastUsedSyncTime
protected

Definition at line 387 of file mapper.h.

◆ UseReflect

bool EdgeMapperClass::UseReflect
protected

Definition at line 389 of file mapper.h.

◆ VOffset

float EdgeMapperClass::VOffset
protected

Definition at line 388 of file mapper.h.

◆ VSpeed

float EdgeMapperClass::VSpeed
protected

Definition at line 388 of file mapper.h.


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