Skip to content
GitLab
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 830
    • Issues 830
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 240
    • Merge requests 240
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and 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
  • VTKVTK
  • VTKVTK
  • Issues
  • #18177
Closed
Open
Issue created Apr 19, 2021 by Nicolas Vuaille@nicolas.vuailleDeveloper

Extra class name and pointer in Debug info from macro

Several macros (including vtkSetMacro, vtkGetMacro) add twice the class name and the instance pointer in the log output.

See this little example:

import vtk

camera = vtk.vtkCamera()
camera.DebugOn()
camera.SetEyeAngle(42)

output:

(   0.183s) [main thread     ]            vtkCamera.h:334   INFO| vtkOpenGLCamera (0x557dbcb08250): vtkOpenGLCamera (0x557dbcb08250): setting EyeAngle to 42
Assignee
Assign to
Time tracking