[vtkusers] graphLayoutView missing functions?

planar3d planar3d at gmail.com
Mon Dec 26 17:38:55 EST 2011


I am using VTK 5.4 on a Debian Squeeze box and I am trying to compile this
example:

http://www.vtk.org/Wiki/VTK/Examples/Cxx/InfoVis/GraphPoints

It's failing on these 3 lines:

  graphLayoutView->ResetCamera();
  graphLayoutView->Render();
  graphLayoutView->GetInteractor()->Start();

Eclipse is telling me that graphLayoutView does not have member functions
ResetCamera, Render, or GetInteractor. This all seems to be related to
displaying the graph. Everything else compiles when I remove those 3 lines.
I am using VTK 5.4 but I don't know if the example code is out dates or if I
have to update to vtk 5.8 or if something else is the problem.

--
View this message in context: http://vtk.1045678.n5.nabble.com/graphLayoutView-missing-functions-tp5102152p5102152.html
Sent from the VTK - Users mailing list archive at Nabble.com.



More information about the vtkusers mailing list