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

Method AddColumn

Infovis/Core/vtkTableToArray.cxx:67–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67void vtkTableToArray::AddColumn(const char* name)
68{
69 if (!name)
70 {
71 vtkErrorMacro(<< "cannot add column with nullptr name");
72 return;
73 }
74
75 this->Implementation->Columns.emplace_back(vtkStdString(name));
76 this->Modified();
77}
78
79void vtkTableToArray::AddColumn(vtkIdType index)
80{

Callers 15

InitializeDataFunction · 0.45
TestStackedPlotGL2PSFunction · 0.45
RequestDataMethod · 0.45
TestLinePlotGL2PSFunction · 0.45
SetupOutputDataMethod · 0.45
RequestDataMethod · 0.45
ReadMeshSimpleMethod · 0.45
RequestDataMethod · 0.45
CreateColumnMethod · 0.45
RequestDataMethod · 0.45

Calls 3

vtkStdStringClass · 0.50
emplace_backMethod · 0.45
ModifiedMethod · 0.45

Tested by 15

InitializeDataFunction · 0.36
TestStackedPlotGL2PSFunction · 0.36
TestLinePlotGL2PSFunction · 0.36
TestNumericsDetectTypeFunction · 0.36
TestNumericsConvertTypeFunction · 0.36
TestNumericsOverflowFunction · 0.36
TestDelimitedTextWriterFunction · 0.36
GetSourceFunction · 0.36
TestGroupLeafVerticesFunction · 0.36