![]() |
helics
3.6.1
|
#include <FilterOperations.hpp>
Inheritance diagram for helics::RerouteFilterOperation:Public Member Functions | |
| virtual void | set (std::string_view property, double val) override |
| virtual void | setString (std::string_view property, std::string_view val) override |
| virtual double | getProperty (std::string_view property) override |
| virtual std::string | getString (std::string_view property) override |
| virtual std::shared_ptr< FilterOperator > | getOperator () override |
Public Member Functions inherited from helics::FilterOperations | |
| FilterOperations (const FilterOperations &fo)=delete | |
| FilterOperations (FilterOperations &&fo)=delete | |
| FilterOperations & | operator= (const FilterOperations &fo)=delete |
| FilterOperations & | operator= (FilterOperations &&fo)=delete |
filter for rerouting a packet to a particular endpoint
|
overridevirtual |
retrieve the filter operator
Implements helics::FilterOperations.
|
overridevirtual |
get a property from a filter
| property | the name of the property of the filter to get |
Reimplemented from helics::FilterOperations.
References helics::FilterOperations::getProperty().
|
overridevirtual |
get a string property on a filter
| property | the name of the property of the filter to get |
Reimplemented from helics::FilterOperations.
References helics::FilterOperations::getString().
|
overridevirtual |
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 from helics::FilterOperations.
|
overridevirtual |
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 from helics::FilterOperations.