A contour line. More...
#include <contour.h>
Public Member Functions | |
contour_line () | |
Create an empty line. | |
contour_line (const contour_line &c) | |
Copy constructor. | |
contour_line & | operator= (const contour_line &c) |
Copy constructor with operator=() | |
Public Attributes | |
double | level |
The contour level. | |
std::vector< double > | x |
The line x coordinates. | |
std::vector< double > | y |
The line y coordinates. | |
The contour lines generated by the o2scl::contour class are given as objects of this type.
Documentation generated with Doxygen. Provided under the
GNU Free Documentation License (see License Information).