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

Method PointGradients

Filters/General/vtkGradientFilter.cxx:421–430  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

419 vtkSMPThreadLocal<int> TLMaxSpatialDimension;
420
421 PointGradients(vtkDataSet* input, vtkStaticCellLinks* links, TData* a, int numComp, TData* g,
422 TData* v, TData* q, TData* d, int cellOption, vtkGradientFilter* filter)
423 : GradientsBase<TData>(a, numComp, g, v, q, d, filter)
424 , Input(input)
425 , Links(links)
426 , MaxSpatialDimension(
427 cellOption == vtkGradientFilter::DataSetMax ? input->GetMaxSpatialDimension() : 0)
428 , CellOption(cellOption)
429 {
430 }
431
432 void Initialize()
433 {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected