Forms with mutable Area
form.cpp File Reference
#include "form.h"
#include <iostream>
Include dependency graph for form.cpp:

Go to the source code of this file.

Functions

bool operator< (const Form &a, const Form &b)
 
bool kleiner (const Form *a, const Form *b)
 
ostream & operator<< (ostream &s, const Point2D &rhs)
 
ostream & operator<< (ostream &s, const Form &rhs)
 

Function Documentation

◆ kleiner()

bool kleiner ( const Form a,
const Form b 
)

Definition at line 15 of file form.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ operator<()

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

Definition at line 10 of file form.cpp.

Here is the call graph for this function:

◆ operator<<() [1/2]

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

Definition at line 28 of file form.cpp.

Here is the call graph for this function:

◆ operator<<() [2/2]

ostream& operator<< ( ostream &  s,
const Point2D rhs 
)

Definition at line 21 of file form.cpp.

Here is the call graph for this function: