------------------------------------------------------------------------------ Writes all the data from the input.
| 147 | //------------------------------------------------------------------------------ |
| 148 | // Writes all the data from the input. |
| 149 | void vtkImageWriter::Write() |
| 150 | { |
| 151 | // we always write, even if nothing has changed, so send a modified |
| 152 | this->Modified(); |
| 153 | this->UpdateWholeExtent(); |
| 154 | } |
| 155 | |
| 156 | //------------------------------------------------------------------------------ |
| 157 | // Breaks region into pieces with correct dimensionality. |
nothing calls this directly
no test coverage detected