<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; font-family: Calibri, sans-serif; font-size: 16px; color: rgb(0, 0, 0);">
<div>Trying to get my custom representation working with pv-master branch ā€“ Iā€™m having some trouble.</div>
<div><br>
</div>
<div>The Zoltan partitioning filter add the KdTree to the output information as a metadata key.</div>
<div>(Previously, the extent translator was passed downstream) and in the representation, the KdTree is used to bypass the redistribution step in the compositing code. However, I am not receiving the KdTree in the representation (which is a subclass of vtkGeometryRepresentation).</div>
<div>I can see that my custom information key is passed into pvPostFilter and also in one of the selection filters, but then it gets lost.</div>
<div><br>
</div>
<div>There have been some changes in the information key passing in the pipeline ā€“ is there anything I should be looking for to see why my key is being thrown away (it does copy itself in CopyDefaultInformation)?</div>
<div><br>
</div>
<div>Thanks</div>
<div><br>
</div>
<div>JB</div>
</body>
</html>