TestApp Class Reference

Test application for the algorithm. Uses SDL. More...

#include <TestApp.h>

List of all members.

Public Member Functions

 TestApp ()
 Constructor.
virtual ~TestApp ()
 Destructor.
bool init ()
 Called upon application init.
void deinit ()
 Called on application quit (cleanup).
void run ()
 Implements the application loop.
bool update ()
 Called every time in the rendering loop.

Protected Attributes

SDL_Surface * mScreen
PolygonTestermPolygonTester


Detailed Description

Test application for the algorithm. Uses SDL.


Constructor & Destructor Documentation

TestApp::TestApp  ) 
 

Constructor.

TestApp::~TestApp  )  [virtual]
 

Destructor.


Member Function Documentation

void TestApp::deinit  ) 
 

Called on application quit (cleanup).

bool TestApp::init  ) 
 

Called upon application init.

void TestApp::run  ) 
 

Implements the application loop.

bool TestApp::update  ) 
 

Called every time in the rendering loop.

Returns true if the program should keep on running.


Member Data Documentation

PolygonTester* TestApp::mPolygonTester [protected]
 

SDL_Surface* TestApp::mScreen [protected]
 


The documentation for this class was generated from the following files:
Generated on Fri Aug 3 00:44:44 2007 for Scanline edge-flag algorithm for antialiasing by  doxygen 1.4.6-NO