Пример #1
0
vector<int> StrokeGroup::Preclassification( ofstream& logFile)
{
if(nstrokes >= 1)
	{
  MainForm *sgobj = new MainForm();
  
  sgarraylist = sgobj->Annotate(strklist,logFile);
  }
return sgarraylist;

}