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

Method FillInputPortInformation

Rendering/Label/vtkPointSetToLabelHierarchy.cxx:122–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122int vtkPointSetToLabelHierarchy::FillInputPortInformation(int port, vtkInformation* info)
123{
124 if (port == 0)
125 {
126 info->Remove(vtkAlgorithm::INPUT_REQUIRED_DATA_TYPE());
127 info->Append(vtkAlgorithm::INPUT_REQUIRED_DATA_TYPE(), "vtkPointSet");
128 info->Append(vtkAlgorithm::INPUT_REQUIRED_DATA_TYPE(), "vtkGraph");
129 }
130 return 1;
131}
132
133int vtkPointSetToLabelHierarchy::RequestData(vtkInformation* vtkNotUsed(request),
134 vtkInformationVector** inputVector, vtkInformationVector* outputVector)

Callers

nothing calls this directly

Calls 2

RemoveMethod · 0.45
AppendMethod · 0.45

Tested by

no test coverage detected