18 unsigned long vtkNotUsed(eventId) ,
19 void* vtkNotUsed(callData) )
21 auto* picker =
static_cast<vtkCellPicker*
>(caller);
22 if (picker->GetCellId() < 0)
28 vtkActor* actor = picker->GetActor();
34 double* pos = picker->GetPickPosition();
35 INFO(
"Picked cell id is: {:d}", picker->GetCellId());
36 INFO(
"Picked position is: {:f} {:f} {:f}", pos[0], pos[1], pos[2]);