![]() |
Object-oriented Scientific Computing Library: Version 0.910
|
A contour line. More...
#include <contour.h>
The contour lines generated by the contour class are given as objects of this type.
Public Member Functions | |
contour_line () | |
Create an empty line. | |
contour_line (const contour_line &c) | |
Copy constructor for STL allocator. | |
Data Fields | |
double | level |
The contour level. | |
ovector | x |
The line x coordinates. | |
ovector | y |
The line y coordinates. |
Documentation generated with Doxygen. Provided under the GNU Free Documentation License (see License Information).