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

Method AddInputData

Filters/General/vtkMultiBlockMergeFilter.cxx:176–179  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

174
175//------------------------------------------------------------------------------
176void vtkMultiBlockMergeFilter::AddInputData(vtkDataObject* input)
177{
178 this->AddInputData(0, input);
179}
180
181//------------------------------------------------------------------------------
182void vtkMultiBlockMergeFilter::AddInputData(int index, vtkDataObject* input)

Callers 12

ClipTDataSetMethod · 0.45
RequestDataMethod · 0.45
RequestDataMethod · 0.45
ExecutePassMethod · 0.45
RequestDataMethod · 0.45
PerformBooleanMethod · 0.45
AppendPolyDataPointsFunction · 0.45
TestAppendArraysSimpleFunction · 0.45

Calls

no outgoing calls

Tested by 4

AppendPolyDataPointsFunction · 0.36
TestAppendArraysSimpleFunction · 0.36