-
- Downloads
vtkDataSetSurface copies integral valued arrays when not interpolating
vtkDataSetSurfaceFilter can subdivide nonlinear cells. When it does it cannot handle integral valued arrays, so they are discarded. When no subdivision is done, i.e. non-linear subdivision level == 1, the integral valued arrays are now copied too.
Showing
- Filters/Geometry/Testing/Python/CMakeLists.txt 1 addition, 0 deletionsFilters/Geometry/Testing/Python/CMakeLists.txt
- Filters/Geometry/Testing/Python/dataSetSurfaceFilter2.py 100 additions, 0 deletionsFilters/Geometry/Testing/Python/dataSetSurfaceFilter2.py
- Filters/Geometry/vtkDataSetRegionSurfaceFilter.cxx 1 addition, 1 deletionFilters/Geometry/vtkDataSetRegionSurfaceFilter.cxx
- Filters/Geometry/vtkDataSetSurfaceFilter.cxx 1 addition, 1 deletionFilters/Geometry/vtkDataSetSurfaceFilter.cxx
Loading
Please register or sign in to comment