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

Function SetDestinationIndex

Code/BasicFilters/include/sitkPasteImageFilter.h:106–110  ·  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

104 * Set/Get the destination index (where in the first input the second input will be pasted.
105 */
106 void
107 SetDestinationIndex(std::vector<int> DestinationIndex)
108 {
109 this->m_DestinationIndex = std::move(DestinationIndex);
110 }
111
112 /**
113 * 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