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

Method NewTaskInstance

Filters/ParallelFlowPaths/vtkPStreamTracer.cxx:1284–1292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1282 }
1283
1284 vtkSmartPointer<Task> NewTaskInstance()
1285 {
1286 vtkSmartPointer<Task> task = vtkSmartPointer<Task>::New();
1287
1288 task->Point = this->Proto->NewInstance();
1289 task->Point->CopyTail(this->Proto);
1290 task->Point->Delete();
1291 return task;
1292 }
1293
1294 void Read(MessageStream& stream, Task& task)
1295 {

Callers 1

ReceiveMethod · 0.95

Calls 4

CopyTailMethod · 0.80
DeleteMethod · 0.65
NewFunction · 0.50
NewInstanceMethod · 0.45

Tested by

no test coverage detected