Wizard
Software Engineering Project - Wizard
Loading...
Searching...
No Matches
Circle Class Reference
Inheritance diagram for Circle:
Shape

Public Member Functions

 Circle (double x, double y, double radius)
 
const char * GetType () const
 
void Print (std::ostream &os) const
 
- Public Member Functions inherited from Shape

Friends

template<typename Archiver >
Archiveroperator& (Archiver &ar, Circle &c)
 

Additional Inherited Members

- Protected Member Functions inherited from Shape
 Shape (double x, double y)
 
- Protected Attributes inherited from Shape
double x_
 
double y_
 

Member Function Documentation

◆ GetType()

const char * Circle::GetType ( ) const
inlinevirtual

Implements Shape.

◆ Print()

void Circle::Print ( std::ostream & os) const
inlinevirtual

Implements Shape.


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