| 106 | } |
| 107 | |
| 108 | void vtkTableToSparseArray::SetOutputExtents(const vtkArrayExtents& extents) |
| 109 | { |
| 110 | this->Implementation->ExplicitOutputExtents = true; |
| 111 | this->Implementation->OutputExtents = extents; |
| 112 | this->Modified(); |
| 113 | } |
| 114 | |
| 115 | int vtkTableToSparseArray::FillInputPortInformation(int port, vtkInformation* info) |
| 116 | { |
no test coverage detected