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

Method vtkSparseArrayToTable

Infovis/Core/vtkSparseArrayToTable.cxx:64–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62//------------------------------------------------------------------------------
63
64vtkSparseArrayToTable::vtkSparseArrayToTable()
65 : ValueColumn(nullptr)
66{
67 this->SetValueColumn("value");
68
69 this->SetNumberOfInputPorts(1);
70 this->SetNumberOfOutputPorts(1);
71}
72
73//------------------------------------------------------------------------------
74

Callers

nothing calls this directly

Calls 3

SetValueColumnMethod · 0.80
SetNumberOfInputPortsMethod · 0.45

Tested by

no test coverage detected