Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

Mod_TexWall Class Reference

implementation of texturewall option. More...

#include <texwall.h>

Inheritance diagram for Mod_TexWall:

ParsedMod PolygonModifier List of all members.

Public Methods

 Mod_TexWall (bool _double_sized)
virtual bool apply (Polygon*)
virtual bool bad (void)
virtual bool parse (Parser &)
void dump (const char *pref)

Private Attributes

bool double_sized
rvfloat base_size
bool parsed
TextureDefinition texdef


Detailed Description

implementation of texturewall option.


Constructor & Destructor Documentation

Mod_TexWall::Mod_TexWall ( bool _double_sized )
 


Member Function Documentation

bool Mod_TexWall::apply ( Polygon * p ) [virtual]
 

polygon modifying function

abstract prototype

Reimplemented from PolygonModifier.

bool Mod_TexWall::bad ( void ) [virtual]
 

abstract prototype

Returns:
true, if parsing or constructing failed.

Reimplemented from ParsedMod.

void Mod_TexWall::dump ( const char * pref ) [virtual]
 

abstract prototype

debugging function: dump info to stdout with preceeding pref

Reimplemented from ParsedMod.

bool Mod_TexWall::parse ( Parser & parser ) [virtual]
 

abstract prototype

create the modifier's data

Returns:
true, if parsing succeeded. The prototype always returns true.

Reimplemented from ParsedMod.


Member Data Documentation

rvfloat Mod_TexWall::base_size [private]
 

bool Mod_TexWall::double_sized [private]
 

bool Mod_TexWall::parsed [private]
 

TextureDefinition Mod_TexWall::texdef [private]
 


The documentation for this class was generated from the following files:
Generated at Fri Jul 26 09:33:59 2002 for rvtmod/rvglue by doxygen1.2.0 written by Dimitri van Heesch, © 1997-2000