contour_line Class Reference

A contour line. More...

#include <contour.h>


Detailed Description

A contour line.

The contour lines generated by the contour class are given as objects of this type.

Idea for future:
Write an I/O object for contour lines
Idea for future:
Make this a subclass of contour .

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.

The documentation for this class was generated from the following file:

Documentation generated with Doxygen and provided under the GNU Free Documentation License. See License Information for details.

Project hosting provided by SourceForge.net Logo, O2scl Sourceforge Project Page