|
Enrollment 28.2.0
|
It draws collection of CriticalPoint into image. More...
#include <CriticalPoint.h>
Public Member Functions | |
| void | DrawIn (ImageShapeDrawer &drawer) const final |
| It draws all CriticalPoint into image. | |
| CriticalPointsShape (const std::vector< std::shared_ptr< CriticalPoint > > &point, Radius radius, ImageShapeAttributes attr, unsigned int angleLength) | |
| Create CriticalPoint shape. | |
| CriticalPointsShape (const std::vector< std::shared_ptr< CriticalPoint > > &point, ImageShapeAttributes attr) | |
| Create CriticalPoint shape. | |
It draws collection of CriticalPoint into image.
|
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 |