[vtkusers] VTk and STL-Containers from C++
ClaudeG
claude.gangolf at gmail.com
Thu Jul 2 08:45:09 EDT 2009
ok, i don't read the previous code here again but you have this code than in
the main function i have:
main()
{
//i call the file where all the properties are stored
//i create a renderer a rendererwindow and a rendererwindowinteractor
setup(ren1, file);
renWin->Render();
manipulate(ren1, file);
renWin->Render();
}
I do something like this, but in the rendererWindow only the cylinder in
default setup is shown and it isn't manipulated
--
View this message in context: http://www.nabble.com/VTk-and-STL-Containers-from-C%2B%2B-tp24305314p24306058.html
Sent from the VTK - Users mailing list archive at Nabble.com.
More information about the vtkusers
mailing list