| 518 | } |
| 519 | |
| 520 | void getIndicesForRegion(const Index& regionIndex, const Size& regionSize, |
| 521 | std::vector<Index> indices) |
| 522 | { |
| 523 | // for (int i = line.index_; col < line.endIndex(); col++) { |
| 524 | // for (int i = 0; i < getSize()(0); i++) { |
| 525 | // |
| 526 | // } |
| 527 | // } |
| 528 | } |
| 529 | |
| 530 | void getIndicesForRegions(const std::vector<Index>& regionIndeces, const Size& regionSizes, |
| 531 | std::vector<Index> indices) |
nothing calls this directly
no outgoing calls
no test coverage detected