- numcontext is property of Layer

git-svn-id: http://moon:8086/svn/software/trunk/projects/Rbm@844 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2022-01-19 16:05:23 +00:00
parent 2f3c10095a
commit 6a05a88d15
7 changed files with 60 additions and 80 deletions
+5
View File
@@ -74,6 +74,11 @@ int Layer::numVisibleY()
return m_numVisibleY;
}
int Layer::numContext()
{
return m_numContext;
}
Layer* Layer::root()
{
Layer *pLayer = this;