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

Method Initialize

Filters/ParallelFlowPaths/vtkPStreamTracer.cxx:683–688  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

681 PStreamTracerUtils() { this->Locator = nullptr; }
682
683 void Initialize(vtkPStreamTracer* tracer) override
684 {
685 this->Superclass::Initialize(tracer);
686 this->Locator = vtkSmartPointer<ProcessLocator>::New();
687 this->Locator->Initialize(tracer->InputData);
688 }
689
690 ProcessLocator* GetProcessLocator() override { return this->Locator; }
691

Callers

nothing calls this directly

Calls 2

NewFunction · 0.50
InitializeMethod · 0.45

Tested by

no test coverage detected