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

Method Fill

Common/Core/vtkDataArray.cxx:745–751  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

743
744//------------------------------------------------------------------------------
745void vtkDataArray::Fill(double value)
746{
747 for (int i = 0; i < this->GetNumberOfComponents(); ++i)
748 {
749 this->FillComponent(i, value);
750 }
751}
752
753//------------------------------------------------------------------------------
754double vtkDataArray::GetMaxNorm()

Callers

nothing calls this directly

Calls 2

FillComponentMethod · 0.95
GetNumberOfComponentsMethod · 0.45

Tested by

no test coverage detected