Acquiring New Data: Difference between revisions
From KitwarePublic
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
Please contribute other ideas or variations. | Please contribute other ideas or variations. | ||
{{ParaView/Template/Footer}} |
Latest revision as of 17:53, 2 February 2007
Currently, ParaView reads data from one or more files. There are many ways to extend this idea to data that is being created on the fly. A few obvious approaches:
- Add some new parts to readers that can handle transient data. This will include a method named, say, "HaveNewData" that can be called by the background loop to let the reader check whether it has new data. Upon receiving a "True" the background loop would do something, e.g., bump the animator forward one step.
- Create a new module for a particular application that receives the data somehow (sockets, files, magic). This new module would support the "HaveNewData" method. See "Greg's Case".
Please contribute other ideas or variations.