![]() |
helics
2.8.1
|
#include <Filter.hpp>
Inheritance diagram for helicscpp::Filter:Public Member Functions | |
| Filter (helics_filter hfilt) HELICS_NOTHROW | |
| Filter () HELICS_NOTHROW | |
| Filter (const Filter &filter) | |
| Filter & | operator= (const Filter &filter) |
| operator helics_filter () const | |
| helics_filter | baseObject () const |
| bool | isValid () const |
| const char * | getName () const |
| void | set (const std::string &property, double val) |
| void | setString (const std::string &property, const std::string &val) |
| void | addDestinationTarget (const std::string &dest) |
| void | addSourceTarget (const std::string &source) |
| void | removeTarget (const std::string &dest) |
| const char * | getInfo () const |
| void | setInfo (const std::string &info) |
Protected Attributes | |
| helics_filter | filt |
| the reference to the underlying publication | |
object managing a filter in the C++98 interface
|
inlineexplicit |
construct from C level helics_filter object
|
inline |
default constructor
|
inline |
copy constructor
|
inline |
add a destination target to a cloning filter
all messages going to a destination are copied to the delivery address(es)
References filt, and helicsFilterAddDestinationTarget().
|
inline |
add a source target to a cloning filter
all messages coming from a source are copied to the delivery address(es)
References filt, and helicsFilterAddSourceTarget().
|
inline |
get the underlying helics_filter object
References filt.
|
inline |
get the interface information field of the filter
References filt, and helicsFilterGetInfo().
|
inline |
get the name for the filter
References filt, and helicsFilterGetName().
|
inline |
check if the filter is valid
References filt, helics_true, and helicsFilterIsValid().
|
inline |
cast operator to get the underlying object
References filt.
|
inline |
remove a destination target from a cloning filter
References filt, and helicsFilterRemoveTarget().
|
inline |
set a property on a filter
| property | the name of the property of the filter to change |
| val | the numerical value of the property |
References filt, and helicsFilterSet().
|
inline |
set the interface information field of the filter
References filt, and helicsFilterSetInfo().
|
inline |
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 |
References filt, and helicsFilterSetString().
1.8.17