Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ InsertNextStringArray
Method
InsertNextStringArray
IO/Core/vtkSortFileNames.cxx:34–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
void Reset() { this->Container.clear(); }
33
34
void InsertNextStringArray(vtkStringArray* stringArray)
35
{
36
this->Container.emplace_back(stringArray);
37
}
38
39
vtkStringArray* GetStringArray(int i)
40
{
Callers
1
GroupFileNames
Method · 0.80
Calls
1
emplace_back
Method · 0.45
Tested by
no test coverage detected