// Description: An aggregate file for geometric algorithms.
#ifndef PASTELGEOMETRY_GEOMETRIC_ALGORITHMS_H
#define PASTELGEOMETRY_GEOMETRIC_ALGORITHMS_H
#include "pastel/geometry/shape_generation.h"
#include "pastel/geometry/maximum_clique_alignedbox.h"
#include "pastel/geometry/measures.h"
#include "pastel/geometry/shape_relations.h"
#include "pastel/geometry/range_searching.h"
#include "pastel/geometry/nearest_neighbors.h"
#endif