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

Method GetNumberOfFiles

Common/System/vtkDirectory.cxx:116–119  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

114
115//------------------------------------------------------------------------------
116vtkIdType vtkDirectory::GetNumberOfFiles()
117{
118 return this->Files->GetNumberOfValues();
119}
120
121//------------------------------------------------------------------------------
122int vtkDirectory::FileIsDirectory(const char* name)

Callers 3

OpenMethod · 0.45
TestDirectoryFunction · 0.45
LoadLibrariesInPathMethod · 0.45

Calls 1

GetNumberOfValuesMethod · 0.45

Tested by 1

TestDirectoryFunction · 0.36