smart_arrays_contour_finder library
Classes
- ContourFinder
- Straightforward method of contouring some surface represented as a regular triangular mesh aiding in visualizing three dimensional surfaces on a two dimensional medium (e.g.computer graphics screen). Applications: Contouring functions of two variables such as topological maps, weather maps, spectrocopic data. For details of the algorithm see http://paulbourke.net/papers/conrec or https://debrief.github.io/tutorial/contouring_algorithm.html.
- ContourRenderer
- Users of ContourFinder must provide an implementation of this class.