11#ifndef EBGEOMETRY_SOUP_HPP
12#define EBGEOMETRY_SOUP_HPP
42 const std::vector<std::vector<size_t>>&
a_facets)
noexcept;
67template <
typename T,
typename Meta>
71 const std::vector<std::vector<size_t>>&
a_facets,
72 const std::string&
a_id)
noexcept;
83template <
typename T,
typename Meta>
91#include "EBGeometry_SoupImplem.hpp"
Declaration of 2D and 3D point/vector classes with templated precision. Used with DCEL tools.
Half-edge class for navigating a DCEL mesh.
Definition EBGeometry_DCEL_Edge.hpp:51
DCEL mesh class - stores a doubly-connected edge mesh.
Definition EBGeometry_DCEL_Mesh.hpp:50
Three-dimensional vector class with arithmetic operators.
Definition EBGeometry_Vec.hpp:225
Namespace containing all of EBGeometry's functionality.
Definition EBGeometry_AnalyticDistanceFunctions.hpp:31