get_output       1196 src/Generator.cpp     return get_output(pi.filter_outputs[0]->name());
get_output       2451 src/Generator.h     EXPORT Func get_output(const std::string &n);
get_output       2862 src/Generator.h     Func get_output(const std::string &n) const {
get_output       2863 src/Generator.h         return generator->get_output(n);
get_output       2868 src/Generator.h         return T2(get_output(n), generator);