Mentions légales du service

Skip to content
Snippets Groups Projects
Commit c7ed7a09 authored by Florian Maurin's avatar Florian Maurin
Browse files

Fix nonlinear subdivision for VTK_CUBIC_LINE

parent e64def92
No related branches found
No related tags found
No related merge requests found
...@@ -1572,6 +1572,7 @@ int vtkDataSetSurfaceFilter::UnstructuredGridExecuteInternal(vtkUnstructuredGrid ...@@ -1572,6 +1572,7 @@ int vtkDataSetSurfaceFilter::UnstructuredGridExecuteInternal(vtkUnstructuredGrid
break; break;
case VTK_LAGRANGE_CURVE: case VTK_LAGRANGE_CURVE:
case VTK_QUADRATIC_EDGE: case VTK_QUADRATIC_EDGE:
case VTK_CUBIC_LINE:
{ {
pointIdList = cellIter->GetPointIds(); pointIdList = cellIter->GetPointIds();
numCellPts = pointIdList->GetNumberOfIds(); numCellPts = pointIdList->GetNumberOfIds();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment