* Set/Get the destination index (where in the first input the second input will be pasted. */
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected