Skip to content
Snippets Groups Projects
Commit 4918344f authored by Carl Klemm's avatar Carl Klemm
Browse files

Model: implement getModelStr

parent b03841c7
Branches
Tags
No related merge requests found
......@@ -374,3 +374,8 @@ size_t Model::getFlatParametersCount()
count += componant->paramCount();
return count;
}
std::string Model::getModelStr()
{
return _modelStr;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment