[vtkusers] multiple xy plots?

REGAT-BARREL Aurélien arbvtk at yahoo.fr
Mon Aug 23 18:46:06 EDT 2004


Hi,
I had the same problem with RemoveAllInputs(). I called GetDataObjectInputList()->RemoveAllItems(); to solve it.
http://public.kitware.com/pipermail/vtkusers/2004-May/073938.html

Emiliano Beronich <emiliano at veccsa.com> wrote:
Hi Mathieu,

These lines reproduce the problem on tcl.

vtkRenderWindow rw
vtkRenderer re
vtkXYPlotActor pa

vtkImageSinusoidSource cosSrc
cosSrc SetWholeExtent 0 255 0 0 0 0
cosSrc SetPeriod 256

vtkImageSinusoidSource sinSrc
sinSrc SetWholeExtent 0 255 0 0 0 0
sinSrc SetPeriod 256
sinSrc SetPhase 1.5708

pa AddInput [cosSrc GetOutput]
pa AddInput [sinSrc GetOutput]

#~ try uncommenting one of these lines
#~ pa RemoveInput [sinSrc GetOutput]
#~ pa RemoveInput [cosSrc GetOutput]

re AddActor pa
rw AddRenderer re
rw Render


Regards,
Emiliano


Aurélien REGAT-BARREL 
My VTK blog : http://aurelien_regat-barrel.blogspot.com


		
---------------------------------
Créez gratuitement votre Yahoo! Mail avec 100 Mo de stockage !
Créez votre Yahoo! Mail

Le nouveau Yahoo! Messenger est arrivé ! Découvrez toutes les nouveautés pour dialoguer instantanément avec vos amis.Téléchargez GRATUITEMENT ici !
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20040824/f10b16ba/attachment.htm>


More information about the vtkusers mailing list