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

W_ModList Class Reference

#include <wmodlist.h>

Inheritance diagram for W_ModList:

ModList ParsedMod PolygonModifier List of all members.

Public Methods

 W_ModList ()
virtual ~W_ModList ()
virtual bool parseUnknown (Parser &)
virtual bool apply_MeshOperators (Mesh *)
virtual void dump (const char *pref)

Private Attributes

std::vector<MeshMod *> mods


Constructor & Destructor Documentation

W_ModList::W_ModList ( void )
 

W_ModList::~W_ModList ( void ) [virtual]
 


Member Function Documentation

bool W_ModList::apply_MeshOperators ( Mesh * m ) [virtual]
 

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

abstract prototype

debugging function: dump info to stdout with preceeding pref

Reimplemented from ModList.

bool W_ModList::parseUnknown ( Parser & p ) [virtual]
 

called from parse() for unknown options.

looks it up in the "define" section.

can be reimplemented by subclasses to implement additional keywords

Reimplemented from ModList.


Member Data Documentation

std::vector< MeshMod *> W_ModList::mods [private]
 


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