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

Method SetController

Filters/ParallelDIY2/vtkRedistributeDataSetFilter.cxx:197–204  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

195
196//------------------------------------------------------------------------------
197void vtkRedistributeDataSetFilter::SetController(vtkMultiProcessController* ctr)
198{
199 if (this->Strategy)
200 {
201 this->Strategy->SetController(ctr);
202 }
203 vtkSetObjectBodyMacro(Controller, vtkMultiProcessController, ctr);
204}
205
206//------------------------------------------------------------------------------
207void vtkRedistributeDataSetFilter::SetExplicitCuts(const std::vector<vtkBoundingBox>& boxes)

Calls

no outgoing calls

Tested by 15

commonFunction · 0.36
TestPResampleToImageFunction · 0.36
Test2DFunction · 0.36
Test3DFunction · 0.36
Test2DFunction · 0.36
Test3DFunction · 0.36