[vtkusers] Problem with vtkPolyDataToImageStencil
David Gobbi
david.gobbi at gmail.com
Fri Jul 27 16:45:08 EDT 2012
Line 123 seems too early. You should search to see if there is a
another vtkPoints::New somewhere further on. The code should
be in a method called PolyDataSelector().
- David
On Fri, Jul 27, 2012 at 2:36 PM, matheus_viana <vianamp at gmail.com> wrote:
> David, in my source code, this occurs at line 123. Check it out:
>
> 128 // For the new points and lines
> 129 vtkPoints *newPoints = vtkPoints::New();
> 130 newPoints->Allocate(333);
> 131 vtkCellArray *newLines = vtkCellArray::New();
> 132 newLines->Allocate(1000);
>
> Is that line you're talking about?
>
> Best,
> Matheus Viana
> Postdoctoral Research Employee
> Developmental and Cell Biology
> University of California Irvine
>
>
>
> --
> View this message in context: http://vtk.1045678.n5.nabble.com/Problem-with-vtkPolyDataToImageStencil-tp5714947p5714966.html
> Sent from the VTK - Users mailing list archive at Nabble.com.
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the VTK FAQ at: http://www.vtk.org/Wiki/VTK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
More information about the vtkusers
mailing list