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

Method FillInputPortInformation

Rendering/OpenGL2/vtkOpenGLPointGaussianMapper.cxx:893–899  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

891
892//------------------------------------------------------------------------------
893int vtkOpenGLPointGaussianMapper::FillInputPortInformation(
894 int vtkNotUsed(port), vtkInformation* info)
895{
896 info->Set(vtkAlgorithm::INPUT_REQUIRED_DATA_TYPE(), "vtkPolyData");
897 info->Append(vtkAlgorithm::INPUT_REQUIRED_DATA_TYPE(), "vtkCompositeDataSet");
898 return 1;
899}
900
901//------------------------------------------------------------------------------
902vtkExecutive* vtkOpenGLPointGaussianMapper::CreateDefaultExecutive()

Callers

nothing calls this directly

Calls 2

SetMethod · 0.45
AppendMethod · 0.45

Tested by

no test coverage detected