QUGaR 0.0.4
|
Definition and implementation of Point class. More...
Go to the source code of this file.
Namespaces | |
namespace | qugar |
QUGaR's main namespace. | |
Typedefs | |
template<int dim, typename T = real> | |
using | qugar::Point = Vector<T, dim> |
Class representing a dim -dimensional Point. | |
Functions | |
template<int dim> | |
void | qugar::find_coincident_points (const std::vector< Point< dim > > &points, const Tolerance &tol, std::vector< std::size_t > &points_map) |
Finds coincident points in a given set of points. | |
template<int dim> | |
void | qugar::make_points_unique (std::vector< Point< dim > > &points, const Tolerance &tol, std::vector< std::size_t > &old_to_new) |
Makes a given vector of points unique by merging coincident points. | |
Definition and implementation of Point class.