Aliased to the Write() method to be consistent with the rest of the * pipeline. */
| 140 | /** Aliased to the Write() method to be consistent with the rest of the |
| 141 | * pipeline. */ |
| 142 | virtual void |
| 143 | Update() |
| 144 | { |
| 145 | this->Write(); |
| 146 | } |
| 147 | |
| 148 | /** Set the compression On or Off */ |
| 149 | itkSetMacro(UseCompression, bool); |