◆ IntervalList()
| igl::geodesic::IntervalList::IntervalList |
( |
| ) |
|
|
inline |
interval_pointer m_first
Definition exact_geodesic.cpp:1430
References m_first.
◆ ~IntervalList()
| igl::geodesic::IntervalList::~IntervalList |
( |
| ) |
|
|
inline |
◆ clear()
| void igl::geodesic::IntervalList::clear |
( |
| ) |
|
|
inline |
◆ covering_interval()
| interval_pointer igl::geodesic::IntervalList::covering_interval |
( |
double |
offset | ) |
|
|
inline |
◆ edge()
◆ find_closest_point()
1370 {
1373 interval = NULL;
1374
1377
1378 while(p)
1379 {
1381 {
1383 p->find_closest_point(x, y, o, d);
1384 if(d < distance)
1385 {
1388 interval = p;
1389 }
1390 }
1391 p = p->next();
1392 }
1393 };
void local_coordinates(Point3D *point, double &x, double &y)
Definition exact_geodesic.cpp:520
const Scalar & y
Definition MathFunctions.h:552
double const GEODESIC_INF
Definition exact_geodesic.cpp:32
TCoord< P > x(const P &p)
Definition geometry_traits.hpp:297
double distance(const P &p1, const P &p2)
Definition geometry_traits.hpp:329
void offset(Slic3r::ExPolygon &sh, coord_t distance, const PolygonTag &)
Definition geometries.hpp:132
References igl::geodesic::Interval::find_closest_point(), igl::geodesic::GEODESIC_INF, igl::geodesic::Edge::local_coordinates(), m_edge, m_first, igl::geodesic::Interval::min(), and igl::geodesic::Interval::next().
Referenced by igl::geodesic::GeodesicAlgorithmExact::best_first_interval(), and igl::geodesic::GeodesicAlgorithmExact::best_point_on_the_edge_set().
◆ first()
◆ initialize()
◆ last()
◆ number_of_intervals()
| unsigned igl::geodesic::IntervalList::number_of_intervals |
( |
| ) |
|
|
inline |
1396 {
1399 while(p)
1400 {
1402 p = p->next();
1403 }
1405 }
IGL_INLINE void count(const Eigen::SparseMatrix< XType > &X, const int dim, Eigen::SparseVector< SType > &S)
Definition count.cpp:12
References igl::count(), m_first, and igl::geodesic::Interval::next().
◆ signal()
| double igl::geodesic::IntervalList::signal |
( |
double |
x | ) |
|
|
inline |
◆ m_edge
◆ m_first
The documentation for this class was generated from the following file: