-
- Downloads
Deprecate vtkObjectFactory::ConstructInstance(const char*)
Removing this method in favor of using vtkObjectBase::InitializeObjectBase, since it uses a user-supplied string. This approach has proven fragile with templated classes. Plus, the method is only a thin wrapper around vtkDebugLeaks::ConstructClass and doesn't need to be.
Please register or sign in to comment