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

Method SetInputAttributeToProcess

Common/ExecutionModel/vtkCellGridAlgorithm.cxx:180–184  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

178
179//------------------------------------------------------------------------------
180void vtkCellGridAlgorithm::SetInputAttributeToProcess(
181 int idx, int port, int connection, const char* name)
182{
183 this->SetInputArrayToProcess(idx, port, connection, vtkDataObject::FIELD_ASSOCIATION_CELLS, name);
184}
185
186//------------------------------------------------------------------------------
187vtkCellAttribute* vtkCellGridAlgorithm::GetInputCellAttributeToProcess(

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected