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

Closed
Open
Created Jan 19, 2015 by Kitware Robot@kwrobotOwner

vtkGlyph3DMapper::GetBounds incorrect when the input polydata is empty

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


When working on an empty polydata, vtkGlyph3DMapper::GetBounds reports the bounds of the glyph.

IMHO, this is not logical, since the glyph's bounds are unrelated to the rest of the scene. For instance, it disrupts vtkRenderer::ResetCameraClippingRange.

I believe GetBounds should just return a vtkMath::UninitializedBounds in this case.

Assignee
Assign to
Time tracking