<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #333399;font-size: 10pt;">Hi,<br>
<br>
I'm diving into Catalyst and try to build a pipeline in C++ for an simple example code. My use case is the following:<br>
I have a uniform 3D grid (converted into vtkImageData) on which I map a field of double values (wrapped into a vtkDoubleArray).<br>
By looking at the examples I managed to make the adaptor that creates the grid and maps the field on it. Now I would like to build pipelines for 2 scenarios:<br>
- slicing the grid horizontally at a given level, apply a color map, and output the result in a PNG file;<br>
- building an isosurface from the 3d grid (with configurable isovalue) and print the result in a PNG file.<br>
In both cases I don't know which classes to look at in the Doxygen of VTK. Besides, I suppose for the second case there should be some concept of camera position and parameters...<br>
<br>
Any hint or examples would be appreciated.<br>
Thanks,<br>
<br>
Matthieu Dorier<br>
</div>
</body>
</html>