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

Mod_Lego Class Reference

Implementation of legosplit option. More...

#include <legomod.h>

Inheritance diagram for Mod_Lego:

ParsedMod PolygonModifier List of all members.

Public Methods

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

Private Attributes

bool parsed
OptionSetKeeperkeeper


Detailed Description

Implementation of legosplit option.


Constructor & Destructor Documentation

Mod_Lego::Mod_Lego ( )
 

Mod_Lego::~Mod_Lego ( ) [virtual]
 


Member Function Documentation

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

polygon modifying function

abstract prototype

Reimplemented from PolygonModifier.

bool Mod_Lego::bad ( void ) [virtual]
 

abstract prototype

Returns:
true, if parsing or constructing failed.

Reimplemented from ParsedMod.

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

abstract prototype

debugging function: dump info to stdout with preceeding pref

Reimplemented from ParsedMod.

bool Mod_Lego::parse ( Parser & p ) [virtual]
 

abstract prototype

create the modifier's data

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

Reimplemented from ParsedMod.


Member Data Documentation

OptionSetKeeper * Mod_Lego::keeper [private]
 

bool Mod_Lego::parsed [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