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

Method GetNumberOfInputArraySpecifications

Common/ExecutionModel/vtkAlgorithm.cxx:369–377  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

367
368//------------------------------------------------------------------------------
369int vtkAlgorithm::GetNumberOfInputArraySpecifications()
370{
371 vtkInformationVector* inArrayVec = this->Information->Get(INPUT_ARRAYS_TO_PROCESS());
372 if (!inArrayVec)
373 {
374 return 0;
375 }
376 return inArrayVec->GetNumberOfInformationObjects();
377}
378
379//------------------------------------------------------------------------------
380bool vtkAlgorithm::ResetInputArraySpecifications()

Callers 4

RequestDataMethod · 0.80
RequestDataMethod · 0.80
RequestDataPlainMethod · 0.80

Calls 1

GetMethod · 0.45

Tested by 4

RequestDataMethod · 0.64
RequestDataMethod · 0.64
RequestDataPlainMethod · 0.64