EBGeometry
Compact, header-only C++ library for fast evaluation of signed distance functions
Loading...
Searching...
No Matches
Classes | Namespaces
EBGeometry_DCEL_Face.hpp File Reference

Declaration of a polygon face class for use in DCEL descriptions of polygon tessellations. More...

#include <cstddef>
#include <memory>
#include <type_traits>
#include <vector>
#include "EBGeometry_DCEL.hpp"
#include "EBGeometry_DCEL_Edge.hpp"
#include "EBGeometry_DCEL_Vertex.hpp"
#include "EBGeometry_Polygon2D.hpp"
#include "EBGeometry_Vec.hpp"
#include "EBGeometry_DCEL_FaceImplem.hpp"
Include dependency graph for EBGeometry_DCEL_Face.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  EBGeometry::DCEL::FaceT< T, Meta >
 Face class for navigating a DCEL mesh. More...
 

Namespaces

namespace  EBGeometry
 Namespace containing all of EBGeometry's functionality.
 
namespace  EBGeometry::DCEL
 Namespace containing various double-connected edge list (DCEL) functionality.
 

Detailed Description

Declaration of a polygon face class for use in DCEL descriptions of polygon tessellations.

Author
Robert Marskar