Skip to content
Snippets Groups Projects
Commit 5c386fd7 authored by vahrenkamp's avatar vahrenkamp
Browse files

Added two methods which were not implemented but defined.

git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@434 042f3d55-54a8-47e9-b7fb-15903f145c44
parent 7a31501b
No related branches found
No related tags found
No related merge requests found
......@@ -156,6 +156,16 @@ void Grasp::setPreshape( const std::string &preshapeName )
preshape = preshapeName;
}
float Grasp::getQuality()
{
return quality;
}
std::string Grasp::getCreationMethod()
{
return creation;
}
} // namespace
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment