center | Shape | [protected] |
getArea() const | Triangle | [virtual] |
getCenter() const | Shape | |
getType() const | Triangle | [virtual] |
setCenter(Point c) | Shape | |
Shape(int x, int y) | Shape | |
Shape(Point c) | Shape | |
Triangle(int b, int h, int x, int y) | Triangle | |
Triangle(int b, int h, Point c) | Triangle |