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

Method GetSelectionEdges

Filters/Modeling/vtkSelectPolyData.cxx:73–81  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

71
72//------------------------------------------------------------------------------
73vtkPolyData* vtkSelectPolyData::GetSelectionEdges()
74{
75 if (this->GetNumberOfOutputPorts() < 3)
76 {
77 return nullptr;
78 }
79
80 return vtkPolyData::SafeDownCast(this->GetExecutive()->GetOutputData(2));
81}
82
83//------------------------------------------------------------------------------
84void vtkSelectPolyData::GreedyEdgeSearch(vtkPolyData* mesh, vtkIdList* edgePointIds)

Callers 1

RequestDataMethod · 0.95

Calls 3

GetOutputDataMethod · 0.45
GetExecutiveMethod · 0.45

Tested by

no test coverage detected