valette / ACVD

Fast simplification of 3D surface meshes
https://www.creatis.insa-lyon.fr/~valette/public/project/acvd/
Other
266 stars 57 forks source link

VTK 9 Compilation Error #33

Closed qaler closed 3 years ago

qaler commented 4 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?

valette commented 4 years ago

Hi, Pull request #30 has been proposed, I am checking it right now

valette commented 3 years ago

Hi, I have created a branch for vtk9 : /valette/ACVD/tree/vtk9 Could you test it?

valette commented 3 years ago

The master branch should now compile with vtk9