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

Method GetLoops

Filters/Modeling/vtkCookieCutter.cxx:1412–1420  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1410
1411//------------------------------------------------------------------------------
1412vtkDataObject* vtkCookieCutter::GetLoops()
1413{
1414 if (this->GetNumberOfInputConnections(1) < 1)
1415 {
1416 return nullptr;
1417 }
1418
1419 return this->GetExecutive()->GetInputData(1, 0);
1420}
1421
1422//------------------------------------------------------------------------------
1423int vtkCookieCutter::RequestData(vtkInformation* vtkNotUsed(request),

Callers

nothing calls this directly

Calls 3

GetInputDataMethod · 0.45
GetExecutiveMethod · 0.45

Tested by

no test coverage detected