Public Member Functions | Protected Attributes

ExprCalculator Class Reference

Inheritance diagram for ExprCalculator:
Inheritance graph
[legend]

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 VMDatavm () const

Protected Attributes

const FtkF_
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:

Generated on Mon Jul 18 2011 17:25:27 for Fityk by Doxygen 1.7.1