1 #ifndef IDENTITYPIECE_H_
2 #define IDENTITYPIECE_H_
31 IdentityPiece(std::map<unsigned int, std::string>
const& types);
38 IdentityPiece(std::map<unsigned int, std::string>
const& types,
unsigned int const num);
A muq::Modeling::WorkPiece that returns its inputs (identity operator)
virtual void EvaluateImpl(muq::Modeling::ref_vector< boost::any > const &inputs) override
IdentityPiece()
Create a muq::Modeling::IdentityPiece with no fixed number of inputs and outputs and variable input/o...
Base class for MUQ's modelling envronment.
std::vector< std::reference_wrapper< const T > > ref_vector
A vector of references to something ...