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

Function GetIndex

Code/BasicFilters/include/sitkExtractImageFilter.h:120–124  ·  view source on GitHub ↗

\brief Get the starting index to extract. */

Source from the content-addressed store, hash-verified

118 /** \brief Get the starting index to extract.
119 */
120 std::vector<int>
121 GetIndex() const
122 {
123 return this->m_Index;
124 }
125
126 typedef enum
127 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected