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 832
    • Issues 832
    • 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
  • #1002
Closed
Open
Issue created Jul 24, 2004 by Kitware Robot@kwrobotOwner

Wrong doc string for vtkDataArray::Initialize

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


In file vtkDataArray.h, method Initialize() appears to have the same doc string as Allocate. The doc string in vtkDataArrayTemplate.h is correct.

--- vtkDataArray.h --- // Description: // Allocate memory for this array. Delete old storage only if necessary. // Note that ext is no longer used. virtual int Allocate(vtkIdType sz, vtkIdType ext=1000) = 0; virtual void Initialize() = 0;

Assignee
Assign to
Time tracking