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

Method SetInputDataObject

Rendering/HyperTreeGrid/vtkHyperTreeGridMapper.cxx:81–85  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

79
80//------------------------------------------------------------------------------
81void vtkHyperTreeGridMapper::SetInputDataObject(int port, vtkDataObject* input)
82{
83 this->Input = ::EnsureComposite(input);
84 this->Superclass::SetInputDataObject(port, input);
85}
86
87//------------------------------------------------------------------------------
88void vtkHyperTreeGridMapper::SetInputDataObject(vtkDataObject* input)

Callers 15

EnsureCompositeFunction · 0.45
RenderMethod · 0.45
UpdateWithDecimationMethod · 0.45
RebuildStructuresMethod · 0.45
TestBlockVisibilityFunction · 0.45
SetupVectorModeMethod · 0.45
ConnectMapperInputMethod · 0.45

Calls 1

EnsureCompositeFunction · 0.85