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

Method GetInputArrayAssociation

Filters/Hybrid/vtkTemporalArrayOperatorFilter.cxx:252–257  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

250
251//------------------------------------------------------------------------------
252int vtkTemporalArrayOperatorFilter::GetInputArrayAssociation()
253{
254 vtkInformation* inputArrayInfo =
255 this->GetInformation()->Get(INPUT_ARRAYS_TO_PROCESS())->GetInformationObject(0);
256 return inputArrayInfo->Get(vtkDataObject::FIELD_ASSOCIATION());
257}
258
259//------------------------------------------------------------------------------
260vtkDataObject* vtkTemporalArrayOperatorFilter::Process(

Callers 6

PrintSelfMethod · 0.95
ProcessDataObjectMethod · 0.95
RequestDataMethod · 0.45
RequestDataMethod · 0.45

Calls 3

GetInformationObjectMethod · 0.80
GetMethod · 0.45
GetInformationMethod · 0.45

Tested by

no test coverage detected