| 137 | } |
| 138 | |
| 139 | void vtkBivariateLinearTableThreshold::AddColumnToThreshold(vtkIdType column, vtkIdType component) |
| 140 | { |
| 141 | this->Implementation->ColumnsToThreshold.push_back(column); |
| 142 | this->Implementation->ColumnComponentsToThreshold.push_back(component); |
| 143 | this->Modified(); |
| 144 | } |
| 145 | |
| 146 | int vtkBivariateLinearTableThreshold::GetNumberOfColumnsToThreshold() |
| 147 | { |
no test coverage detected