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

Method FillInputPortInformation

Filters/Programmable/vtkProgrammableGlyphFilter.cxx:312–321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

310}
311
312int vtkProgrammableGlyphFilter::FillInputPortInformation(int port, vtkInformation* info)
313{
314 if (port == 0)
315 {
316 info->Set(vtkAlgorithm::INPUT_REQUIRED_DATA_TYPE(), "vtkDataSet");
317 return 1;
318 }
319 info->Set(vtkAlgorithm::INPUT_REQUIRED_DATA_TYPE(), "vtkPolyData");
320 return 1;
321}
322
323void vtkProgrammableGlyphFilter::PrintSelf(ostream& os, vtkIndent indent)
324{

Callers

nothing calls this directly

Calls 1

SetMethod · 0.45

Tested by

no test coverage detected