eFloor Class Reference

#include <eFloor.h>

Inheritance diagram for eFloor:

Inheritance graph
[legend]
Collaboration diagram for eFloor:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 eFloor ()
virtual ~eFloor ()
virtual void glFloorColor (REAL alpha, REAL intens)=0
virtual void FloorColor (REAL &r, REAL &g, REAL &b)=0
virtual void glFloorTexture ()=0
virtual void glFloorTexture_a ()=0
virtual void glFloorTexture_b ()=0
virtual REAL GridSize ()=0
virtual bool BlackSky ()=0

Static Public Attributes

static eFloorFloor


Detailed Description

Definition at line 33 of file eFloor.h.


Constructor & Destructor Documentation

eFloor::eFloor (  ) 

Definition at line 33 of file eFloor.cpp.

References Floor.

00033 {Floor = this;}

eFloor::~eFloor (  )  [virtual]

Definition at line 35 of file eFloor.cpp.

References Floor, and NULL.

00035                {
00036     if (Floor == this)
00037         Floor = NULL;
00038 }


Member Function Documentation

virtual void eFloor::glFloorColor ( REAL  alpha,
REAL  intens 
) [pure virtual]

Implemented in gFloor.

Referenced by se_glFloorColor().

Here is the caller graph for this function:

virtual void eFloor::FloorColor ( REAL r,
REAL g,
REAL b 
) [pure virtual]

Implemented in gFloor.

Referenced by se_FloorColor().

Here is the caller graph for this function:

virtual void eFloor::glFloorTexture (  )  [pure virtual]

Implemented in gFloor.

Referenced by se_glFloorTexture().

Here is the caller graph for this function:

virtual void eFloor::glFloorTexture_a (  )  [pure virtual]

Implemented in gFloor.

Referenced by se_glFloorTexture_a().

Here is the caller graph for this function:

virtual void eFloor::glFloorTexture_b (  )  [pure virtual]

Implemented in gFloor.

Referenced by se_glFloorTexture_b().

Here is the caller graph for this function:

virtual REAL eFloor::GridSize (  )  [pure virtual]

Implemented in gFloor.

Referenced by se_GridSize().

Here is the caller graph for this function:

virtual bool eFloor::BlackSky (  )  [pure virtual]

Implemented in gFloor.

Referenced by se_BlackSky().

Here is the caller graph for this function:


Member Data Documentation

eFloor * eFloor::Floor [static]

Definition at line 35 of file eFloor.h.

Referenced by eFloor(), se_BlackSky(), se_FloorColor(), se_glFloorColor(), se_glFloorTexture(), se_glFloorTexture_a(), se_glFloorTexture_b(), se_GridSize(), and ~eFloor().


The documentation for this class was generated from the following files:
Generated on Sat Mar 15 23:22:36 2008 for Armagetron Advanced by  doxygen 1.5.4