<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
Hello!<br>
<br>
I am doing some ITK Filtering on vtkImageData in Paraview. In
particular, I have a 512x512x109 sized, unsigned char volume. The first
filtering I do is some vtk filter. The result is fine and I can view
this as a volume as usual, no problems there.<br>
<br>
Now come my ITK filters which work on the data and yield a 3d volume of
the same size and return back a vtkImageData. All goes well, I can view
the results in, but only in slices.<br>
<br>
The volume mode won't work anymore:<br>
<br>
<p style="margin: 0px; text-indent: 0px;"><span
style="font-family: 'Courier'; font-size: 9pt; color: rgb(128, 0, 0);">Cannot
volume render since no point (or cell) data available.</span></p>
<p style="margin: 0px; text-indent: 0px;"><span
style="font-family: 'Courier'; font-size: 9pt; color: rgb(128, 0, 0);"><br>
</span></p>
Any ideas? I didn't find any filter that promised to create cell (or
point) data out of my "slice" volume.<br>
<br>
I have used the VTK>ITK>VTK filtering many times now. The
pipelines are correctly connected as stated in several examples
(setting up 12 callback functions between vtkImporter and itkExporter
and vice versa). So this probably isn't something that goes wrong. (I
am getting good results in the first place but just no "real"
volume...?)<br>
<br>
<br>
<p style="margin: 0px; text-indent: 0px;"><span
style="font-family: 'Courier'; font-size: 9pt; color: rgb(128, 0, 0);"></span><span
style="font-family: 'Courier'; font-size: 9pt; color: rgb(128, 0, 0);"></span></p>
<span
style="font-family: 'Courier'; font-size: 9pt; color: rgb(128, 0, 0);"></span><span
style="font-family: 'Courier'; font-size: 9pt; color: rgb(128, 0, 0);"></span>
<p style="margin: 0px; text-indent: 0px;"><!--EndFragment--></p>
Best regards,<br>
Christian
</body>
</html>