------------------------------------------------------------------------------
| 672 | |
| 673 | //------------------------------------------------------------------------------ |
| 674 | bool vtkLagrangianBasicIntegrationModel::FindInLocators(double* x, vtkLagrangianParticle* particle) |
| 675 | { |
| 676 | vtkIdType cellId; |
| 677 | vtkDataSet* dataset; |
| 678 | vtkAbstractCellLocator* loc; |
| 679 | double* weights; |
| 680 | return this->FindInLocators(x, particle, dataset, cellId, loc, weights); |
| 681 | } |
| 682 | |
| 683 | //------------------------------------------------------------------------------ |
| 684 | bool vtkLagrangianBasicIntegrationModel::FindInLocators( |