- refactored and cleaned up

git-svn-id: http://moon:8086/svn/software/trunk/projects/RBM@290 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2016-06-15 20:32:28 +00:00
parent 3d56e4a163
commit 2de8e9ac48
7 changed files with 277 additions and 277 deletions
-6
View File
@@ -228,12 +228,6 @@ RowVectorXd& DrawComponent::getData ()
return m_data;
}
void DrawComponent::setData (const RowVectorXd& data)
{
m_data = data;
DrawData();
}
void DrawComponent::DrawData ()
{