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

Class to bale out of priority queue splitting. More...

+ Inheritance diagram for subpavings::CritStopAll:
+ Collaboration diagram for subpavings::CritStopAll:

List of all members.

Public Member Functions

bool operator() (const AdaptiveHistogram *const adh) const

Detailed Description

Class to bale out of priority queue splitting.


Member Function Documentation

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

True always

Implements subpavings::HistEvalObj.

    { return true; }

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