Enrollment 28.2.0
Loading...
Searching...
No Matches
CriticalPointShape Class Reference

It draws CriticalPoint into image. More...

#include <CriticalPoint.h>

Collaboration diagram for CriticalPointShape:

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.

Detailed Description

It draws CriticalPoint into image.

The shapes of critical points are

Constructor & Destructor Documentation

◆ CriticalPointShape() [1/2]

CriticalPointShape ( std::shared_ptr< CriticalPoint > point,
Radius radius,
ImageShapeAttributes attr,
unsigned int angleLength )
inline

Create CriticalPoint shape.

Parameters
pointpoint to draw
radiusradius of point
attrImageShapeAttributes of point
angleLengthlength of angle line

◆ CriticalPointShape() [2/2]

CriticalPointShape ( std::shared_ptr< CriticalPoint > point,
ImageShapeAttributes attr )
inline

Create CriticalPoint shape.

Parameters
pointpoint to draw
attrImageShapeAttributes of point

Member Function Documentation

◆ DrawIn()

void DrawIn ( ImageShapeDrawer & drawer) const
inlinefinalvirtual

It draws CriticalPoint into image.

Parameters
drawerdrawer to draw into

Implements ImageShape.

References CriticalPoint::DELTA.


The documentation for this class was generated from the following file: