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

MeshMod_TexFloor Class Reference

#include <texfloor.h>

Inheritance diagram for MeshMod_TexFloor:

MeshMod List of all members.

Public Methods

 MeshMod_TexFloor ()
virtual void dump (const char *pref)
virtual bool bad (void)
virtual bool parse (Parser &)
virtual bool apply (Mesh *)

Private Attributes

bool parsed
TextureDefinition texdef


Constructor & Destructor Documentation

MeshMod_TexFloor::MeshMod_TexFloor ( )
 


Member Function Documentation

bool MeshMod_TexFloor::apply ( Mesh * mesh ) [virtual]
 

mesh modifying function

abstract prototype

Reimplemented from MeshMod.

bool MeshMod_TexFloor::bad ( void ) [virtual]
 

abstract prototype

Returns:
true, if parsing or constructing failed.

Reimplemented from MeshMod.

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

abstract prototype

debugging function: dump info to stdout with preceeding pref

Reimplemented from MeshMod.

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

abstract prototype

create the modifier's data

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

Reimplemented from MeshMod.


Member Data Documentation

bool MeshMod_TexFloor::parsed [private]
 

TextureDefinition MeshMod_TexFloor::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