@{ * Reimplement to compute the data for the current cell. * Only one of these methods should be reimplemented: * - If the strategy creates a cell data array, use `Compute` with a single parameter * - If the strategy creates a field data array, use `Compute` with the extra parameters * (they provide the result of the previously computed cell data). */
| 62 | * (they provide the result of the previously computed cell data). |
| 63 | */ |
| 64 | virtual void Compute(vtkHyperTreeGridNonOrientedGeometryCursor*) {} |
| 65 | virtual void Compute(vtkHyperTreeGridNonOrientedGeometryCursor*, vtkCellData*, |
| 66 | std::unordered_map<std::string, Field>) |
| 67 | { |
no outgoing calls
no test coverage detected