MCPcopy Create free account
hub / github.com/Kitware/VTK / Write

Method Write

IO/Image/vtkImageWriter.cxx:149–154  ·  view source on GitHub ↗

------------------------------------------------------------------------------ Writes all the data from the input.

Source from the content-addressed store, hash-verified

147//------------------------------------------------------------------------------
148// Writes all the data from the input.
149void 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.

Callers

nothing calls this directly

Calls 2

ModifiedMethod · 0.45
UpdateWholeExtentMethod · 0.45

Tested by

no test coverage detected