#include <LinearConversion.h>
Public Member Functions | |
int | convert (int item) const |
int | inverse (int item) const |
LinearConversion (int offset=0, int slope=1) | |
int | offset () const |
int | slope () const |
Private Attributes | |
int | theOffset |
int | theSlope |
Definition at line 6 of file LinearConversion.h.
|
inline |
Definition at line 8 of file LinearConversion.h.
|
inline |
Definition at line 9 of file LinearConversion.h.
References B2GTnPMonitor_cfi::item, theOffset, and theSlope.
Referenced by sipixelobjects::PixelROC::toGlobal().
|
inline |
Definition at line 10 of file LinearConversion.h.
References B2GTnPMonitor_cfi::item, theOffset, and theSlope.
Referenced by sipixelobjects::PixelROC::toLocal().
|
inline |
|
inline |
|
private |
Definition at line 15 of file LinearConversion.h.
|
private |
Definition at line 15 of file LinearConversion.h.