[Insight-users] (no subject)
yas ---
yas2349 at gmail.com
Mon Apr 15 15:21:29 EDT 2013
I write follow code in a thread.
void updateHaptics(void)
{
while(simulationRunning )
{
double bounds[6];
toolactor->Getbounds(bounds);
}
simulationRunning=false;
}
// exit haptics thread
simulationFinished = true;
}
beacuse of use from Getbounds function ,after running ,this is follow
error:
Error: in VTK\Filtering\vtkExcutive in line 783
vtkErrorMacro(<< method << " invoked during another request. "
"Returning failure to algorithm "
<< this->Algorithm->GetClassName() << "("
<< this->Algorithm << ").");
how to fix this problem?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/pipermail/insight-users/attachments/20130415/3ee686e2/attachment.htm>
More information about the Insight-users
mailing list