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,961
    • Issues 1,961
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 99
    • Merge requests 99
  • 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
  • #19977
Closed
Open
Issue created Jun 08, 2020 by Mathieu Westphal@mwestphalMaintainer

DoubleVectorProperty does not support enumeration domain

DoubleVectorProperty does not support enumeration domain. eg :

      <DoubleVectorProperty command="SetDiscreteTimeStepInterval"
                            default_values="0.0"
                            name="DiscreteTimeStepInterval"
                            number_of_elements="1">
        <!--DoubleRangeDomain name="range" min="0.0" max="1.0" /-->
        <EnumerationDomain name="enum">
          <Entry value="0.0" text="source"/>
          <Entry value="0.5" text="half day"/>
          <Entry value="2.0" text="two days"/>
          <Entry value="7.0" text="week"/>
          <Entry value="30.0" text="month"/>
        </EnumerationDomain>

        <Documentation>Time stride that will be applied to your temporal dataset. This value assumes
          that each timestep represents one single day, otherwise the result will cause puzzles.</Documentation>
      </DoubleVectorProperty>

Does not produce any widget, but it could.

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