return (*dynamic_param_list().find("z_depth")->second)(t).get(Real());
}
+#ifdef THIS_CODE_IS_NOT_USED
Layer*
Layer::simple_clone()const
{
ret->set_param_list(get_param_list());
return ret;
}
+#endif /* THIS_CODE_IS_NOT_USED */
Layer::Handle
Layer::clone(const GUID& deriv_guid) const
//! Duplicates the Layer
virtual Handle clone(const GUID& deriv_guid=GUID())const;
+#ifdef THIS_CODE_IS_NOT_USED
//! Duplicates the Layer without duplicating the value nodes
virtual Layer *simple_clone()const;
+#endif /* THIS_CODE_IS_NOT_USED */
protected: