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

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

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

Go to the source code of this file.

Classes

class  EBGeometry::DCEL::VertexT< T, Meta >
 Vertex 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 vertex class for use in DCEL descriptions of polygon tessellations.

Author
Robert Marskar