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 740
    • Issues 740
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 197
    • Merge requests 197
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • VTK
  • VTKVTK
  • Merge requests
  • !1201

Wrap default value for parameters with array decorators.

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged David Gobbi requested to merge dgobbi/vtk:update-const-correct into master Feb 08, 2016
  • Overview 17
  • Commits 3
  • Changes 6

Some VTK method parameters are of the form void f(int x[3] = 0). Before this patch, the python wrappers ignored the default value for these parameters, and always required that the parameter was passed. After this patch, these parameters are optional in python. This change is needed for the new vtkAlgorithm Update() interface.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: update-const-correct