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

Method SetArgs

Filters/Parallel/Testing/Cxx/PTextureMapToSphere.cxx:58–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58void MyProcess::SetArgs(int anArgc, char* anArgv[])
59{
60 this->Argc = anArgc;
61 this->Argv = anArgv;
62}
63
64void MyProcess::Execute()
65{

Callers 1

PTextureMapToSphereFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected