18 virtual const char *
getType()
const;
20 static const char * type;
27 virtual void draw(Mat &canvas);
The ShapeFactory class.
Definition: shapefactory.h:24
virtual const char * getType() const
getType is always implemented by derived to return the same static pointer per shape.
The Ellipse class.
Definition: ellipse.h:14
The ShapeFactoryT class.
Definition: shapefactory.h:45
This namespace holds all the classes of the CanvasCV library.
Definition: canvas.h:20
The Rectangle class.
Definition: rectangle.h:15