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

Method GetInputAbstractArrayToProcess

Common/ExecutionModel/vtkAlgorithm.cxx:668–673  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

666
667//------------------------------------------------------------------------------
668vtkAbstractArray* vtkAlgorithm::GetInputAbstractArrayToProcess(
669 int idx, vtkInformationVector** inputVector)
670{
671 int association = vtkDataObject::FIELD_ASSOCIATION_NONE;
672 return this->GetInputAbstractArrayToProcess(idx, inputVector, association);
673}
674
675//------------------------------------------------------------------------------
676vtkAbstractArray* vtkAlgorithm::GetInputAbstractArrayToProcess(

Callers 15

GetInputArrayMethod · 0.95
ProcessPointSetMethod · 0.80
WriteImageDataMethod · 0.80
GetLabelsMethod · 0.80
GetTooltipLabelMethod · 0.80
UpdatePlotCacheFunction · 0.80
UpdateMethod · 0.80
RequestDataMethod · 0.80
RequestDataMethod · 0.80
BuildLabelsInternalMethod · 0.80

Calls 8

GetInformationObjectMethod · 0.80
GetAbstractArrayMethod · 0.80
GetAbstractAttributeMethod · 0.80
GetMethod · 0.45
HasMethod · 0.45
GetCellDataMethod · 0.45
GetAttributesMethod · 0.45

Tested by

no test coverage detected