Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
263
void
264
ImportImageFilter::SetDirection(const std::vector<double> & direction)
265
{
266
this->m_Direction = direction;
267
}
268
269
const std::vector<double> &
270
ImportImageFilter::GetDirection() const
Callers
1
ExecuteInternal
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected