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

Method FillData

IO/Infovis/vtkBiomTableReader.cxx:274–283  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

272
273//------------------------------------------------------------------------------
274void vtkBiomTableReader::FillData(vtkVariant v)
275{
276 for (int row = 0; row < this->NumberOfRows; ++row)
277 {
278 for (int col = 1; col < this->NumberOfColumns + 1; ++col)
279 {
280 this->GetOutput()->SetValue(row, col, v);
281 }
282 }
283}
284
285//------------------------------------------------------------------------------
286void vtkBiomTableReader::ParseSparseness()

Callers 1

InitializeDataMethod · 0.95

Calls 2

GetOutputMethod · 0.95
SetValueMethod · 0.45

Tested by

no test coverage detected