<div class="gmail_quote">On Tue, Aug 11, 2009 at 10:29 AM, David Doria <span dir="ltr"><<a href="mailto:daviddoria%2Bvtk@gmail.com">daviddoria+vtk@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div id=":1gj" class="ii gt"> output = this->GetOutputPolyData();<br></div></blockquote></div><br>You need to modify the output object itself. Here you are just setting a pointer and leaving the true output object unchanged. You should pass the output object pointer to GetOutputPolyData(), and fill that poly data instead of creating a new one.<div>
<br></div><div>Jeff<br clear="all"><br>
</div>