Skip to content

GitLab

  • Menu
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,842
    • Issues 1,842
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 89
    • Merge requests 89
  • 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
  • ParaView
  • ParaViewParaView
  • Issues
  • #13832

Closed
Open
Created Jan 28, 2013 by Kitware Robot@kwrobotOwner

ProgressHandler - Cell to Point is broken

This issue was created automatically from an original Mantis Issue. Further discussion may take place here.


Progress handler code in Cell to Point is broken. In file vtkCellDataToPointData.cxx, function vtkCellDataToPointData::RequestData(), update progress gets called many dozens of times (speculation is once per block, which could be millions of times). Each time this code dutifully bounces the UpdateProgress(progress) call from 0.0 to 1.0, in increments of 0.05. I am not even going to try a fix.

Suggested hack would be to comment out the UpdateProgress.

vtkCellDataToPointData.cxx, line 106, should change from: this->UpdateProgress(static_cast(ptId)/numPts); to //this->UpdateProgress(static_cast(ptId)/numPts);

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking