<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6000.16441" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>I would like to have a 3D array of floats, 
initially set to zero, then draw a line in it (i.e. set the values along this 
line to 1), apply a gaussian filter and render the 0.5 isosurface.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Generating the isosurface and rendering I can take 
over from the "quadrics" example, but what is the appropriate object for the 3D 
array of floats (so that I can use vtk's filtering functions)&nbsp;and how do I 
connect it to &nbsp;vtkContourFilter?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>- Christian</FONT></DIV></BODY></HTML>