Skip to content
Snippets Groups Projects
Verified Commit 013b92d7 authored by Jean-Christophe Fillion-Robin's avatar Jean-Christophe Fillion-Robin
Browse files

COMP: Restore visibility of FindPoint method in vtkImagaData

This follows up on 92fc5b26 (`vtkImageData: Use Implicit structures and
check visibility`, 2023-05-18) ensuring the all overloads of FindPoint from
vtkDataSet available in vtkImageData.
parent e0c16427
No related branches found
No related tags found
No related merge requests found
......@@ -79,6 +79,7 @@ public:
vtkCell* GetCell(int i, int j, int k) override;
void GetCell(vtkIdType cellId, vtkGenericCell* cell) override;
void GetCellBounds(vtkIdType cellId, double bounds[6]) override;
using vtkDataSet::FindPoint;
vtkIdType FindPoint(double x[3]) override;
vtkIdType FindCell(double x[3], vtkCell* cell, vtkIdType cellId, double tol2, int& subId,
double pcoords[3], double* weights) override;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment