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

Method SetInputArrayToProcess

Common/ExecutionModel/vtkAlgorithm.cxx:414–419  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

412
413//------------------------------------------------------------------------------
414void vtkAlgorithm::SetInputArrayToProcess(int idx, vtkInformation* inInfo)
415{
416 vtkInformation* info = this->GetInputArrayInformation(idx);
417 info->Copy(inInfo, 1);
418 this->Modified();
419}
420
421//------------------------------------------------------------------------------
422void vtkAlgorithm::SetInputArrayToProcess(

Callers 14

SetInputDataMethod · 0.45
SetInputDataMethod · 0.45
SetInputArrayMethod · 0.45
UpdateCacheMethod · 0.45
vtkImageAlgorithmMethod · 0.45
TestAbortSMPFilterFunction · 0.45
scalarColors.pyFile · 0.45
_testMethod · 0.45
TestPolyhedronDecomposeFunction · 0.45

Calls 10

setArrayComponentInfoFunction · 0.85
ArrayComponentsFunction · 0.85
CopyMethod · 0.45
ModifiedMethod · 0.45
GetMethod · 0.45
HasMethod · 0.45
SetMethod · 0.45
RemoveMethod · 0.45

Tested by 6

TestAbortSMPFilterFunction · 0.36
TestPolyhedronDecomposeFunction · 0.36
TestPolyhedronContouringFunction · 0.36