MRS  1.0
A C++ Class Library for Statistical Set Processing
subpavings::FEICritIntervalBand_LTE Class Reference

Class for testing the interval band on the estimator. More...

+ Inheritance diagram for subpavings::FEICritIntervalBand_LTE:
+ Collaboration diagram for subpavings::FEICritIntervalBand_LTE:

List of all members.

Public Member Functions

 FEICritIntervalBand_LTE (cxsc::real t)
bool operator() (const FunctionEstimatorInterval &fei) const

Detailed Description

Class for testing the interval band on the estimator.


Member Function Documentation

bool FEICritIntervalBand_LTE::operator() ( const FunctionEstimatorInterval fei) const [virtual]

True if the band is <= test.

Implements subpavings::FEIEvalObj.

{
  return (fei.getTotalAreaOfIntervalBand() <= test);
}

The documentation for this class was generated from the following files:
 All Classes Namespaces Functions Variables Typedefs Enumerations Friends