- refactored

git-svn-id: http://moon:8086/svn/software/trunk/projects/Rbm@820 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2022-01-17 15:14:55 +00:00
parent dbed14cefa
commit 370fdd7bbb
4 changed files with 12 additions and 8 deletions
+1
View File
@@ -50,6 +50,7 @@ public:
AStack(const AStack& orig);
virtual ~AStack();
StackType type();
void setName(const std::string &name);
size_t numLayers();
void addLayer(Layer *pLayer);