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

Method FillInputPortInformation

Rendering/VolumeOpenGL2/vtkMultiBlockVolumeMapper.cxx:362–367  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

360
361//------------------------------------------------------------------------------
362int vtkMultiBlockVolumeMapper::FillInputPortInformation(int port, vtkInformation* info)
363{
364 this->Superclass::FillInputPortInformation(port, info);
365 info->Append(vtkAlgorithm::INPUT_REQUIRED_DATA_TYPE(), "vtkDataObjectTree");
366 return 1;
367}
368
369//------------------------------------------------------------------------------
370void vtkMultiBlockVolumeMapper::PrintSelf(ostream& os, vtkIndent indent)

Callers

nothing calls this directly

Calls 1

AppendMethod · 0.45

Tested by

no test coverage detected