- 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:
@@ -74,6 +74,11 @@ int Layer::numVisibleY()
|
||||
return m_numVisibleY;
|
||||
}
|
||||
|
||||
int Layer::numContext()
|
||||
{
|
||||
return m_numContext;
|
||||
}
|
||||
|
||||
Layer* Layer::root()
|
||||
{
|
||||
Layer *pLayer = this;
|
||||
|
||||
Reference in New Issue
Block a user