Closed qaler closed 3 years ago
I am trying to build ACVD using latest VTK 9.0 library.
But when building against vtkSurfaceBase.h , the compiler aborts with errors:
vtkIdType n,*pts; this->Polys->GetCell(this->Cells->GetCellLocation(face),n,pts);
The error message is:
“GetCellLocation” is not a member of vtkPolyData_detail::CellMap
How may I fix this?
Hi, Pull request #30 has been proposed, I am checking it right now
Hi, I have created a branch for vtk9 : /valette/ACVD/tree/vtk9 Could you test it?
The master branch should now compile with vtk9
I am trying to build ACVD using latest VTK 9.0 library.
But when building against vtkSurfaceBase.h , the compiler aborts with errors:
The error message is:
How may I fix this?