(self, value)
| 176 | _selectValue = None |
| 177 | |
| 178 | def SetSelectValue(self, value): |
| 179 | self._selectValue = value |
| 180 | |
| 181 | def FillInputPortInformation(self, vtkself, port, info): |
| 182 | info.Set(vtkAlgorithm.INPUT_REQUIRED_DATA_TYPE(), "vtkHyperTreeGrid") |
no outgoing calls
no test coverage detected