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

Method GetUnselectedOutput

Filters/Modeling/vtkSelectPolyData.cxx:57–64  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

55
56//------------------------------------------------------------------------------
57vtkPolyData* vtkSelectPolyData::GetUnselectedOutput()
58{
59 if (this->GetNumberOfOutputPorts() < 2)
60 {
61 return nullptr;
62 }
63 return vtkPolyData::SafeDownCast(this->GetExecutive()->GetOutputData(1));
64}
65
66//------------------------------------------------------------------------------
67vtkAlgorithmOutput* vtkSelectPolyData::GetUnselectedOutputPort()

Callers 2

RequestDataMethod · 0.95

Calls 3

GetOutputDataMethod · 0.45
GetExecutiveMethod · 0.45

Tested by

no test coverage detected