[Paraview] PImageData and vtkGhostLevels

Charles Law charles.law at kitware.com
Tue Jan 25 08:48:34 EST 2005


Roland,

Ghost levels are needed for images when they are processed by filters that 
do not know their input is an image (vtkDataSet API).

The error message indicates that the ghost levels are not being generated 
correctly, or that they are not being updated for the new frame.  This 
check keeps filters from looking past the end of an array and crashing 
paraview.

Charles.


At 10:19 AM 1/25/2005 +0100, Roland Schulz wrote:
>Hey,
>
>why is the vtkGhostLevels array needed also for a structured grid 
>(ImageData)? This information is already in the difference between the 
>piece extend  of the pvti and the whole extent of the vti.
>So why is it needed again?
>
>Also very strange is, that I get the error message
>vtkImageData (0x9c90d98): Point array vtkGhostLevels with 1 components, 
>only has
>2317259 tuples but there are 2405700 points
>
>Even though there is no "vtkGhostLevels" Array specified anywhere. AND I 
>get this first for the 3rd frame.
>
>regards
>Roland Schulz
>_______________________________________________
>ParaView mailing list
>ParaView at paraview.org
>http://www.paraview.org/mailman/listinfo/paraview



More information about the ParaView mailing list