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

Function GetDestinationIndex

Code/BasicFilters/include/sitkPasteImageFilter.h:115–119  ·  view source on GitHub ↗

* Set/Get the destination index (where in the first input the second input will be pasted. */

Source from the content-addressed store, hash-verified

113 * Set/Get the destination index (where in the first input the second input will be pasted.
114 */
115 std::vector<int>
116 GetDestinationIndex() const
117 {
118 return this->m_DestinationIndex;
119 }
120
121
122 /** Set/Get the array describing which axes in the destination image to skip

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected