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

Method CreateDefaultExecutive

Common/ExecutionModel/vtkAlgorithm.cxx:1176–1183  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1174
1175//------------------------------------------------------------------------------
1176vtkExecutive* vtkAlgorithm::CreateDefaultExecutive()
1177{
1178 if (vtkAlgorithm::DefaultExecutivePrototype)
1179 {
1180 return vtkAlgorithm::DefaultExecutivePrototype->NewInstance();
1181 }
1182 return vtkCompositeDataPipeline::New();
1183}
1184
1185//------------------------------------------------------------------------------
1186void vtkAlgorithm::ReportReferences(vtkGarbageCollector* collector)

Callers 1

GetExecutiveMethod · 0.95

Calls 2

NewFunction · 0.50
NewInstanceMethod · 0.45

Tested by

no test coverage detected