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

Class for testing the volume of the box with the smallest volume in the histogram's subpaving. More...

+ Inheritance diagram for subpavings::CritSmallestVol_LTE:
+ Collaboration diagram for subpavings::CritSmallestVol_LTE:

List of all members.

Public Member Functions

 CritSmallestVol_LTE (double t)
bool operator() (const AdaptiveHistogram *const adh) const

Detailed Description

Class for testing the volume of the box with the smallest volume in the histogram's subpaving.


Member Function Documentation

bool subpavings::CritSmallestVol_LTE::operator() ( const AdaptiveHistogram *const  adh) const [virtual]

True if the volume of the smallest leaf (by vol) is <= test.

Implements subpavings::HistEvalObj.

  {
    return ((adh->getSubPaving())->getSmallestLeafVol() <= test);
  }

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