\brief Get the starting index to extract. */
| 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 | { |
nothing calls this directly
no outgoing calls
no test coverage detected