#include <vector>#include <iosfwd>#include <ost/img/module_config.hh>#include "vecmat.hh"Go to the source code of this file.
Data Structures | |
| class | Point |
| class encapsulating 1D to 3D point More... | |
Namespaces | |
| namespace | ost |
| namespace | ost::img |
Functions | |
| DLLEXPORT_OST_IMG_BASE Point | operator+ (const Point &p1, const Point &p2) |
| DLLEXPORT_OST_IMG_BASE Point | operator- (const Point &p1, const Point &p2) |
| DLLEXPORT_OST_IMG_BASE std::ostream & | operator<< (std::ostream &os, const Point &p) |
1.5.8