A class that stores Coxeter triangulation of type \(\tilde{A}_d\). This triangulation has the greatest simplex quality out of all linear transformations of the Freudenthal-Kuhn triangulation.
More...
#include <include/gudhi/Coxeter_triangulation.h>
|
using | Simplex_handle = Permutahedral_representation< std::vector< int >, std::vector< std::vector< std::size_t > > > |
| Type of the simplices in the triangulation.
|
|
using | Vertex_handle = typename Permutahedral_representation_::Vertex |
| Type of the vertices in the triangulation.
|
|
template<class Permutahedral_representation_ = Permutahedral_representation<std::vector<int>, std::vector<std::vector<std::size_t> > >>
class Gudhi::coxeter_triangulation::Coxeter_triangulation< Permutahedral_representation_ >
A class that stores Coxeter triangulation of type \(\tilde{A}_d\). This triangulation has the greatest simplex quality out of all linear transformations of the Freudenthal-Kuhn triangulation.
- Template Parameters
-
- Examples
- cell_complex_from_basic_circle_manifold.cpp, manifold_tracing_custom_function.cpp, and manifold_tracing_flat_torus_with_boundary.cpp.
◆ Coxeter_triangulation()
template<class Permutahedral_representation_ = Permutahedral_representation<std::vector<int>, std::vector<std::vector<std::size_t> > >>
Constructor of Coxeter triangulation of a given dimension.
- Parameters
-
[in] | dimension | The dimension of the triangulation. |
The documentation for this class was generated from the following file: