shapeCircle Class Reference

#include <shapeCircle.h>

Inheritance diagram for shapeCircle:

Inheritance graph
[legend]
Collaboration diagram for shapeCircle:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 shapeCircle (tValue::Base() _x, tValue::Base() _y, tValue::Base() _radius)

Private Member Functions

 Base () x
 Base () y
 Base () radius


Detailed Description

Definition at line 7 of file shapeCircle.h.


Constructor & Destructor Documentation

shapeCircle::shapeCircle ( tValue::Base()  _x,
tValue::Base()  _y,
tValue::Base()  _radius 
) [inline]

Definition at line 13 of file shapeCircle.h.

00013 : x(_x), y(_y), radius(_radius) { };


Member Function Documentation

shapeCircle::Base (  )  [private]

shapeCircle::Base (  )  [private]

shapeCircle::Base (  )  [private]


The documentation for this class was generated from the following file:
Generated on Sat Mar 15 23:54:45 2008 for Armagetron Advanced by  doxygen 1.5.4