CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RKCartesianDerivative.h
Go to the documentation of this file.
1 #ifndef RKCartesianDerivative_H
2 #define RKCartesianDerivative_H
3 
4 class CartesianState;
5 
7 public:
8 
9  virtual ~RKCartesianDerivative() {}
10 
11  virtual CartesianState operator()( double step, const CartesianState& start) const = 0;
12 
13 };
14 
15 #endif
list step
Definition: launcher.py:15
#define dso_internal
Definition: Visibility.h:13