#include <stdlib.h>
#include <string>
#include <list>
#include <sstream>
#include <iostream>
#include <exception>
#include <math.h>
#include "QCAD_StringFormulaEvaluator.hpp"
#include "PHAL_AlbanyTraits.hpp"
Go to the source code of this file.
Classes |
class | EvaluateException |
Functions |
template<typename coordType > |
coordType | toDbl (std::string s, coordType x, coordType y, coordType z) |
template<typename coordType > |
std::string | toStr (coordType d) |
void | printList (std::list< std::string > l) |
template<typename coordType > |
coordType | Evaluate (std::string strExpression, coordType x, coordType y, coordType z) |
template double | Evaluate< double > (std::string, double, double, double) |
template FadType | Evaluate< FadType > (std::string, FadType, FadType, FadType) |
Function Documentation
template<typename coordType >
coordType toDbl |
( |
std::string |
s, |
|
|
coordType |
x, |
|
|
coordType |
y, |
|
|
coordType |
z | |
|
) |
| | |
template<typename coordType >
std::string toStr |
( |
coordType |
d |
) |
|
void printList |
( |
std::list< std::string > |
l |
) |
|
template<typename coordType >
coordType Evaluate |
( |
std::string |
strExpression, |
|
|
coordType |
x, |
|
|
coordType |
y, |
|
|
coordType |
z | |
|
) |
| | |
template double Evaluate< double > |
( |
std::string |
, |
|
|
double |
, |
|
|
double |
, |
|
|
double |
| |
|
) |
| | |