Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
15
std::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
setGroupName
Method · 0.85
Calls
2
GetName
Method · 0.45
str
Method · 0.45
Tested by
no test coverage detected