HyperHDG
Functions
epsilon_neighborhood_graph.hxx File Reference
#include <HyperHDG/hy_assert.hxx>
#include <algorithm>
#include <deque>
#include <fstream>
#include <sstream>
#include <string>
Include dependency graph for epsilon_neighborhood_graph.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<unsigned int dim, template< typename... > typename vectorT = std::vector, typename pointT = Point<dim, float>, typename index_t = decltype(std::declval<vectorT>().size())>
void make_epsilon_neighborhood_graph (std::string &filename)
 Construct epsilon neighborhood graph from a file that contains only points. More...
 

Function Documentation

◆ make_epsilon_neighborhood_graph()

template<unsigned int dim, template< typename... > typename vectorT = std::vector, typename pointT = Point<dim, float>, typename index_t = decltype(std::declval<vectorT>().size())>
void make_epsilon_neighborhood_graph ( std::string &  filename)

Construct epsilon neighborhood graph from a file that contains only points.


This function takes a filename that belongs to a .pts file containing only points and writes the corresponding epsilon neighborhood graph (if it is a valid one) to filename.geo.

Parameters
filenameName of the file containing the points.
Return values
filename.geoFile containing the respective epsilon neighborhood graph.
Here is the call graph for this function: