12#ifndef __CODAC_TPLANE_H__
13#define __CODAC_TPLANE_H__
190 void compute_proofs(
const std::function<IntervalVector(
const IntervalVector&)>& f);
212 TPlane *m_first_subtplane, *m_second_subtplane;
214 static bool m_verbose;
Multi-dimensional paving as representation of a set.
Definition codac_Paving.h:30
Temporal representation of loops.
Definition codac_TPlane.h:44
std::vector< ConnectedSubset > m_v_detected_loops
set of loops detections
Definition codac_TPlane.h:209
void compute_proofs(const std::function< IntervalVector(const IntervalVector &)> &f)
Tries to prove the existence of loops in each detection set.
std::vector< ConnectedSubset > m_v_proven_loops
set of loops proofs
Definition codac_TPlane.h:210
float m_precision
precision of the SIVIA algorithm, used later on in traj_loops_summary()
Definition codac_TPlane.h:208
const std::vector< ConnectedSubset > & proven_loops_subsets() const
Returns the set of proven loops.
const std::vector< ConnectedSubset > & detected_loops_subsets() const
Returns the set of detected loops.
int nb_loops_detections() const
Returns the number of loop detections.
TPlane(const Interval &tdomain)
Creates a 2d temporal space .
static void verbose(bool verbose=true)
Enables verbose mode for displaying information related to loops computations.
Trajectory traj_loops_summary() const
Returns a temporal function of value 0 in case of no-detection, 1 in case of loop detection and 2 in ...
int nb_loops_proofs() const
Returns the number of proven loops.
const std::vector< IntervalVector > proven_loops() const
Returns the set of boxed proven loops.
void compute_proofs(const TubeVector &p)
Tries to prove the existence of loops in each detection set.
void compute_detections(float precision, const TubeVector &p, const TubeVector &v)
Computes this tplane as a subpaving, from the tube of positions and the tube of velocities .
~TPlane()
TPlane destructor.
void compute_detections(float precision, const TubeVector &p)
Computes this tplane as a subpaving, from the tube of positions only.
void compute_loops(float precision, const TubeVector &p, const TubeVector &v)
Computes the loops (detections and proofs) as a subpaving, from the tube of positions and the tube o...
const std::vector< IntervalVector > detected_loops() const
Returns the set of boxed detected loops.
void compute_detections(float precision, const TubeVector &p, const TubeVector &v, bool with_derivative, bool extract_subsets)
Recursive computation of the tplane, from the tube of positions and the tube of velocities .
void compute_proofs(const TubeVector &p, const TubeVector &v)
Tries to prove the existence of loops in each detection set.
One dimensional trajectory , defined as a temporal map of values.
Definition codac_Trajectory.h:35
n-dimensional tube , defined as an interval of n-dimensional trajectories
Definition codac_TubeVector.h:39
FixPoint of a separator The fixpoint of a separator is computed by calling the "::"separate function ...
Definition codac_capd_helpers.h:9