MCPcopy Create free account
hub / github.com/ANTsX/ANTs / Update

Method Update

Utilities/itkVectorImageFileWriter.h:142–146  ·  view source on GitHub ↗

Aliased to the Write() method to be consistent with the rest of the * pipeline. */

Source from the content-addressed store, hash-verified

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);

Callers 15

NonLocalSuperResolutionFunction · 0.45
ConvertVectorFieldToVTKFunction · 0.45
ResampleImageBySpacingFunction · 0.45
antsJointFusionFunction · 0.45
SmoothImageFunction · 0.45
antsApplyTransformsFunction · 0.45
ReorientTensorImageFunction · 0.45
N4Function · 0.45
MultiplyImageFunction · 0.45

Calls 1

WriteMethod · 0.80

Tested by 3

ReadImageFunction · 0.36
RegressionTestImageFunction · 0.36
antsUtilitiesTestingFunction · 0.36