iteractor work

This commit is contained in:
Anatoly Baksheev
2014-02-16 21:27:25 +04:00
parent fb7e74c511
commit fde0185a77
5 changed files with 7 additions and 12 deletions

View File

@@ -148,7 +148,7 @@
renWin->SetRootWindow(NULL);
}
}
}
}
@end
@@ -209,4 +209,3 @@ vtkSmartPointer<vtkRenderWindowInteractor> cv::viz::vtkCocoaRenderWindowInteract
{
return vtkSmartPointer<vtkCocoaRenderWindowInteractorFix>::New();
}

View File

@@ -1074,4 +1074,3 @@ void cv::viz::vtkVizInteractorStyle::PrintSelf(ostream& os, vtkIndent indent)
os << indent << "AngleStepSize: " << AngleStepSize << "\n";
os << indent << "MotionUserScale: "<< MotionUserScale << "\n";
}