\brief Set the starting index of the input image to extract. * * The index defaults to all zeros. */
| 110 | * The index defaults to all zeros. |
| 111 | */ |
| 112 | void |
| 113 | SetIndex(std::vector<int> Index) |
| 114 | { |
| 115 | this->m_Index = std::move(Index); |
| 116 | } |
| 117 | |
| 118 | /** \brief Get the starting index to extract. |
| 119 | */ |
nothing calls this directly
no outgoing calls
no test coverage detected