bpp-phyl3  3.0.0
Parametrizable.cpp File Reference
+ Include dependency graph for Parametrizable.cpp:

Go to the source code of this file.

Namespaces

 bpp
 Defines the basic types of data flow nodes.
 

Functions

std::unordered_map< std::string, std::shared_ptr< ConfiguredParameter > > bpp::createParameterMap (Context &c, const ParameterAliasable &parametrizable)
 
std::unordered_map< std::string, std::shared_ptr< ConfiguredParameter > > bpp::createParameterMap (Context &c, const Parametrizable &parametrizable)
 
NodeRefVec bpp::createDependencyVector (const Parametrizable &parametrizable, const std::function< NodeRef(const std::string &)> &parameter)
 
NodeRefVec bpp::createDependencyVector (const ParameterAliasable &parametrizable, const std::function< NodeRef(const std::string &)> &parameter)