Anaphe Home Page Reference Documentation

Main Page     Namespaces     Classes     Source Code    

HTLlimits Class Reference

#include <HTLlimits.h>

List of all members.


Detailed Description

It will be replaced by the C++ standard class numeric_limits<>, whenever it will available...

Definition at line 45 of file HTLlimits.h.

Static Public Methods

bool isFinite (double x)
 Returns true if x is a finite number, i.e not an infinity or a NaN.

void classify (double x)
 Classify the number if it is not finite.


Member Function Documentation

void HTLlimits::classify double    x [inline, static]
 

Definition at line 52 of file HTLlimits.h.

References HTL_ERR, HTL_NAN, and isFinite().

Referenced by P_Histo3DVar::fill(), P_Histo3D::fill(), P_ProfileHisto2DVar::fill(), P_ProfileHisto2D::fill(), P_Histo2DVar::fill(), P_Histo2DF::fill(), P_Histo2D::fill(), P_ProfileHisto1DVar::fill(), P_ProfileHisto1D::fill(), P_Histo1DVar::fill(), and P_Histo1D::fill().

bool HTLlimits::isFinite double    x [inline, static]
 

Definition at line 48 of file HTLlimits.h.

References HTL_FINITE.

Referenced by classify(), P_Histo3DVar::fill(), P_Histo3D::fill(), P_ProfileHisto2DVar::fill(), P_ProfileHisto2D::fill(), P_Histo2DVar::fill(), P_Histo2DF::fill(), P_Histo2D::fill(), P_Histo1DVar_FTS::fill(), P_Histo1D_FTS::fill(), P_ProfileHisto1DVar::fill(), P_ProfileHisto1D::fill(), P_Histo1DVar::fill(), and P_Histo1D::fill().


The documentation for this class was generated from the following file:

Anaphe documentation generated by Doxygen (www.doxygen.org)