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

Method vtkPStreamTracer

Filters/ParallelFlowPaths/vtkPStreamTracer.cxx:1383–1396  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1381
1382//------------------------------------------------------------------------------
1383vtkPStreamTracer::vtkPStreamTracer()
1384{
1385 this->Controller = nullptr;
1386 this->SetController(vtkMultiProcessController::GetGlobalController());
1387
1388 this->Interpolator = nullptr;
1389 this->GenerateNormalsInIntegrate = false;
1390
1391 this->EmptyData = 0;
1392
1393 // This class does some non-thread-safe stuff (TBD). Force serial execution.
1394 this->SerialExecution = true;
1395 this->ForceSerialExecution = true;
1396}
1397
1398//------------------------------------------------------------------------------
1399vtkPStreamTracer::~vtkPStreamTracer()

Callers

nothing calls this directly

Calls 1

SetControllerMethod · 0.45

Tested by

no test coverage detected