|
PROBI
1.0
|
#include <Point.hpp>

Public Member Functions | |
| Point (Point const &point)=default | |
| Point (int dimension) | |
| Point (Point const *point) | |
| Point (std::vector< double > const &coordinates) | |
| double & | operator[] (int index) |
| double const & | operator[] (int index) const |
| Point & | operator+= (const Point &point) |
| Point & | operator-= (const Point &point) |
| Point const | operator+ (Point const &x) const |
| Point const | operator- (Point const &x) const |
| bool | operator== (Point const &x) const |
| bool | operator!= (Point const &x) const |
|
std::vector< double > ::const_iterator | cbegin () const |
|
std::vector< double > ::const_iterator | cend () const |
| int | getDimension () const |
Point class.