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,964
    • Issues 1,964
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 100
    • Merge requests 100
  • 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
  • ParaViewParaView
  • ParaViewParaView
  • Issues
  • #17320
Closed
Open
Issue created Mar 23, 2017 by Mathieu Westphal@mwestphalMaintainer

Selection by QUERY extraction fails at providing a vtkSignedChar array

extract_selection.py fails at providing a vtkSignedCharArray, as one can check when using vtkConvertSelection.cxx, gdb would give the following :

(gdb) print insidedness
$13 = (vtkSignedCharArray *) 0x0
(gdb) print extracted->GetCellData()->GetAbstractArray("vtkInsidedness")->GetClassName()
$14 = 0x7fffe0c484d3 "vtkCharArray"

It is due to numpy_selection.py converting the same numpy type to both array type.

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