[vtkusers] vtkinteractor (point picker) in Qt

mbcx9rb9 richard.j.brown at live.co.uk
Thu Jan 1 11:00:11 EST 2015


In case someone has the problem in the future, the problem was solved by
including empty PrintSelf, PrintTrailer and PrintHeader functions:

void PrintSelf(ostream & os, vtkIndent indent){}
void PrintHeader(ostream & os, vtkIndent indent){}
void PrintTrailer(ostream & os, vtkIndent indent){}



--
View this message in context: http://vtk.1045678.n5.nabble.com/vtkinteractor-point-picker-in-Qt-tp5729959p5729969.html
Sent from the VTK - Users mailing list archive at Nabble.com.


More information about the vtkusers mailing list