Example 2: Summary
No search rules or search filters.
Had to use recursion to produce same functionality as the C API search filter mechanism.
Also had to use SE_ShortestAggPath to limit wasteful recursion.
- C API uses SE_ShortestAggPath under the covers.
- Had to use getDRMClass to use in SE_ShortestAggPath.
Could utilize or extend the C++ seIterator class to create a new iterator class that goes many levels deep and/or provides more filtering mechanisms.