C# Class Fractrace.Basic.ParameterDictFilter

Filter full set of parameters.
ファイルを表示 Open project: trafassel/Gestaltlupe

Public Methods

Method Description
Apply ( ) : void

Current values are saved and filter is applied to current values.

ParameterDictFilter ( ) : System.Collections.Generic
Restore ( ) : void

All saved values are restored.

Protected Methods

Method Description
Filter ( ) : void

Apply filter to current values.

Method Details

Apply() public method

Current values are saved and filter is applied to current values.
public Apply ( ) : void
return void

Filter() protected method

Apply filter to current values.
protected Filter ( ) : void
return void

ParameterDictFilter() public method

public ParameterDictFilter ( ) : System.Collections.Generic
return System.Collections.Generic

Restore() public method

All saved values are restored.
public Restore ( ) : void
return void