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

Function columnName

Examples/GUI/Qt/CellGridSource/ArrayGroupModel.cxx:15–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13{
14
15std::string columnName(vtkAbstractArray* array, int component)
16{
17 std::ostringstream name;
18 name << array->GetName() << " " << component;
19 return name.str();
20}
21
22} // anonymous namespace
23

Callers 1

setGroupNameMethod · 0.85

Calls 2

GetNameMethod · 0.45
strMethod · 0.45

Tested by

no test coverage detected