|
Enrollment 28.2.0
|
It draws CriticalPoint into image. More...
#include <CriticalPoint.h>
Public Member Functions | |
| void | DrawIn (ImageShapeDrawer &drawer) const final |
| It draws CriticalPoint into image. | |
| CriticalPointShape (std::shared_ptr< CriticalPoint > point, Radius radius, ImageShapeAttributes attr, unsigned int angleLength) | |
| Create CriticalPoint shape. | |
| CriticalPointShape (std::shared_ptr< CriticalPoint > point, ImageShapeAttributes attr) | |
| Create CriticalPoint shape. | |
It draws CriticalPoint into image.
The shapes of critical points are
|
inline |
Create CriticalPoint shape.
| point | point to draw |
| radius | radius of point |
| attr | ImageShapeAttributes of point |
| angleLength | length of angle line |
|
inline |
Create CriticalPoint shape.
| point | point to draw |
| attr | ImageShapeAttributes of point |
|
inlinefinalvirtual |
It draws CriticalPoint into image.
| drawer | drawer to draw into |
Implements ImageShape.
References CriticalPoint::DELTA.