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

Method AddFunction

IO/Parallel/vtkMultiBlockPLOT3DReader.cxx:3617–3621  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3615}
3616
3617void vtkMultiBlockPLOT3DReader::AddFunction(int functionNumber)
3618{
3619 this->FunctionList->InsertNextValue(functionNumber);
3620 this->Modified();
3621}
3622
3623void vtkMultiBlockPLOT3DReader::RemoveAllFunctions()
3624{

Callers 5

AddFunctionsMethod · 0.45
DoPlot3DReaderTestsFunction · 0.45
iceCream.pyFile · 0.45

Calls 2

InsertNextValueMethod · 0.45
ModifiedMethod · 0.45

Tested by 1

DoPlot3DReaderTestsFunction · 0.36