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

Method RemoveAllFunctions

IO/Parallel/vtkMultiBlockPLOT3DReader.cxx:3623–3627  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3621}
3622
3623void vtkMultiBlockPLOT3DReader::RemoveAllFunctions()
3624{
3625 this->FunctionList->Reset();
3626 this->Modified();
3627}
3628
3629int vtkMultiBlockPLOT3DReader::FillOutputPortInformation(int vtkNotUsed(port), vtkInformation* info)
3630{

Callers 2

RequestInformationMethod · 0.45
DoPlot3DReaderTestsFunction · 0.45

Calls 2

ResetMethod · 0.45
ModifiedMethod · 0.45

Tested by 1

DoPlot3DReaderTestsFunction · 0.36