------------------------------------------------------------------------------
| 178 | |
| 179 | //------------------------------------------------------------------------------ |
| 180 | void 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 | //------------------------------------------------------------------------------ |
| 187 | vtkCellAttribute* vtkCellGridAlgorithm::GetInputCellAttributeToProcess( |
nothing calls this directly
no test coverage detected