MCPcopy 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
56void MyProcess::SetArgs(int anArgc, char* anArgv[])
57{
58 this->Argc = anArgc;
59 this->Argv = anArgv;
60}
61
62void MyProcess::Execute()
63{

Callers 1

ParallelResamplingFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected