Skip to content

Replace existing states in vtkObjectManager::RegisterState

  • this commit changes RegisterState such that when a state already exists for the given ID, it is replaced with the provided state. Earlier, this method used to ignore the request and return false.

Merge request reports