#include <boost/math/constants/constants.hpp>
#include <boost/spirit/include/qi.hpp>
#include <boost/spirit/include/phoenix.hpp>
#include <boost/version.hpp>
#include "mitkFormulaParser.h"
#include "mitkFresnel.h"
Go to the source code of this file.
|
| typedef std::string::const_iterator | Iter |
| |
| typedef ascii::space_type | Skipper |
| |
|
| template<typename T > |
| T | mitk::deg2rad (const T deg) |
| | Transforms the given number from degrees to radians and returns it. More...
|
| |
| template<typename T > |
| T | mitk::cosd (const T t) |
| | Returns the cosine of the given degree scalar. More...
|
| |
| template<typename T > |
| T | mitk::sind (const T t) |
| | Returns the sine of the given degree scalar. More...
|
| |
| template<typename T > |
| T | mitk::tand (const T t) |
| | Returns the tangent of the given degree scalar. More...
|
| |
| template<typename T > |
| T | mitk::fresnelS (const T t) |
| | Returns the fresnel integral sine at the given x-coordinate. More...
|
| |
| template<typename T > |
| T | mitk::fresnelC (const T t) |
| | Returns the fresnel integral cosine at the given x-coordinate. More...
|
| |
◆ Iter
| typedef std::string::const_iterator Iter |
◆ Skipper