class Itv { private : float borneinf, bornesup; public : Itv(); Itv(float,float); float lenght(); void afficher(); bool appartient(float); void modifborne(int,float); float getborne(int); bool estegal (Itv); bool estinclusstr(Itv); bool disjoint(Itv); bool accole(Itv); bool imbrique(Itv); void translat(float); };