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

Method GetNumberOfModeFileNames

IO/NetCDF/vtkSLACReader.cxx:596–599  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

594}
595
596unsigned int vtkSLACReader::GetNumberOfModeFileNames()
597{
598 return static_cast<unsigned int>(this->Internal->ModeFileNames.size());
599}
600
601const char* vtkSLACReader::GetModeFileName(unsigned int idx)
602{

Callers 1

RequestInformationMethod · 0.95

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected