VTK
vtkSmartPointer and vtkNew in VTK's API. Best practices?
Development
lorensen
(Bill Lorensen)
March 25, 2019, 7:25pm
10
I agree that this is bad: ```
vtkSmartPointer data = vtkDoubleArray::New();
show post in topic