|
homog2d library
|
Holds pointer-based runtime polymorphism stuff. More...
Classes | |
| class | Root |
| Non-templated root class, to achieve dynamic (runtime) polymorphism. More... | |
Functions | |
| std::ostream & | operator<< (std::ostream &f, const Root &p) |
Stream operator for Root type. More... | |
Holds pointer-based runtime polymorphism stuff.
|
inline |
Stream operator for Root type.
print() (that needs to be defined in all the child classes as: 
1.8.13