GVectors::Drawer Class Reference

A pure abstract class for drawing primitives. More...

#include <drawer.h>

List of all members.

Public Member Functions

virtual void line (const Segment &segment)=0
 Method for drawing a straight line.


Detailed Description

Aa pure abstract class which has to be implemented by the user in order to draw (visual) vectors.

This class has only to be implemented if vectors have to be visualized.


Member Function Documentation

virtual void GVectors::Drawer::line ( const Segment segment  )  [pure virtual]

This method is intended for drawing a straight line on screen. However, it depends on the user how it is implemented.

Parameters:
segment A const pointer to a Segment class holding all information about what should be drawn.


The documentation for this class was generated from the following file:
Generated on Sat Sep 8 19:37:30 2007 for libgvectors by  doxygen 1.4.7