MCPcopy Create free account
hub / github.com/Kitware/VTK / Compute

Function Compute

Filters/HyperTree/vtkHyperTreeGridGenerateFieldStrategy.h:64–64  ·  view source on GitHub ↗

@{ * 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). */

Source from the content-addressed store, hash-verified

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 {

Callers 6

MultiplyMatrixFunction · 0.85
MultiplyMatrixWithVectorFunction · 0.85
DotFunction · 0.85
DeterminantFunction · 0.85
InvertMatrixFunction · 0.85
LinearSolveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected