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

Method InitVorticityArray

Filters/HyperTree/vtkHyperTreeGridGradient.cxx:330–334  ·  view source on GitHub ↗

----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

328
329 //----------------------------------------------------------------------------
330 void InitVorticityArray(vtkDoubleArray* vort)
331 {
332 vort->Fill(0);
333 this->OutVortArray = vort;
334 }
335
336 //----------------------------------------------------------------------------
337 void InitQCriterionArray(vtkDoubleArray* qcrit)

Callers 1

ProcessTreesMethod · 0.80

Calls 1

FillMethod · 0.45

Tested by

no test coverage detected