class documentation

class DynamicRegionInterpolator:

Constructor: DynamicRegionInterpolator(index_region_list)

View In Hierarchy

Class that takes a list of index,region-parameter pairs and interpolates a region between the defined indices.

Method __init__ Undocumented
Method interp Undocumented
Instance Variable attr_vary_names Undocumented
Instance Variable attrs Undocumented
Instance Variable indices Undocumented
Instance Variable region_class Undocumented
Instance Variable region_example Undocumented
def __init__(self, index_region_list: list[tuple[int, regions.Region]]):

Undocumented

def interp(self, index):

Undocumented

attr_vary_names: list =

Undocumented

attrs: dict =

Undocumented

indices =

Undocumented

region_class =

Undocumented

region_example =

Undocumented