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 87
    • Merge requests 87
  • 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
  • #19978

Closed
Open
Created Jun 08, 2020 by Mathieu Westphal@mwestphalMaintainer

DoubleRangeDomain and IntRangeDomain behavior is not coherent

Assuming single component.

DoubleRangeDomain with a min and a max :

  • slider goes from min to max
  • <min values cannot be entered manually (imo, this is a bug -> actually, it is <0 values that can't be entered)
  • >max values can be entered manually

DoubleRangeDomain with only a min

  • <min values can be entered manually

DoubleRangeDomain with only a max :

  • >max values can be entered manually

IntRangeDomain with a min and a max :

  • slider goes from min to max
  • <min values can be entered manually
  • >max values can be entered manually

IntRangeDomain with only a min

  • <min values can be entered manually

IntRangeDomain with only a max :

  • >max values can be entered manually

According to the doc : https://kitware.github.io/paraview-docs/latest/cxx/classvtkSMRangeDomainTemplate.html It is supposed to be a

domains that constrain a value within a min and max.

But do we actually want the constraint to be strong or just indicative as it is the case with the slider ? IMO, the developer should be able to choose via a hint or attribute.

Edited Jul 21, 2020 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