-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Hello,
i am developing a Filter similar to the PCL Plugin. The PCL Plugin Filter uses a Thread in the background to fetch Data from a Device. The Gui of the Filter checks for new Data using SMProxy. When the new Data is there Modify() is called through SMProxy on the filter and the Gui calls Render(). The nice Thing is, that the Pipeline does something in real time. So far i could reproduce this setup. The Gui uses a Timer and frequently calls a Method through a SMProxy. However i want two different behaviors: 1. when Animation is Running (Play button was clicked) and 2. when the Animation is stoped (Pause button was clicked). This requires that the current state of the play/Pause-Button, or something similar, can be accessed. My questions are: 1. Is it possible to get the Information about the Animation (Play/Pause)? 2. How can the Information be accessed? (e.g. In Filter through InformationKeys/Vectors, or in the FilterGui) 3. Is there a starting point for me to find it out in the source code? Thanks in Advance, Henry - -- Henry Lehmann, M.Sc. Technische Universität Bergakademie Freiberg Fakultät für Mathematik und Informatik Institut für Informatik -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBCAAGBQJVFTDjAAoJEM0zIsxevdB2qmwH/1xYIh5iAs2UBUR6UAx5/kR4 +G6pamq0aOh8vrRPDyH/5hLCEzgus0KiG519mIJFmsH1n1xWdwA5nNn+FjRDCqPf JtcvlcoO6FrF7UvsZBf1H6V3Z7PeQONndy0e5F9ntwScfZCp7dNAw0eZhyh8Ptwv /xW1yKHWCzqj/nBuzL+oFnWXB6iVXueDkqz2WZueXGzi/0QkLzXZ+AriF+0lDnbz jChOWBJzY9+kjvmAQ6ysXrTrcHu/YP+6lmbtVkv5/+8GrmbZzbmIQAuTzZDeXqEL ifBmPXId4w9DfrP6D0gej9qnh0ht0veOV0yCzitvsMafj+aYgdgqa5Z9A1bPjmE= =XmZf -----END PGP SIGNATURE----- _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Search the list archives at: http://markmail.org/search/?q=ParaView Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/paraview
