lab_inheritance
Insidious Inheritance
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
 Ncs225
 ChslaColor
 CHSLAPixel
 CPNG
 CrgbaColor
 CCircleA subclass of Shape that represents a Circle in 2D space
 CDrawableA pure virtual interface class that can draw itself to a canvas
 CFlowerA subclass of Drawable that can draw a flower
 CLineA subclass of Drawable that represents a line in 2D space
 CRectangleA subclass of Shape that represents a rectangle in 2D space
 CShapeAn abstract base class that represents a Shape which has an area, perimeter, color, and can contain Vector2s
 CTriangleA subclass of a Shape that represents a triangle in 2D space
 CTruckA subclass of Drawable that can draw a truck
 CVector2Represents a 2 dimensional vector