------------------------------------------------------------------------------
| 144 | |
| 145 | //------------------------------------------------------------------------------ |
| 146 | void vtkJSONImageWriter::Write() |
| 147 | { |
| 148 | this->Modified(); |
| 149 | this->UpdateWholeExtent(); |
| 150 | } |
| 151 | VTK_ABI_NAMESPACE_END |
nothing calls this directly
no test coverage detected