-
- Downloads
Provide a cache for the weights in GetInterpolatedPointId
For nonlinear elements with nonlinear subdivision > 1, the surface is triangulated and GetInterpolatedPointId is called for each triangle corner. This function was before allocating each time a vector for the weights. We now move this allocation outside of this function, such that the allocation is done only once per unstructured grid. So the weight is now part of that function argument list. The old function has been marked as VTK_DEPRECATED_IN_9_1_0
Showing
- Filters/Geometry/vtkDataSetRegionSurfaceFilter.cxx 4 additions, 3 deletionsFilters/Geometry/vtkDataSetRegionSurfaceFilter.cxx
- Filters/Geometry/vtkDataSetSurfaceFilter.cxx 25 additions, 13 deletionsFilters/Geometry/vtkDataSetSurfaceFilter.cxx
- Filters/Geometry/vtkDataSetSurfaceFilter.h 7 additions, 2 deletionsFilters/Geometry/vtkDataSetSurfaceFilter.h
Loading