MCPcopy Create free account
hub / github.com/SimpleITK/SimpleITK / SetDirection

Method SetDirection

Code/IO/src/sitkImportImageFilter.cxx:263–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261}
262
263void
264ImportImageFilter::SetDirection(const std::vector<double> & direction)
265{
266 this->m_Direction = direction;
267}
268
269const std::vector<double> &
270ImportImageFilter::GetDirection() const

Callers 1

ExecuteInternalMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected