Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • VTK VTK
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 738
    • Issues 738
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 202
    • Merge requests 202
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • VTK
  • VTKVTK
  • Issues
  • #1669

Closed
Open
Created Mar 13, 2005 by Kitware Robot@kwrobotOwner

vtkHierarchicalBoxDataSet bug in VisibilityArrays

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


Berk

you must change line 147 of vtkHierarchicalBoxDataSet.cxx in the GenerateVisibilityArrays method. You are using the wrong numDataSets for the loop index. It should be initialized before starting the loop to

numDataSets = this->GetNumberOfDataSets(levelIdx);

to check grids of level "levelIdx" against grids of level "levelIdx+1).

this seems to have fixed all my iso-contour lines problem.

Assignee
Assign to
Time tracking