Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3617
void vtkMultiBlockPLOT3DReader::AddFunction(int functionNumber)
3618
{
3619
this->FunctionList->InsertNextValue(functionNumber);
3620
this->Modified();
3621
}
3622
3623
void vtkMultiBlockPLOT3DReader::RemoveAllFunctions()
3624
{
Callers
5
SetScalarFunctionNumber
Method · 0.95
SetVectorFunctionNumber
Method · 0.95
AddFunctions
Method · 0.45
DoPlot3DReaderTests
Function · 0.45
iceCream.py
File · 0.45
Calls
2
InsertNextValue
Method · 0.45
Modified
Method · 0.45
Tested by
1
DoPlot3DReaderTests
Function · 0.36