comparison 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
comparison
equal deleted inserted replaced
946:36cddc3de023 976:f2c63ec85901
55 55
56 virtual ~LayerFactory(); 56 virtual ~LayerFactory();
57 57
58 typedef std::set<LayerType> LayerTypeSet; 58 typedef std::set<LayerType> LayerTypeSet;
59 LayerTypeSet getValidLayerTypes(Model *model); 59 LayerTypeSet getValidLayerTypes(Model *model);
60
61 /**
62 * Return the set of layer types that an end user should be
63 * allowed to create, empty, for subsequent editing.
64 */
60 LayerTypeSet getValidEmptyLayerTypes(); 65 LayerTypeSet getValidEmptyLayerTypes();
61 66
62 LayerType getLayerType(const Layer *); 67 LayerType getLayerType(const Layer *);
63 68
64 Layer *createLayer(LayerType type); 69 Layer *createLayer(LayerType type);