Re: [Paraview] Whole extend issue

2011-11-29 Thread David E DeMarle
Subject: [Paraview] Whole extend issue Hello, I have a filter inherited from vtkUnstructuredGridAlgorithm, with 2 inputs of type vtkStructuredGrid and 3 outputs, 1 and 2 are just copies of the input and the third one is of type vtkUnstructuredGrid. I copy input0 to output0 like

Re: [Paraview] Whole extend issue

2011-11-14 Thread David E DeMarle
0 232 Update: 0 24 0 34 0 232 Please help! From: stan1...@hotmail.fr To: paraview@paraview.org Date: Fri, 11 Nov 2011 12:08:24 +0100 Subject: [Paraview] Whole extend issue Hello, I have a filter inherited from vtkUnstructuredGridAlgorithm, with 2 inputs

Re: [Paraview] Whole extend issue

2011-11-14 Thread Fred Fred
[3], whole_ext[4], whole_ext[5]); } ...} but nothing prints and I still get the same error. From: dave.dema...@kitware.com Date: Mon, 14 Nov 2011 10:31:27 -0500 Subject: Re: [Paraview] Whole extend issue To: stan1...@hotmail.fr CC: paraview@paraview.org Looks to me like a bug/feature

Re: [Paraview] Whole extend issue

2011-11-12 Thread Fred Fred
]); printf( %d\n, uExtent[5]); prints: Extent: 0 24 0 34 0 232Update: 0 24 0 34 0 232 Please help! From: stan1...@hotmail.fr To: paraview@paraview.org Date: Fri, 11 Nov 2011 12:08:24 +0100 Subject: [Paraview] Whole extend issue Hello,I have a filter inherited from vtkUnstructuredGridAlgorithm