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

Method SetValueColumn

Infovis/Core/vtkTableToSparseArray.cxx:85–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85void vtkTableToSparseArray::SetValueColumn(const char* name)
86{
87 if (!name)
88 {
89 vtkErrorMacro(<< "cannot set value column with nullptr name");
90 return;
91 }
92
93 this->Implementation->Values = name;
94 this->Modified();
95}
96
97const char* vtkTableToSparseArray::GetValueColumn()
98{

Callers 4

vtkSparseArrayToTableMethod · 0.80
ArraySparseArrayToTableFunction · 0.80
ArrayTableToSparseArrayFunction · 0.80

Calls 1

ModifiedMethod · 0.45

Tested by

no test coverage detected