codac 1.5.7
Loading...
Searching...
No Matches
codac_TubePaving.h
Go to the documentation of this file.
1
11
12#ifndef __CODAC_TUBEPAVING_H__
13#define __CODAC_TUBEPAVING_H__
14
15#include "codac_Paving.h"
16#include "codac_TubeVector.h"
17
18namespace codac
19{
26 class TubePaving : public Paving
27 {
28 public:
29
32
38 TubePaving(const ibex::IntervalVector& init_box);
39
46 void compute(float precision, const TubeVector& x);
47
56 void compute(float precision, const Tube& x);
57
59 };
60}
61
62#endif
Paving(const IntervalVector &box, SetValue value=SetValue::UNKNOWN)
Creates a paving.
One dimensional tube , defined as an interval of scalar trajectories.
Definition codac_Tube.h:48
void compute(float precision, const Tube &x)
Computes the 2d paving from the 1d tube .
void compute(float precision, const TubeVector &x)
Computes the paving from the tube .
TubePaving(const ibex::IntervalVector &init_box)
Initializes a tube paving.
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