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 741
    • Issues 741
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 196
    • Merge requests 196
  • 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
  • Issues
  • #1120
Closed
Open
Created Aug 30, 2004 by Kitware Robot@kwrobotOwner

Support for 64-bit types without 64-bit ids

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


Currently the vtkTemplateMacro supports all the fundamental C types like "unsigned long" and "int". Instead it should support all combinations of size/signedness like "vtkTypeUInt32" and "vtkTypeInt64" using whatever native types are available to fill the roles. The vtkType.h file from ParaView/Utilities/VTKClientServer should be adapted to plain-old VTK, put in Common, and always included.

These changes will allow all kinds of data to be processed even when 64-bit ids are not in use.

Assignee
Assign to
Time tracking