Intro_Class_Area
Classes | Functions
form.h File Reference
#include <cmath>
#include <iostream>
#include <string>

Go to the source code of this file.

Classes

class  Form
 
class  Quadrat
 
class  Circle
 

Functions

bool operator< (const Form &a, const Form &b)
 
float euclid_dist (const Form &a, const Form &b)
 
bool kleiner (const Form *a, const Form *b)
 
float euclid_dist (const Form *a, const Form *b)
 
std::ostream & operator<< (std::ostream &s, const Form &rhs)
 

Function Documentation

◆ euclid_dist() [1/2]

float euclid_dist ( const Form a,
const Form b 
)
inline

Definition at line 73 of file form.h.

◆ euclid_dist() [2/2]

float euclid_dist ( const Form a,
const Form b 
)
inline

Definition at line 82 of file form.h.

◆ kleiner()

bool kleiner ( const Form a,
const Form b 
)

Definition at line 25 of file form.cpp.

◆ operator<()

bool operator< ( const Form a,
const Form b 
)

Definition at line 20 of file form.cpp.

◆ operator<<()

std::ostream& operator<< ( std::ostream &  s,
const Form rhs 
)