------------------------------------------------------------------------------
| 604 | |
| 605 | //------------------------------------------------------------------------------ |
| 606 | bool vtkHyperTreeGridGeometricLocator::ConstructCell( |
| 607 | vtkHyperTreeGridNonOrientedGeometryCursor* cursor, vtkGenericCell* cell) const |
| 608 | { |
| 609 | const double* origin = cursor->GetOrigin(); |
| 610 | const double* size = cursor->GetSize(); |
| 611 | |
| 612 | return this->ConstructCell(origin, size, cell); |
| 613 | } |
| 614 | |
| 615 | //------------------------------------------------------------------------------ |
| 616 | bool vtkHyperTreeGridGeometricLocator::ConstructCell( |
no test coverage detected