#include <triangulation.hpp>
Public Member Functions | |
template<typename Q> | |
void | preamble (const Q &q) const |
template<typename Row, typename Q> | |
void | select_vertex (const Row &row, const Q &q) const |
template<typename Row, typename Vs, typename Q> | |
void | select_vertex (const Row &row, const Vs &newvertices, const Q &q) const |
template<typename Row, typename Vs, typename Q> | |
void | finish_vertex (const Row &row, const Vs &vertices, const Q &q) const |
template<typename Col, typename Vs, typename Q> | |
void | select_col (const Col &col, const Vs &vertices, const Q &q) const |
template<typename Col, typename Vs, typename Q> | |
void | select_side (const Col &col, const Vs &newvertices, const Q &q) const |
template<typename Sm, typename Vs, typename Q, typename Tr> | |
void | new_simplex (const Sm &simplex, const Vs &vertices, const Q &q, const Tr &tr) const |
template<typename Q, typename Tr> | |
void | conclusion (const Q &q, const Tr &tr) const |
Classes | |
class | abort |
Definition at line 34 of file triangulation.hpp.
void Arageli::ctrl::triangulate_simple_1_idler::conclusion | ( | const Q & | q, | |
const Tr & | tr | |||
) | const [inline] |
Definition at line 68 of file triangulation.hpp.
void Arageli::ctrl::triangulate_simple_1_idler::finish_vertex | ( | const Row & | row, | |
const Vs & | vertices, | |||
const Q & | q | |||
) | const [inline] |
Definition at line 50 of file triangulation.hpp.
void Arageli::ctrl::triangulate_simple_1_idler::new_simplex | ( | const Sm & | simplex, | |
const Vs & | vertices, | |||
const Q & | q, | |||
const Tr & | tr | |||
) | const [inline] |
Definition at line 62 of file triangulation.hpp.
void Arageli::ctrl::triangulate_simple_1_idler::preamble | ( | const Q & | q | ) | const [inline] |
Definition at line 39 of file triangulation.hpp.
void Arageli::ctrl::triangulate_simple_1_idler::select_col | ( | const Col & | col, | |
const Vs & | vertices, | |||
const Q & | q | |||
) | const [inline] |
Definition at line 54 of file triangulation.hpp.
void Arageli::ctrl::triangulate_simple_1_idler::select_side | ( | const Col & | col, | |
const Vs & | newvertices, | |||
const Q & | q | |||
) | const [inline] |
Definition at line 58 of file triangulation.hpp.
void Arageli::ctrl::triangulate_simple_1_idler::select_vertex | ( | const Row & | row, | |
const Vs & | newvertices, | |||
const Q & | q | |||
) | const [inline] |
Definition at line 46 of file triangulation.hpp.
void Arageli::ctrl::triangulate_simple_1_idler::select_vertex | ( | const Row & | row, | |
const Q & | q | |||
) | const [inline] |
Definition at line 42 of file triangulation.hpp.