Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • ParaView ParaView
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,960
    • Issues 1,960
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 96
    • Merge requests 96
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

Gitlab will be updated February 2nd, between 8am and 9am EST (UTC-5). Gitlab will be offline during that time.

  • ParaViewParaView
  • ParaViewParaView
  • Issues
  • #20704
Closed
Open
Issue created May 07, 2021 by Mathieu Westphal@mwestphalMaintainer

ResampleToImage 5.9.0 Regression

ResampleToImage has some regression in 5.9.0 compared to 5.8.1

For starters, vtkGhostType is now correctly taken into account, but since it was incorrectly computed for 2d cells in Resample, no dataset is visible as an output. See other issue here: #21106

The actual issue is as follows:

Axis aligned 1D and 2D cells are not resampled at all by ResampleToImage filter in ParaView 5.9.0

Steps to reproduce:

  • Wavelet, Apply
  • ExtractSurface, Apply
  • FeatureEdges, Apply: Output is multiple axis aligned lines with values on it
  • ResampleToImage, Apply
  • Take a look in the information panel: RTData is [0,0], it should be [0, 121]

Transforming the feature edges before using ResampleToImage fixes the issue.

Edited Nov 26, 2021 by Mathieu Westphal
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking