[Paraview-developers] Wrong image slice representation of cells fields since ParaView 4.4.0

Utkarsh Ayachit utkarsh.ayachit at kitware.com
Wed Mar 23 13:17:18 EDT 2016


I certainly can reproduce this issue. Looking into it. I'll report
back once I know more.

Utkarsh

On Wed, Mar 23, 2016 at 11:41 AM, Christophe Bourcier
<christophe.bourcier.pv at gmail.com> wrote:
> Hi,
>
> On an ImageData, the result of an image slice representation is wrong
> for cells fields. It is reproduced on ParaView 4.4.0 to 5.0.1-rc2, it
> worked fine in 4.3.1. And it works fine with nodes fields.
>
> See pictures in links [1] [2].
>
> In debug mode, I have an error in the assertion in
> VTK/Common/DataModel/vtkExtractStructuredGridHelper.cxx :525 : void
> vtkExtractStructuredGridHelper::CopyCellData(int*, int*, vtkCellData*,
> vtkCellData*):
>
>
>         // Sanity checks
>         assert( "pre: srcStart out of bounds" && (srcStart >= 0) &&
>                 (srcStart < inSize) );
>
>
> Any clue on how to fix this?
>
> Steps to reproduce:
> - load the vtk file in link [3]
> - in Display, change Representation from Outline to Slice
>
> Thanks,
>
> Christophe
>
> [1] http://bourcier.eu/slice_431_ok.png
> [2] http://bourcier.eu/slice_501rc2_pb.png
> [3] http://bourcier.eu/arlequin_N2_r16.vtk
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html
>
> Search the list archives at: http://markmail.org/search/?q=Paraview-developers
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/paraview-developers


More information about the Paraview-developers mailing list