#include <array>
#include <bitset>
#include <cstdint>
#include <initializer_list>
#include <map>
#include <set>
#include <Eigen/Dense>
Go to the source code of this file.
|
enum | edelsbrunner96::simplex::MarkedBits {
edelsbrunner96::simplex::ISC_OPENED,
edelsbrunner96::simplex::ISC_MEMBER,
edelsbrunner96::simplex::BFS_QUEUED,
edelsbrunner96::simplex::RETIRED,
edelsbrunner96::simplex::FEATURE_WALK,
edelsbrunner96::simplex::LINE_WALK,
edelsbrunner96::simplex::VISIBLE_HULL_WALK,
edelsbrunner96::simplex::VISIBLE_HULL,
edelsbrunner96::simplex::FUZZY_WALK,
edelsbrunner96::simplex::REMOVED_FOR_INSERT,
edelsbrunner96::simplex::NUM_BITS
} |
| enum defining bits for various markings of a simplex More...
|
|
|
template<class Traits , class Derived , class Iterator > |
void | edelsbrunner96::BarycentricProjection (typename Traits::Storage &storage, const typename Traits::Point &x, Iterator begin, Iterator end, Eigen::MatrixBase< Derived > *L, typename Traits::Point *x_proj) |
| Given a query point, x and a set of vertex points, V, return the point y in hull(V) which is closest to x_q . More...
|
|
template<class Traits , class OutputIterator > |
Traits::Scalar | edelsbrunner96::SimplexDistance (typename Traits::Storage &storage, const typename Traits::Point &x, const typename Traits::SimplexRef s_ref, typename Traits::Point *x_proj, OutputIterator V_out) |
| Given a set of <= NDim+1 vertices, compute the distance of the query point to the convex hull of the vertex set. More...
|
|
- Date
- Oct 25, 2012
- Author
- Josh Bialkowski (jbial.nosp@m.k@mi.nosp@m.t.edu)
Definition in file simplex.h.