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

Mod_Surface Class Reference

implementation of surface option. More...

#include <simplemods.h>

Inheritance diagram for Mod_Surface:

ParsedMod PolygonModifier List of all members.

Public Methods

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

Private Attributes

bool parsed
rvlong surface


Detailed Description

implementation of surface option.


Constructor & Destructor Documentation

Mod_Surface::Mod_Surface ( void )
 


Member Function Documentation

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

polygon modifying function

abstract prototype

Reimplemented from PolygonModifier.

bool Mod_Surface::bad ( void ) [virtual]
 

abstract prototype

Returns:
true, if parsing or constructing failed.

Reimplemented from ParsedMod.

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

abstract prototype

debugging function: dump info to stdout with preceeding pref

Reimplemented from ParsedMod.

bool Mod_Surface::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

bool Mod_Surface::parsed [private]
 

rvlong Mod_Surface::surface [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