11#ifndef QUERY_RESULT_H_
12#define QUERY_RESULT_H_
16namespace coxeter_triangulation {
25template <
class Simplex_handle>
Gudhi namespace.
Definition: SimplicialComplexForAlpha.h:14
The result of a query by an oracle such as Implicit_manifold_intersection_oracle.
Definition: Query_result.h:26
bool success
True if the query simplex intersects the manifold.
Definition: Query_result.h:33
Eigen::VectorXd intersection
The potentially lower-dimensional face of the query simplex that contains the intersection point....
Definition: Query_result.h:31