BICO  1.0
 All Classes Namespaces Files Functions Variables Typedefs Pages
point.h File Reference
#include <iostream>
#include <vector>
#include "../base/weightedobject.h"
Include dependency graph for point.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CluE::Point
 Weighted point of arbitrary dimension. More...
 

Namespaces

 CluE
 namespace for the CluE library
 

Constant Groups

 CluE
 namespace for the CluE library
 

Functions

std::ostream & CluE::operator<< (std::ostream &, Point const &)
 
Point CluE::operator* (double scalar, Point const &vec)
 
double CluE::operator* (Point const &vec1, Point const &vec2)