template class geode::SurfacePathFinder
The objective of this class is to find paths inside TrianguledSurface< dimension >. This class may be derived for custom path findings.
#include <surface_path_finder.h> template <index_t dimension> class SurfacePathFinder { public: }; // direct descendants template <index_t dimension> class SurfaceSegmentFinder;