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

Method GetNumberOfGroups

IO/Core/vtkSortFileNames.cxx:113–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113int vtkSortFileNames::GetNumberOfGroups()
114{
115 this->Update();
116
117 return this->Groups->GetNumberOfStringArrays();
118}
119
120vtkStringArray* vtkSortFileNames::GetNthGroup(int i)
121{

Callers 2

PrintSelfMethod · 0.95
testSortFileNamesMethod · 0.80

Calls 2

UpdateMethod · 0.95

Tested by 1

testSortFileNamesMethod · 0.64