Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ SetArgs
Method
SetArgs
Filters/Parallel/Testing/Cxx/ParallelResampling.cxx:56–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
54
}
55
56
void MyProcess::SetArgs(int anArgc, char* anArgv[])
57
{
58
this->Argc = anArgc;
59
this->Argv = anArgv;
60
}
61
62
void MyProcess::Execute()
63
{
Callers
1
ParallelResampling
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected