List of all members.
Public Member Functions |
|
| ExprCalculator (const Ftk *F) |
|
realt | calculate (int n, const std::vector< Point > &points) const |
| | calculate value of expression that may depend on dataset
|
|
realt | calculate () const |
| | calculate value of expression that does not depend on dataset
|
| realt | calculate_custom (const std::vector< realt > &custom_val) const |
|
void | transform_data (std::vector< Point > &points) |
| | transform data (X=..., Y=..., S=..., A=...)
|
|
const VMData & | vm () const |
Protected Attributes |
|
const Ftk * | F_ |
|
VMData | vm_ |
Detailed Description
Definition at line 142 of file vm.h.
Member Function Documentation
| realt ExprCalculator::calculate_custom |
( |
const std::vector< realt > & |
custom_val |
) |
const |
calculate value of expression that was parsed with custom_vars set, the values in custom_val should correspond to names in custom_vars
Definition at line 687 of file vm.cpp.
The documentation for this class was generated from the following files:
- /home/wojdyr/fityk/src/vm.h
- /home/wojdyr/fityk/src/vm.cpp