#include <contour.h>
The contour lines generated by the contour class are given as objects of this type.
Definition at line 43 of file contour.h.
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 and provided under the GNU Free Documentation License. See License Information for details.
Project hosting provided by
,
O2scl Sourceforge Project Page