#include "std/support.H"
Include dependency graph for pointlist.H:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | mlib |
Classes | |
class | mlib::Pointlist< L, P, V, S > |
A class containing a list of points. Contains functions to aid in using this list of points as a piecewise continuous curve in some coordinate system.
Pointlist is designed to be the base class for more specific types of lists of points. Specifically, lists of points with different numbers of dimensions. The template argument L is the type of the derived point list class. This allows the Pointlist to return new lists of the same type as the derived class. The template arguments P, V, and S are the types of the corresponding point, vector and line classes (respectively) for the derived class. More... |
Definition in file pointlist.H.