ant
A2 ant: class-based analysis framework
ant::ClippedInterpolatorWrapper::boundsCheck_t Struct Reference

#include <ClippedInterpolatorWrapper.h>

+ Collaboration diagram for ant::ClippedInterpolatorWrapper::boundsCheck_t:

Public Member Functions

double clip (double v) const
 
 boundsCheck_t (const ant::interval< double > r)
 

Public Attributes

ant::interval< double > range
 
unsigned underflow = 0
 
unsigned unclipped = 0
 
unsigned overflow = 0
 

Constructor & Destructor Documentation

◆ boundsCheck_t()

ant::ClippedInterpolatorWrapper::boundsCheck_t::boundsCheck_t ( const ant::interval< double >  r)
inline

Member Function Documentation

◆ clip()

double ant::ClippedInterpolatorWrapper::boundsCheck_t::clip ( double  v) const

Member Data Documentation

◆ overflow

unsigned ant::ClippedInterpolatorWrapper::boundsCheck_t::overflow = 0
mutable

◆ range

ant::interval<double> ant::ClippedInterpolatorWrapper::boundsCheck_t::range

◆ unclipped

unsigned ant::ClippedInterpolatorWrapper::boundsCheck_t::unclipped = 0
mutable

◆ underflow

unsigned ant::ClippedInterpolatorWrapper::boundsCheck_t::underflow = 0
mutable

The documentation for this struct was generated from the following files: