Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ GetFileNames
Method
GetFileNames
IO/Core/vtkSortFileNames.cxx:143–148 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
141
}
142
143
vtkStringArray* vtkSortFileNames::GetFileNames()
144
{
145
this->Update();
146
147
return this->FileNames;
148
}
149
150
void vtkSortFileNames::GroupFileNames(vtkStringArray* input, vtkStringArrayVector* output)
151
{
Callers
7
PrintSelf
Method · 0.95
vtkNrrdReaderReadDataAsciiTemplate
Function · 0.80
vtkNrrdReaderReadDataGZipTemplate
Method · 0.80
TestSetFileNames.py
File · 0.80
PrintSelf
Method · 0.80
testGlobFileNames
Method · 0.80
testSortFileNames
Method · 0.80
Calls
1
Update
Method · 0.95
Tested by
2
testGlobFileNames
Method · 0.64
testSortFileNames
Method · 0.64