<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Generator" content="Microsoft Word 12 (filtered medium)">
<!--[if !mso]><style>v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style><![endif]--><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p
        {mso-style-priority:99;
        mso-margin-top-alt:auto;
        margin-right:0cm;
        mso-margin-bottom-alt:auto;
        margin-left:0cm;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-GB" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D">Stephane,<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D"><o:p>&nbsp;</o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D">For option 1 :
<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D">Instead of using special keys, I suspect I can just hijack the render transparent geometry pass and do my custom render in there (s my stuff is ransparent and
 I only want to mix with opaque stuff) – with a pass for compositing &nbsp;-- and then doing the RGB correction on process 0. Then just make sure that the non zero process Id’s don’t composite any transparent stuff back to the master image and allow process 0 to
 contribute the correct composited and corrected image.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D"><o:p>&nbsp;</o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D">I’ll explore this. thanks for the pointers to both you and Ken. These passes and delegates and wotnot are all a bit confusing when you haven’t used them much.
<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D"><o:p>&nbsp;</o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D">JB<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D"><o:p>&nbsp;</o:p></span></p>
<div style="border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm">
<p class="MsoNormal"><b><span lang="EN-US" style="font-size:10.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;">From:</span></b><span lang="EN-US" style="font-size:10.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;"> Stephane PLOIX [mailto:stephane.ploix@edf.fr]
<br>
<b>Sent:</b> 26 September 2011 17:13<br>
<b>To:</b> Biddiscombe, John A.<br>
<b>Cc:</b> kmorel@sandia.gov; paraview@paraview.org<br>
<b>Subject:</b> RE: [Paraview] non ordered composite distributor and IceT<o:p></o:p></span></p>
</div>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal" style="margin-bottom:12.0pt"><br>
<span style="font-size:10.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">John,</span> <br>
<br>
<span style="font-size:10.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;">That all sounds correct. &nbsp;Option 2 might get a little dodgy because the IceT parallel render manager does all sorts of funny things with the renderer and render window buffers to handle tile
 displays. &nbsp;There will also be some oddness with an actor compositing an image that gets pasted to a framebuffer that gets composited again.</span>
<br>
<br>
<span style="font-size:10.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;">I think Option 1 (or some variant of it) would be easier to implement even if it does break encapsulation.</span>
<br>
<br>
<br>
<span style="font-size:10.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">Ken knows much more than me about the Icet compositor and tiled display things, so there might be issues that I am not aware of here.
</span><br>
<span style="font-size:10.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">Pasting the image to a framebuffer that gets composited again should not be an issue (the LIC mapper does it, even though it does nothing about parallel composition)</span>
<br>
<br>
<span style="font-size:10.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">If you do not want to use a shader, then you need either to use the opengl fixed pipeline (I do not know the correction that you need to do, but that might be possible), or copy the pixels back
 on your RAM, do the work on the CPU and go back to the VRAM... I fear you will get horrible performance that way! The shaders should be quite easy to write, the imageProcessingPass does most of the dirty work for you (setup the framebuffer, render a quad...)<br>
<br>
Best,</span> <br>
<span style="font-size:10.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">Stephane</span> <o:p>
</o:p></p>
<table class="MsoNormalTable" border="0" cellpadding="0">
<tbody>
<tr>
<td rowspan="2" valign="top" style="padding:.75pt .75pt .75pt .75pt">
<p class="MsoNormal"><img width="110" height="60" id="_x0000_i1025" src="cid:image001.gif@01CC7C74.ECA8FC90"><o:p></o:p></p>
</td>
<td valign="top" style="padding:.75pt .75pt .75pt .75pt">
<p class="MsoNormal"><span style="font-size:7.5pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">&nbsp;</span>
<o:p></o:p></p>
</td>
</tr>
<tr>
<td valign="top" style="padding:.75pt .75pt .75pt .75pt">
<p class="MsoNormal"><b><span style="font-size:7.5pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:#FF8100">Stephane PLOIX<br>
Chef de groupe</span></b><span style="font-size:7.5pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:#0062E1"><br>
EDF – R&amp;D / SINETICS<br>
Réalité virtuelle et visualisation scientifique<br>
1, av du General de Gaulle<br>
92140 Clamart<br>
</span><br>
<b><span style="font-size:7.5pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:#0062E1">stephane.ploix@edf.fr</span></b>
<br>
<span style="font-size:7.5pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:#0062E1">Tél. : 01 47 65 51 10</span>
<o:p></o:p></p>
</td>
</tr>
<tr>
<td style="padding:.75pt .75pt .75pt .75pt">
<p class="MsoNormal" align="right" style="text-align:right"><img width="110" height="30" id="_x0000_i1026" src="cid:image002.gif@01CC7C74.ECA8FC90"><o:p></o:p></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p class="MsoNormal"><span style="font-size:7.5pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:#0062E1">Un geste simple pour l'environnement, n'imprimez ce message que si vous en avez l'utilité.</span><o:p></o:p></p>
</td>
</tr>
</tbody>
</table>
<p class="MsoNormal" style="margin-bottom:12.0pt"><br>
<br>
<br>
<o:p></o:p></p>
<table class="MsoNormalTable" border="0" cellpadding="0" width="100%" style="width:100.0%">
<tbody>
<tr>
<td width="40%" valign="top" style="width:40.0%;padding:.75pt .75pt .75pt .75pt">
<p class="MsoNormal"><b><span style="font-size:7.5pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">biddisco@cscs.ch</span></b><span style="font-size:7.5pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">
</span><o:p></o:p></p>
<p><span style="font-size:7.5pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">26/09/2011 16:55</span>
<o:p></o:p></p>
</td>
<td width="59%" valign="top" style="width:59.0%;padding:.75pt .75pt .75pt .75pt">
<table class="MsoNormalTable" border="0" cellpadding="0" width="100%" style="width:100.0%">
<tbody>
<tr>
<td valign="top" style="padding:.75pt .75pt .75pt .75pt">
<p class="MsoNormal" align="right" style="text-align:right"><span style="font-size:7.5pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">A</span><o:p></o:p></p>
</td>
<td valign="top" style="padding:.75pt .75pt .75pt .75pt">
<p class="MsoNormal"><span style="font-size:7.5pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">stephane.ploix@edf.fr</span>
<o:p></o:p></p>
</td>
</tr>
<tr>
<td valign="top" style="padding:.75pt .75pt .75pt .75pt">
<p class="MsoNormal" align="right" style="text-align:right"><span style="font-size:7.5pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">cc</span><o:p></o:p></p>
</td>
<td valign="top" style="padding:.75pt .75pt .75pt .75pt">
<p class="MsoNormal"><span style="font-size:7.5pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">kmorel@sandia.gov, paraview@paraview.org</span>
<o:p></o:p></p>
</td>
</tr>
<tr>
<td valign="top" style="padding:.75pt .75pt .75pt .75pt">
<p class="MsoNormal" align="right" style="text-align:right"><span style="font-size:7.5pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">Objet</span><o:p></o:p></p>
</td>
<td valign="top" style="padding:.75pt .75pt .75pt .75pt">
<p class="MsoNormal"><span style="font-size:7.5pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">RE: [Paraview] non ordered composite distributor and IceT</span><o:p></o:p></p>
</td>
</tr>
</tbody>
</table>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<table class="MsoNormalTable" border="0" cellpadding="0">
<tbody>
<tr>
<td valign="top" style="padding:.75pt .75pt .75pt .75pt"></td>
<td valign="top" style="padding:.75pt .75pt .75pt .75pt"></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<p class="MsoNormal"><br>
<br>
<br>
<span style="font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#004080">Stephane</span> <br>
<span style="font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#004080">&nbsp;</span> <br>
<span style="font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#004080">I like your 2. </span>
<br>
<span style="font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#004080">&nbsp;</span> <br>
<span style="font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#004080">As a starting point to see how it all fits together, I decided to create a renderview cloned from the renderviews plugin which did the RGB correction in a special render pass. The examples use shaders
 to apply the ImageProcessingPass, but I would like a standard imagefilter to accomplish it.
</span><br>
<span style="font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#004080">&nbsp;</span> <br>
<span style="font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#004080">I am not forced to use a shader am I? (I didn’t look too deeply yet, but it seems like the image processing pass receives an FBO and from that I can access the pixels using the imageimport and do
 what’s needed, but it looks a bit messy – is there a simpler way?).</span> <br>
<span style="font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#004080">&nbsp;</span> <br>
<span style="font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#004080">thanks</span> <br>
<span style="font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#004080">&nbsp;</span> <br>
<span style="font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#004080">JB</span> <br>
<span style="font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#004080">&nbsp;</span> <br>
<b><span style="font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;">From:</span></b><span style="font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;"> Stephane PLOIX [mailto:stephane.ploix@edf.fr]
<b><br>
Sent:</b> 26 September 2011 15:41<b><br>
To:</b> Biddiscombe, John A.<b><br>
Cc:</b> kmorel@sandia.gov; paraview@paraview.org<b><br>
Subject:</b> Re: [Paraview] non ordered composite distributor and IceT</span> <br>
&nbsp; <br>
<span style="font-family:&quot;Arial&quot;,&quot;sans-serif&quot;"><br>
Hi John,</span> <br>
<span style="font-family:&quot;Arial&quot;,&quot;sans-serif&quot;"><br>
I see two solutions to your pb : <br>
1/ you can setup special keys to tell the renderpass if a given actor should be rendered or not by this pass. You can then branch your renderpasses on two paths, one that does your special compositing and post-processing on the actors that you flagged with
 the special key, one that does traditionnal rendering for all other actors, and you then need to compose the 2 resulting images.</span>
<br>
<span style="font-family:&quot;Arial&quot;,&quot;sans-serif&quot;"><br>
2/ You could setup an internal renderpass on your mapper that uses the IceT compositing mechanism, apply your post-processing internally, then render the result of this compositing on the current framebuffer.</span>
<br>
<span style="font-family:&quot;Arial&quot;,&quot;sans-serif&quot;"><br>
Option 2 should be better since your render effect seems to be actor-centric.<br>
Best,</span> <span style="font-family:&quot;Arial&quot;,&quot;sans-serif&quot;"><br>
Stephane</span> <o:p></o:p></p>
<table class="MsoNormalTable" border="0" cellpadding="0">
<tbody>
<tr>
<td rowspan="2" valign="top" style="padding:.75pt .75pt .75pt .75pt">
<p class="MsoNormal"><img width="110" height="60" id="_x0000_i1027" src="cid:image001.gif@01CC7C74.ECA8FC90"><o:p></o:p></p>
</td>
<td valign="top" style="padding:.75pt .75pt .75pt .75pt">
<p class="MsoNormal"><span style="font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">&nbsp;</span> <o:p>
</o:p></p>
</td>
</tr>
<tr>
<td valign="top" style="padding:.75pt .75pt .75pt .75pt">
<p class="MsoNormal"><b><span style="font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:#FF8100">Stephane PLOIX<br>
Chef de groupe</span></b><span style="font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:#0062E1"><br>
EDF – R&amp;D / SINETICS<br>
Réalité virtuelle et visualisation scientifique<br>
1, av du General de Gaulle<br>
92140 Clamart</span><br>
<b><span style="font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:#0062E1"><br>
stephane.ploix@edf.fr</span></b> <span style="font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:#0062E1">
<br>
Tél. : 01 47 65 51 10</span> <o:p></o:p></p>
</td>
</tr>
<tr>
<td style="padding:.75pt .75pt .75pt .75pt">
<p class="MsoNormal" align="right" style="text-align:right"><img width="110" height="30" id="_x0000_i1028" src="cid:image002.gif@01CC7C74.ECA8FC90"><o:p></o:p></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p class="MsoNormal"><span style="font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:#0062E1">Un geste simple pour l'environnement, n'imprimez ce message que si vous en avez l'utilité.</span><o:p></o:p></p>
</td>
</tr>
</tbody>
</table>
<p style="margin-bottom:12.0pt"><br>
<br>
<o:p></o:p></p>
<table class="MsoNormalTable" border="0" cellpadding="0" width="100%" style="width:100.0%">
<tbody>
<tr>
<td width="42%" valign="top" style="width:42.0%;padding:.75pt .75pt .75pt .75pt">
<p class="MsoNormal"><b><span style="font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">biddisco@cscs.ch</span></b><span style="font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">
<br>
Envoyé par : paraview-bounces@paraview.org</span> <o:p></o:p></p>
<p><span style="font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">25/09/2011 22:15</span> <o:p></o:p></p>
</td>
<td width="57%" valign="top" style="width:57.0%;padding:.75pt .75pt .75pt .75pt">
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<table class="MsoNormalTable" border="0" cellpadding="0" width="100%" style="width:100.0%">
<tbody>
<tr>
<td width="8%" valign="top" style="width:8.0%;padding:.75pt .75pt .75pt .75pt">
<p class="MsoNormal" align="right" style="text-align:right"><span style="font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">A</span><o:p></o:p></p>
</td>
<td width="91%" valign="top" style="width:91.0%;padding:.75pt .75pt .75pt .75pt">
<p class="MsoNormal"><span style="font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">kmorel@sandia.gov, paraview@paraview.org</span>
<o:p></o:p></p>
</td>
</tr>
<tr>
<td valign="top" style="padding:.75pt .75pt .75pt .75pt">
<p class="MsoNormal" align="right" style="text-align:right"><span style="font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">cc</span><o:p></o:p></p>
</td>
<td valign="top" style="padding:.75pt .75pt .75pt .75pt"></td>
</tr>
<tr>
<td valign="top" style="padding:.75pt .75pt .75pt .75pt">
<p class="MsoNormal" align="right" style="text-align:right"><span style="font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">Objet</span><o:p></o:p></p>
</td>
<td valign="top" style="padding:.75pt .75pt .75pt .75pt">
<p class="MsoNormal"><span style="font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">Re: [Paraview] non ordered composite distributor and IceT</span><o:p></o:p></p>
</td>
</tr>
</tbody>
</table>
<p class="MsoNormal"><br>
&nbsp; <o:p></o:p></p>
<p><o:p>&nbsp;</o:p></p>
<table class="MsoNormalTable" border="0" cellpadding="0">
<tbody>
<tr>
<td valign="top" style="padding:.75pt .75pt .75pt .75pt"></td>
<td valign="top" style="padding:.75pt .75pt .75pt .75pt"></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<p><br>
<br>
<br>
<span style="font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#004080"><br>
Ken</span> <span style="font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#004080"><br>
</span>&nbsp;<span style="font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#004080"><br>
After looking through the sources a little more, I see that the example plugin RenderPassViews does something similar to what I’m after. It add a render pass at the end which applies an edge detection algorithm, This happens after compositing – which is what
 I need.</span> <span style="font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#004080"><br>
</span>&nbsp;<span style="font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#004080"><br>
However, this renderpass applies to all mappers/actors in the renderer/view, so if I used this strategy, then my post processing RGB correction from the mapper&#43;compositing would happen to all actors, and this is no good.</span>
<span style="font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#004080"><br>
</span>&nbsp;<span style="font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#004080"><br>
So it looks like what I want to do won’t be possible, because there’d be no way to composite one actor individually and then blend with the others later.</span>
<span style="font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#004080"><br>
</span>&nbsp;<span style="font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#004080"><br>
Since you don’t know what it is I’m trying to do, it is probably unclear, but in short, the mapper renders the data on each process, and after all RGB images are summed in the compositing phase a correction must be applied to the RGB values (but its not commutative,
 so can’t be applied on each process individually). (unless I modify the algorithm which might be possible, I’ll check on this)</span>
<span style="font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#004080"><br>
</span>&nbsp;<span style="font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#004080"><br>
One approach might be to add a separate pass which renders only the special geometry, but I suspect this will be too hard because the blending phases would all need to be tweaked so that the compositing happened twice (?) – once for the special stuff, once
 for everything else.</span> <span style="font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#004080">
<br>
</span>&nbsp;<span style="font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#004080"><br>
Can you tell if I’ve I understood things properly from my suppositions above, and if so, any other tips I might look into before I consider algorithmic changes.</span>
<span style="font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#004080"><br>
</span>&nbsp;<span style="font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#004080"><br>
Thanks</span> <span style="font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#004080"><br>
</span>&nbsp;<span style="font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#004080"><br>
JB</span> <span style="font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#004080"><br>
</span>&nbsp;<span style="font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#004080"><br>
</span>&nbsp;<span style="font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#004080"><br>
</span>&nbsp;<b><span style="font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;"><br>
From:</span></b><span style="font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;"> Moreland, Kenneth [mailto:kmorel@sandia.gov]
<b><br>
Sent:</b> 21 September 2011 22:30<b><br>
To:</b> Biddiscombe, John A.; paraview@paraview.org<b><br>
Subject:</b> Re: [Paraview] non ordered composite distributor and IceT</span> <span style="font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;">
<br>
</span>&nbsp;<span style="font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;"><br>
John,</span> <span style="font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;"><br>
</span>&nbsp;<span style="font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;"><br>
If you look more closely, you should see that the data is only distributed when transparency is on. &nbsp;If everything is opaque, then everything stays where it is. &nbsp;If I remember correctly, there is a flag in vtkOrderedCompositeDistributor that turns it to a pass-through
 filter. &nbsp;It's implemented like this because it's more convenient than changing around the internal pipeline. &nbsp;If you never have to do ordered compositing, you could just remove this filter. &nbsp;Likewise, you can set the parallel render manager to do non-ordered
 compositing and just forget about the parallel k-d tree.</span> <span style="font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;">
<br>
</span>&nbsp;<span style="font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;"><br>
-Ken</span> <span style="font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;"><br>
</span>&nbsp;<b><span style="font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;"><br>
From: </span></b><span style="font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;">&quot;Biddiscombe, John A.&quot; &lt;</span><a href="mailto:biddisco@cscs.ch"><span style="font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;">biddisco@cscs.ch</span></a><span style="font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;">&gt;<b><br>
Date: </b>Wed, 21 Sep 2011 19:55:19 &#43;0000<b><br>
To: </b>&quot;</span><a href="mailto:paraview@paraview.org"><span style="font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;">paraview@paraview.org</span></a><span style="font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;">&quot; &lt;</span><a href="mailto:paraview@paraview.org"><span style="font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;">paraview@paraview.org</span></a><span style="font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;">&gt;<b><br>
Subject: </b>[Paraview] non ordered composite distributor and IceT</span> <span style="font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;">
<br>
</span>&nbsp;<span style="font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;"><br>
</span>&nbsp;<span style="font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;"><br>
Can anyone point me to an example of a representarion which interacts with IceT in any n on standard way. Geometry and UGVolume Representations use a vtkOrderedCompositeDistributor and then IceT takes over.</span>
<span style="font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;"><br>
</span>&nbsp;<span style="font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;"><br>
I’d like toe skip the vtkOrderedCompositeDistributor (which is ok), but I’m not sure how to interact with IceT and see how it doe the image summation etc.</span>
<span style="font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;"><br>
</span>&nbsp;<span style="font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;"><br>
Are there any odd representations out there I can use as examples?</span> <span style="font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;">
<br>
</span>&nbsp;<span style="font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;"><br>
Thanks</span> <span style="font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;"><br>
</span>&nbsp;<span style="font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;"><br>
JB</span> <span style="font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;"><br>
</span>&nbsp;<span style="font-family:&quot;Courier New&quot;"><br>
-- <br>
John Biddiscombe, &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;email:biddisco @ cscs.ch</span> <u><span style="color:blue"><br>
</span></u><a href="http://www.cscs.ch/"><span style="font-family:&quot;Courier New&quot;">http://www.cscs.ch/</span></a>
<span style="font-family:&quot;Courier New&quot;"><br>
CSCS, Swiss National Supercomputing Centre &nbsp;| Tel: &nbsp;&#43;41 (91) 610.82.07</span> <span style="font-family:&quot;Courier New&quot;">
<br>
Via Cantonale, 6928 Manno, Switzerland &nbsp; &nbsp; &nbsp;| Fax: &nbsp;&#43;41 (91) 610.82.82</span> <span style="font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;">
<br>
</span>&nbsp;<span style="font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;"><br>
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at
</span><a href="http://www.kitware.com/opensource/opensource.html"><span style="font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;">http://www.kitware.com/opensource/opensource.html</span></a><span style="font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;"> Please keep messages on-topic and
 check the ParaView Wiki at: </span><a href="http://paraview.org/Wiki/ParaView"><span style="font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;">http://paraview.org/Wiki/ParaView</span></a><span style="font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;"> Follow this link to subscribe/unsubscribe:
</span><a href="http://www.paraview.org/mailman/listinfo/paraview"><span style="font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;">http://www.paraview.org/mailman/listinfo/paraview</span></a><span style="font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;">
</span><span style="font-family:&quot;Courier New&quot;">_______________________________________________<br>
Powered by www.kitware.com<br>
<br>
Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html<br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView<br>
<br>
Follow this link to subscribe/unsubscribe:<br>
http://www.paraview.org/mailman/listinfo/paraview</span><br>
<span style="font-family:&quot;Courier New&quot;"><br>
<br>
<br>
<br>
Ce message et toutes les pièces jointes (ci-après le 'Message') sont établis à l'intention exclusive des destinataires et les informations qui y figurent sont strictement confidentielles. Toute utilisation de ce Message non conforme à sa destination, toute
 diffusion ou toute publication totale ou partielle, est interdite sauf autorisation expresse.<br>
<br>
Si vous n'êtes pas le destinataire de ce Message, il vous est interdit de le copier, de le faire suivre, de le divulguer ou d'en utiliser tout ou partie. Si vous avez reçu ce Message par erreur, merci de le supprimer de votre système, ainsi que toutes ses copies,
 et de n'en garder aucune trace sur quelque support que ce soit. Nous vous remercions également d'en avertir immédiatement l'expéditeur par retour du message.<br>
<br>
Il est impossible de garantir que les communications par messagerie électronique arrivent en temps utile, sont sécurisées ou dénuées de toute erreur ou virus.<br>
____________________________________________________<br>
<br>
This message and any attachments (the 'Message') are intended solely for the addressees. The information contained in this Message is confidential. Any use of information contained in this Message not in accord with its purpose, any dissemination or disclosure,
 either whole or partial, is prohibited except formal approval.<br>
<br>
If you are not the addressee, you may not copy, forward, disclose or use any part of it. If you have received this message in error, please delete it and all copies from your system and notify the sender immediately by return message.<br>
<br>
E-mail communication cannot be guaranteed to be timely secure, error or virus-free.</span>
<br>
<span style="font-family:&quot;Courier New&quot;"><br>
<br>
<br>
Ce message et toutes les pièces jointes (ci-après le 'Message') sont établis à l'intention exclusive des destinataires et les informations qui y figurent sont strictement confidentielles. Toute utilisation de ce Message non conforme à sa destination, toute
 diffusion ou toute publication totale ou partielle, est interdite sauf autorisation expresse.<br>
<br>
Si vous n'êtes pas le destinataire de ce Message, il vous est interdit de le copier, de le faire suivre, de le divulguer ou d'en utiliser tout ou partie. Si vous avez reçu ce Message par erreur, merci de le supprimer de votre système, ainsi que toutes ses copies,
 et de n'en garder aucune trace sur quelque support que ce soit. Nous vous remercions également d'en avertir immédiatement l'expéditeur par retour du message.<br>
<br>
Il est impossible de garantir que les communications par messagerie électronique arrivent en temps utile, sont sécurisées ou dénuées de toute erreur ou virus.<br>
____________________________________________________<br>
<br>
This message and any attachments (the 'Message') are intended solely for the addressees. The information contained in this Message is confidential. Any use of information contained in this Message not in accord with its purpose, any dissemination or disclosure,
 either whole or partial, is prohibited except formal approval.<br>
<br>
If you are not the addressee, you may not copy, forward, disclose or use any part of it. If you have received this message in error, please delete it and all copies from your system and notify the sender immediately by return message.<br>
<br>
E-mail communication cannot be guaranteed to be timely secure, error or virus-free.</span><o:p></o:p></p>
</div>
</body>
</html>