MCPcopy 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
143vtkStringArray* vtkSortFileNames::GetFileNames()
144{
145 this->Update();
146
147 return this->FileNames;
148}
149
150void vtkSortFileNames::GroupFileNames(vtkStringArray* input, vtkStringArrayVector* output)
151{

Callers 7

PrintSelfMethod · 0.95
PrintSelfMethod · 0.80
testGlobFileNamesMethod · 0.80
testSortFileNamesMethod · 0.80

Calls 1

UpdateMethod · 0.95

Tested by 2

testGlobFileNamesMethod · 0.64
testSortFileNamesMethod · 0.64