![]() |
helics
2.8.1
|
#include <FilterOperations.hpp>
Inheritance diagram for helics::FilterOperations:Public Member Functions | |
| FilterOperations (const FilterOperations &fo)=delete | |
| FilterOperations (FilterOperations &&fo)=delete | |
| FilterOperations & | operator= (const FilterOperations &fo)=delete |
| FilterOperations & | operator= (FilterOperations &&fo)=delete |
| virtual void | set (const std::string &property, double val) |
| virtual void | setString (const std::string &property, const std::string &val) |
| virtual std::shared_ptr< FilterOperator > | getOperator ()=0 |
class for managing filter operations
|
virtual |
set a property on a filter
| property | the name of the property of the filter to change |
| val | the numerical value of the property |
Reimplemented in helics::CloneFilterOperation, helics::FirewallFilterOperation, helics::RerouteFilterOperation, helics::RandomDropFilterOperation, helics::RandomDelayFilterOperation, and helics::DelayFilterOperation.
|
virtual |
set a string property on a filter
| property | the name of the property of the filter to change |
| val | the numerical value of the property |
Reimplemented in helics::CloneFilterOperation, helics::FirewallFilterOperation, helics::RerouteFilterOperation, helics::RandomDropFilterOperation, helics::RandomDelayFilterOperation, and helics::DelayFilterOperation.
1.8.17