ParaView 3 Telecon 05-08-2008
Item | People | Description |
---|---|---|
1 | Karelitz | MARS/V&V Milestone issues |
2 | All | ParaView 3.4 Bugs |
MARS Issues and V&V Milestone
Loaded large data set, ran extract fragments, got fragments, computed velocity for each fragment and stuck it on point data. Dave creating programmable filter to convert each fragment to a single point in a poly data.
Tim's Corner
Why are the VTK/Python wrappings not enabled for the VTK classes? There are issues with turning it on for everyone: it will inflate the memory footprint for everyone by including a bunch of classes that no one will use. In short, we will add the wrapping for everything.
Problem with hierarchical graph view. Need to put exactly two objects: a graph and a tree that specifies its hierarchy. Tim needs a way to have two different types of representations for his view. This can be done by implementing server manager code. Tim will talk to Ken about this.