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

Method GetInputArrayToProcess

Common/ExecutionModel/vtkAlgorithm.cxx:623–627  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

621
622//------------------------------------------------------------------------------
623vtkDataArray* vtkAlgorithm::GetInputArrayToProcess(int idx, vtkInformationVector** inputVector)
624{
625 int association = vtkDataObject::FIELD_ASSOCIATION_NONE;
626 return this->GetInputArrayToProcess(idx, inputVector, association);
627}
628
629//------------------------------------------------------------------------------
630vtkDataArray* vtkAlgorithm::GetInputArrayToProcess(

Callers 15

WriteFileHeaderMethod · 0.80
WriteFileMethod · 0.80
GetLabelsMethod · 0.80
GetBoundsMethod · 0.80
GetLabelsMethod · 0.80
UpdateCacheMethod · 0.80
GetBarsCountMethod · 0.80
GetDataBoundsMethod · 0.80
GetDataArraysMethod · 0.80
CalculateBarPlotsMethod · 0.80
MouseMoveEventMethod · 0.80

Calls 1

Tested by

no test coverage detected