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

Method FillInputPortInformation

Filters/ParallelStatistics/vtkGenerateStatistics.cxx:594–602  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

592}
593
594int vtkGenerateStatistics::FillInputPortInformation(int port, vtkInformation* info)
595{
596 info->Set(vtkAlgorithm::INPUT_REQUIRED_DATA_TYPE(), "vtkDataObject");
597 if (port == 0)
598 {
599 return 1;
600 }
601 return 0;
602}
603
604int vtkGenerateStatistics::RequestData(
605 vtkInformation* vtkNotUsed(request), vtkInformationVector** input, vtkInformationVector* output)

Callers

nothing calls this directly

Calls 1

SetMethod · 0.45

Tested by

no test coverage detected