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

Function GetSourceIndex

Code/BasicFilters/include/sitkPasteImageFilter.h:97–101  ·  view source on GitHub ↗

*/

Source from the content-addressed store, hash-verified

95 /**
96 */
97 std::vector<int>
98 GetSourceIndex() const
99 {
100 return this->m_SourceIndex;
101 }
102
103 /**
104 * Set/Get the destination index (where in the first input the second input will be pasted.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected