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

Method FillInputPortInformation

IO/XML/vtkXMLMultiBlockDataWriter.cxx:21–25  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

19
20//------------------------------------------------------------------------------
21int vtkXMLMultiBlockDataWriter::FillInputPortInformation(int vtkNotUsed(port), vtkInformation* info)
22{
23 info->Set(vtkAlgorithm::INPUT_REQUIRED_DATA_TYPE(), "vtkMultiBlockDataSet");
24 return 1;
25}
26
27//------------------------------------------------------------------------------
28int vtkXMLMultiBlockDataWriter::WriteComposite(

Callers

nothing calls this directly

Calls 1

SetMethod · 0.45

Tested by

no test coverage detected