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

Function SetSourceIndex

Code/BasicFilters/include/sitkPasteImageFilter.h:89–93  ·  view source on GitHub ↗

*/

Source from the content-addressed store, hash-verified

87 /**
88 */
89 void
90 SetSourceIndex(std::vector<int> SourceIndex)
91 {
92 this->m_SourceIndex = std::move(SourceIndex);
93 }
94
95 /**
96 */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected