<div>Hi all,</div>
<div>&nbsp;</div>
<div>I&#39;m fairly new to programming in C++, and I&#39;m brand new to VTK.&nbsp; And I am having trouble finding a good way to visualize my data.&nbsp; </div>
<div>&nbsp;</div>
<div>I&nbsp;have an array of data points -- each data point has x,y,z and intensity values (doubles).&nbsp; The data should be fairly well structured, but I don&#39;t want to bet on it.&nbsp; That is, x (for example) should run from 0.0
 to 0.49 in steps of 0.1, but it may vary here and there by a little bit.&nbsp; So, I just want to plot slices of the data, where the slice&#39;s normal is along the z-axis.&nbsp; </div>
<div>&nbsp;</div>
<div>I found an example that does something really simimlar -- CutCombustor.py, but it gets its data by way of the vtkPlot3DReader, defines a plane object and uses the plane to cut slices out of the data.&nbsp; Sounds great for me, but I don&#39;t know how to massage my data into something that I can pass to the vtkPlane::SetOrigin() function in such a way that when I plot my slice I see a filled contour plot (or something like that).
</div>
<div>&nbsp;</div>
<div>So, if you have any suggestions on how to do this or better approach in general, please let me know!</div>
<div>&nbsp;</div>
<div>thanks for your help,</div>
<div>trevis</div>