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

Function SetIndex

Code/BasicFilters/include/sitkExtractImageFilter.h:112–116  ·  view source on GitHub ↗

\brief Set the starting index of the input image to extract. * * The index defaults to all zeros. */

Source from the content-addressed store, hash-verified

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 */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected