libRoadRunner C++ API
1.0.0
Main Page
Related Pages
Classes
Files
File List
All
Classes
Functions
Variables
Enumerations
Enumerator
Pages
Integrator.h
1
/*
2
* Integrator.h
3
*
4
* Created on: Sep 7, 2013
5
* Author: andy
6
*/
7
8
#ifndef INTEGRATOR_H_
9
#define INTEGRATOR_H_
10
11
namespace
rr
12
{
13
14
class
Integrator
15
{
16
public
:
17
18
virtual
unsigned
setTolerances(
double
relative,
double
absolute) = 0;
19
25
virtual
unsigned
getTolerances(
double
*relative,
double
*absolute) = 0;
26
};
27
28
}
29
30
#endif
/* INTEGRATOR_H_ */
Generated on Wed Dec 18 2013 23:07:19 for libRoadRunner C++ API by
1.8.5