Diploma Thesis Percolation Simulation C++ Sourcecode Documentation |
#include <svg.h>
Inheritance diagram for graphics::circle:
Public Methods | |
circle () | |
circle (COORDFLOAT cx_, COORDFLOAT cy_, REAL r_) | |
circle (COORDFLOAT cx_, COORDFLOAT cy_, REAL r_, RGBcolor fillcolor_, RGBcolor strokecolor_, REAL opacity_) | |
string | svg (bool fill, bool stroke, bool opac) |
Private Attributes | |
COORDFLOAT | cx |
COORDFLOAT | cy |
REAL | r |
|
Definition at line 77 of file svg.h.
00077 {}; |
|
Definition at line 78 of file svg.h. References COORDFLOAT, cx, cy, r, and REAL.
|
|
Definition at line 83 of file svg.h. References COORDFLOAT, and REAL.
|
|
Reimplemented from graphics::shape. Definition at line 86 of file svg.h. References cx, cy, r, and graphics::shape::svgstyle().
|
|
|
|
|
|
|
Diploma Thesis Sourcecode
Documentation check out the text and the executable binaries |