[vtkusers] Storing actors into memory C++

chasank chasank at gmail.com
Sat Jan 10 20:46:40 EST 2015


A small fix on code;

for( it; it != this->actors.end(); ++it) 
{ 
   collection->AddItem((*it)->GetViewProp()); // Implement on Actor class
} 



--
View this message in context: http://vtk.1045678.n5.nabble.com/Storing-actors-into-memory-C-tp5729971p5730063.html
Sent from the VTK - Users mailing list archive at Nabble.com.


More information about the vtkusers mailing list