Skip to content
  • Andrew Bauer's avatar
    Improvements for vtkNew for stl containers and comparison operations · fd04b442
    Andrew Bauer authored
    Adding in functionality to allow inserting vtkNew objects into
    stl containers of vtkSmartPointer objects as well as comparisons
    between vtkNew objects and raw pointers. Also removing Get() and
    GetPointer() calls from vtkNew objects since in most instances we
    can just pass in the vtkNew<> object instead of having to use the
    Get() or GetPointer() methods to get the raw pointer.
    fd04b442