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

Method GetInputCellAttributeToProcess

Common/ExecutionModel/vtkCellGridAlgorithm.cxx:187–192  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

185
186//------------------------------------------------------------------------------
187vtkCellAttribute* vtkCellGridAlgorithm::GetInputCellAttributeToProcess(
188 int idx, int connection, vtkInformationVector** inputVector)
189{
190 int association = vtkDataObject::FIELD_ASSOCIATION_NONE;
191 return this->GetInputCellAttributeToProcess(idx, connection, inputVector, association);
192}
193
194//------------------------------------------------------------------------------
195vtkCellAttribute* vtkCellGridAlgorithm::GetInputCellAttributeToProcess(

Callers 1

RequestDataMethod · 0.80

Calls 4

GetInformationObjectMethod · 0.80
GetMethod · 0.45
HasMethod · 0.45

Tested by

no test coverage detected