CGAL 4.6.2 - Kinetic Framework
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Kinetic::Simulator::Time Concept Reference

Definition

The concept Time represents time in the simulator.

Comparisons with other Kinetic::Simulator::Time objects are supported.

Has Models:

double

Kinetic::FunctionKernel::Root

See Also
Kinetic::Simulator

Public Member Functions

 Time (NT)
 Construct an instance of time from a number type, where NT is the number type used in the simulation.
 
std::ostream & operator<< (std::ostream &, Time)
 Write it to a stream.
 

Related Functions

(Note that these are not member functions.)

double to_double (Simulator::Time)
 Return a double approximation of the time value.
 
std::pair< double, double > to_interval (Simulator::Time)
 Return an interval containing the time value.