Public Member Functions | |
def | __init__ |
def | value |
Private Attributes | |
_default | |
_values | |
Class to allow algorithm-specific values for e.g. plot bound values
Definition at line 12 of file plotting.py.
def plotting.AlgoOpt.__init__ | ( | self, | |
default, | |||
kwargs | |||
) |
Constructor. Arguments: default -- default value Keyword arguments are treated as a dictionary where the key is a name of an algorithm, and the value is a value for that algorithm
Definition at line 14 of file plotting.py.
def plotting.AlgoOpt.value | ( | self, | |
algo | |||
) |
Get a value for an algorithm.
Definition at line 26 of file plotting.py.
References plotting.AlgoOpt._default, plotting.AlgoOpt._values, and Vispa.Views.PropertyView.DropDownProperty._values.
|
private |
Definition at line 22 of file plotting.py.
Referenced by plotting.AlgoOpt.value().
|
private |
Definition at line 23 of file plotting.py.
Referenced by plotting.AlgoOpt.value().