OpenStructure
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Data Structures | Namespaces | Functions
point.hh File Reference
#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)