12#ifndef __CODAC_DYNAMICALITEM_H__
13#define __CODAC_DYNAMICALITEM_H__
39 virtual int size()
const = 0;
46 virtual const Interval
tdomain()
const = 0;
Abstract class for common properties of Tube, TubeVector, Slice, Trajectory, TrajectoryVector objects...
Definition codac_DynamicalItem.h:26
static bool valid_tdomain(const Interval &tdomain)
Verifies that this interval is a feasible tdomain.
virtual const IntervalVector codomain_box() const =0
Returns the box of the feasible values along .
virtual const std::string class_name() const =0
Returns the name of this class.
virtual ~DynamicalItem()
DynamicalItem destructor.
virtual int size() const =0
Returns the dimension of the object.
virtual const Interval tdomain() const =0
Returns the temporal definition domain of this object.
FixPoint of a separator The fixpoint of a separator is computed by calling the "::"separate function ...
Definition codac_capd_helpers.h:9