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

Method AddModeFileName

IO/NetCDF/vtkSLACReader.cxx:584–588  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

582
583//------------------------------------------------------------------------------
584void vtkSLACReader::AddModeFileName(const char* fname)
585{
586 this->Internal->ModeFileNames.emplace_back(fname);
587 this->Modified();
588}
589
590void vtkSLACReader::RemoveAllModeFileNames()
591{

Callers 6

SLACReaderLinearFunction · 0.80
SLACReaderQuadraticFunction · 0.80
SLACMultipleModesFunction · 0.80
SLACParticleReaderFunction · 0.80
PSLACReaderLinearMethodFunction · 0.80

Calls 2

emplace_backMethod · 0.45
ModifiedMethod · 0.45

Tested by

no test coverage detected