<div dir="ltr">Hi Michael,<div><br><div>Please see inline comments below,</div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Sep 5, 2014 at 11:03 AM, Reuter, Michael A. <span dir="ltr"><<a href="mailto:reuterma@ornl.gov" target="_blank">reuterma@ornl.gov</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Hi Yumin,<br>
<br>
Thanks for the pointer as now the array is set. My next problem is that the transfer function range is (0, 1) and not the range of my array. I tried using vtkSMPVRepresentationProxy::RescaleTransferFunctionToDataRange, but ParaView gives a Could not determine array range warning. I wedged a UpdateVTKObjects() between the two calls but that didn’t help. What’s the right way to do this?<br>
<br></blockquote><div><br></div><div>Try adding UpdatePipeline() after UpdateVTKObjects() before calling RescaleTransferFunctionToDataRange(). The UpdatePipeline() will force the pipeline to update so that the array information is set up properly.</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
As a larger issue, I’m seeing that my old (PV 3.98.1 based) application is not liking how PV 4.2 is handling things. Is there any documentation or good examples of how things should be done for 4.2? My focus is on how to programmatically do things like: source and filter creation, pipeline construction and manipulation, manage different views, color map/transfer function manipulation, camera resetting. Now is the perfect time for a bit of a rewrite, but I’d definitely like to align things to how 4.2 wants things done.<br>
<br></blockquote><div><br></div><div>AFAIK, there is no such document available (yet). However, we do have a primary list that could be useful to people trying to convert pv-3.98 based applications to pv-4.2. We (Utkarsh and I) are still working on this list, and will put it up on the wiki once it is formalized a bit more.</div><div><br></div><div>Yumin</div></div></div></div></div>