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

Method GetNumberOfFileNames

IO/IOSS/vtkIOSSReader.cxx:278–282  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

276
277//----------------------------------------------------------------------------
278int vtkIOSSReader::GetNumberOfFileNames() const
279{
280 auto& internals = (*this->Internals);
281 return static_cast<int>(internals.FileNames.size());
282}
283
284//----------------------------------------------------------------------------
285int vtkIOSSReader::ReadMetaData(vtkInformation* metadata)

Callers 9

SetQFileNameMethod · 0.45
GetQFileNameMethod · 0.45
ReadArraysMethod · 0.45
ExecuteMethod · 0.45
SetFileNameMethod · 0.45
GetFileNameMethod · 0.45
OpenVTKFileMethod · 0.45
ReadHeaderMethod · 0.45
LoadRenderModelMappingFunction · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected