Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
113
int vtkSortFileNames::GetNumberOfGroups()
114
{
115
this->Update();
116
117
return this->Groups->GetNumberOfStringArrays();
118
}
119
120
vtkStringArray* vtkSortFileNames::GetNthGroup(int i)
121
{
Callers
2
PrintSelf
Method · 0.95
testSortFileNames
Method · 0.80
Calls
2
Update
Method · 0.95
GetNumberOfStringArrays
Method · 0.80
Tested by
1
testSortFileNames
Method · 0.64