Mercurial > hg > svgui
diff layer/LayerFactory.h @ 976:f2c63ec85901 alignment-simple
Branch to test simple FFT model code
author | Chris Cannam |
---|---|
date | Mon, 15 Jun 2015 09:15:55 +0100 |
parents | b12cd1c2dad5 |
children | a34a2a25907c |
line wrap: on
line diff
--- a/layer/LayerFactory.h Mon Apr 20 09:19:52 2015 +0100 +++ b/layer/LayerFactory.h Mon Jun 15 09:15:55 2015 +0100 @@ -57,6 +57,11 @@ typedef std::set<LayerType> LayerTypeSet; LayerTypeSet getValidLayerTypes(Model *model); + + /** + * Return the set of layer types that an end user should be + * allowed to create, empty, for subsequent editing. + */ LayerTypeSet getValidEmptyLayerTypes(); LayerType getLayerType(const Layer *);