16#ifndef Loi_horaire_included
17#define Loi_horaire_included
19#include <TRUSTTabs_forward.h>
20#include <Champ_Fonc_t.h>
32 ArrOfDouble
position(
const double t,
const double t0,
const ArrOfDouble& position_a_t0);
33 ArrOfDouble
vitesse(
const double t,
const ArrOfDouble& position_a_t);
44 void verifier_derivee(
const double t);
51 int verification_derivee_=1;
Classe Champ_Fonc_t Derived class of Champ_Uniforme_inst that represents.
ArrOfDouble vitesse(const double t, const ArrOfDouble &position_a_t)
const Nom & le_nom() const override
Returns the name of the Objet_U. Virtual method to override: returns "neant" in this implementation.
void nommer(const Nom &un_nom) override
Assigns a name to the Objet_U. Virtual method to override.
void imprimer(const Schema_Temps_base &, const ArrOfDouble &)
ArrOfDouble position(const double t, const double t0, const ArrOfDouble &position_a_t0)
class Nom: a character string for naming TRUST objects.
Objet_U()
Default constructor: assigns a unique identifier to the object (object_id_) and registers the object ...