[vtkusers] upgraded to version 4.4

Louis Desjardins lost_bits1110 at hotmail.com
Thu Jun 24 10:20:13 EDT 2004


btw.. I forgot to mention that I'm using FLTK as well

so I use vtkRenderWindow and vtkFLTKRenderWindowInteractor for 
displaying....


>From: "Louis Desjardins" <lost_bits1110 at hotmail.com>
>To: vtkusers at vtk.org
>Subject: [vtkusers] upgraded to version 4.4
>Date: Thu, 24 Jun 2004 12:46:50 +0000
>
>Hi VTK experts,
>
>I just upgraded to v.4.4 from v.4.2, and part of my display involves the 
>pipeline:
>
>PlaneSource->PolyData
>PlaneSource->PolyDataMapper->LODActor
>
>i.e. I do:
>
>PolyDataObject = PlaneSourseObject->GetOutput();
>PolyDataMapperObject->SetInput(PlaneSourceObject->GetOutput());
>LODActorObject->SetMaper(PolyDataMapperObject)
>
>and to assign data to my PolyDataObject I do:
>
>PolyDataObject->GetPointData()->SetScalars(FloatArrayObject);
>PolyDataObject->Modified();
>
>However I am changing the data several times per second and calling 
>Modified() (as above) every time it changes in order to sort of animate it
>
>This used to work for the old version but now with v.4.4. it looks like its 
>not being updated..
>Can anyoen tell me why this might be happening?
>
>Thank you...
>
>_________________________________________________________________
>MSN Toolbar provides one-click access to Hotmail from any Web page – FREE 
>download! http://toolbar.msn.click-url.com/go/onm00200413ave/direct/01/
>
>_______________________________________________
>This is the private VTK discussion list. Please keep messages on-topic. 
>Check the FAQ at: <http://public.kitware.com/cgi-bin/vtkfaq>
>Follow this link to subscribe/unsubscribe:
>http://www.vtk.org/mailman/listinfo/vtkusers

_________________________________________________________________
Get fast, reliable Internet access with MSN 9 Dial-up – now 3 months FREE! 
http://join.msn.click-url.com/go/onm00200361ave/direct/01/




More information about the vtkusers mailing list