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

Method GetInput

Filters/General/vtkRemovePolyData.cxx:843–846  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

841
842//------------------------------------------------------------------------------
843vtkPolyData* vtkRemovePolyData::GetInput(int idx)
844{
845 return vtkPolyData::SafeDownCast(this->GetExecutive()->GetInputData(0, idx));
846}
847
848//------------------------------------------------------------------------------
849int vtkRemovePolyData::FillInputPortInformation(int port, vtkInformation* info)

Callers 9

RemoveInputDataMethod · 0.95
RequestDataMethod · 0.45
GetInputFunction · 0.45
remove_ghostsFunction · 0.45
RequestInformationMethod · 0.45

Calls 2

GetInputDataMethod · 0.45
GetExecutiveMethod · 0.45

Tested by 2

remove_ghostsFunction · 0.36