------------------------------------------------------------------------------
| 72 | |
| 73 | //------------------------------------------------------------------------------ |
| 74 | void vtkAbstractCellLocator::ComputeCellBounds() |
| 75 | { |
| 76 | if (this->CacheCellBounds) |
| 77 | { |
| 78 | this->FreeCellBounds(); |
| 79 | this->StoreCellBounds(); |
| 80 | } |
| 81 | } |
| 82 | |
| 83 | //------------------------------------------------------------------------------ |
| 84 | void vtkAbstractCellLocator::UpdateInternalWeights() |
no test coverage detected