#include "Point.hpp"
#include "JsonStream.hpp"
#include "recognizer/VotingSpace.hpp"
#include "math.h"
#include <gtest/internal/gtest-internal.h>
Go to the source code of this file.
Namespaces | |
ISM | |
this namespace contains all generally usable classes. | |
Functions | |
std::ostream & | ISM::operator<< (std::ostream &strm, const ISM::Point &p) |
std::ostream & | ISM::operator<< (std::ostream &strm, const ISM::PointPtr &p) |
bool | ISM::operator== (const PointPtr &p1, const PointPtr &p2) |
bool | ISM::operator== (const Point &p1, const Point &p2) |