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

Method FillOutputPortInformation

IO/XML/vtkXMLMultiBlockDataReader.cxx:33–38  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

31
32//------------------------------------------------------------------------------
33int vtkXMLMultiBlockDataReader::FillOutputPortInformation(
34 int vtkNotUsed(port), vtkInformation* info)
35{
36 info->Set(vtkDataObject::DATA_TYPE_NAME(), "vtkMultiBlockDataSet");
37 return 1;
38}
39
40//------------------------------------------------------------------------------
41const char* vtkXMLMultiBlockDataReader::GetDataSetName()

Callers

nothing calls this directly

Calls 1

SetMethod · 0.45

Tested by

no test coverage detected