izzi
SVG SUBSET C++ API
Loading...
Searching...
No Matches
izzi-points-cluster.h File Reference
#include <vector>
#include <cmath>
#include <unordered_map>
#include <queue>
#include <algorithm>
#include <random>
#include <ranges>
#include <concepts>
#include <limits>
#include <memory>
#include <iostream>
#include <numeric>
+ Include dependency graph for izzi-points-cluster.h:

Go to the source code of this file.

Classes

struct  voronoi_cell
 Voronoi diagram related structures. More...
 
class  point_cluster
 Cluster of points. Reduce a set of points via a given cluster algorithm. More...
 

Functions

vwpoints clusterPoints (const vpoints &points, double radius, const std::string &method)
 
void printClusters (const vwpoints &clusters)
 

Function Documentation

◆ clusterPoints()

vwpoints clusterPoints ( const vpoints & points,
double radius,
const std::string & method )

Definition at line 424 of file izzi-points-cluster.h.

+ Here is the call graph for this function:

◆ printClusters()

void printClusters ( const vwpoints & clusters)

Definition at line 444 of file izzi-points-cluster.h.