AMCAX Kernel 1.0.0.0
Loading...
Searching...
No Matches
ConstrainedDT2D.hpp File Reference

Implement ConstrainedDT2D algorithm. Sweep-line algorithm for constrained Delaunay triangulation. More...

#include <mesh/TriSoup.hpp>
#include <utilities/Macros.hpp>
#include <memory>
#include <set>
#include <vector>
+ Include dependency graph for ConstrainedDT2D.hpp:

Classes

class  AMCAX::Meshing::Triangulation::ConstrainedDT2D< Kernel, Traits >
 Class for generating Constrained Delaunay Triangulations. More...
 

Namespaces

namespace  AMCAX
 Namespace of all interface in the AMCAX kernel.
 
namespace  AMCAX::Meshing
 Namespace of all interface in the AMCAX Meshing module.
 

Variables

template class AMCAXMeshing_CLASS_API  AMCAX::Meshing::Triangulation::ConstrainedDT2D< Geometry::APAC, Mesh::TriSoupTraits >
 
template class AMCAXMeshing_CLASS_API  AMCAX::Meshing::Triangulation::ConstrainedDT2D< Geometry::EIAC, Mesh::TriSoupTraits >
 
template class AMCAXMeshing_CLASS_API  AMCAX::Meshing::Triangulation::ConstrainedDT2D< Geometry::APAC, Mesh::TriSoupTraits_Eigen >
 
template class AMCAXMeshing_CLASS_API  AMCAX::Meshing::Triangulation::ConstrainedDT2D< Geometry::EIAC, Mesh::TriSoupTraits_Eigen >
 
template class AMCAXMeshing_CLASS_API  AMCAX::Meshing::Triangulation::ConstrainedDT2D< Geometry::APAC, Mesh::TriSoupTraits_Coord >
 
template class AMCAXMeshing_CLASS_API  AMCAX::Meshing::Triangulation::ConstrainedDT2D< Geometry::EIAC, Mesh::TriSoupTraits_Coord >
 

Detailed Description

Implement ConstrainedDT2D algorithm. Sweep-line algorithm for constrained Delaunay triangulation.

This file is part of AMCAX kernel.