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

Method GetInputArrayAssociation

Common/ExecutionModel/vtkAlgorithm.cxx:574–579  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

572
573//------------------------------------------------------------------------------
574int vtkAlgorithm::GetInputArrayAssociation(int idx, vtkInformationVector** inputVector)
575{
576 int association = vtkDataObject::FIELD_ASSOCIATION_NONE;
577 this->GetInputArrayToProcess(idx, inputVector, association);
578 return association;
579}
580
581//------------------------------------------------------------------------------
582int vtkAlgorithm::GetInputArrayAssociation(

Callers 9

RequestDataMethod · 0.45
RequestDataMethod · 0.45
RequestDataMethod · 0.45
RequestDataMethod · 0.45
RequestDataMethod · 0.45
RequestDataMethod · 0.45
RequestDataMethod · 0.45
RequestDataMethod · 0.45
RequestDataMethod · 0.45

Calls 1

Tested by

no test coverage detected