Prado EFO PVA
Public Member Functions | Public Attributes | List of all members
lookup.LkupTblInterp Class Reference
Inheritance diagram for lookup.LkupTblInterp:
Inheritance graph
[legend]
Collaboration diagram for lookup.LkupTblInterp:
Collaboration graph
[legend]

Public Member Functions

def __init__ (self, name, idxVals, lkupVals)
 
def get_val (self, xVals)
 
- Public Member Functions inherited from lookup.LkupTblBase
def __subclasshook__ (cls, C)
 
def maxIdx (self)
 
def minIdx (self)
 

Public Attributes

 interpFnc
 
- Public Attributes inherited from lookup.LkupTblBase
 name
 
 idxVals
 
 lkupVals
 

Detailed Description

Definition at line 80 of file lookup.py.

Constructor & Destructor Documentation

◆ __init__()

def lookup.LkupTblInterp.__init__ (   self,
  name,
  idxVals,
  lkupVals 
)

Reimplemented from lookup.LkupTblBase.

Definition at line 81 of file lookup.py.

Member Function Documentation

◆ get_val()

def lookup.LkupTblInterp.get_val (   self,
  xVals 
)

Reimplemented from lookup.LkupTblBase.

Definition at line 88 of file lookup.py.

Member Data Documentation

◆ interpFnc

lookup.LkupTblInterp.interpFnc

Definition at line 84 of file lookup.py.


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