All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | Data Fields
o2scl::contour_line Class Reference

A contour line. More...

Detailed Description

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

Idea for Future:
Make this a subclass of o2scl::contour .

Definition at line 50 of file contour.h.

#include <contour.h>

Public Types

typedef
boost::numeric::ublas::vector
< double > 
ubvector
 

Public Member Functions

 contour_line ()
 Create an empty line.
 
 contour_line (const contour_line &c)
 Copy constructor.
 
contour_lineoperator= (const contour_line &c)
 Copy constructor with operator=()
 

Data Fields

double level
 The contour level.
 
std::vector< double > x
 The line x coordinates.
 
std::vector< double > y
 The line y coordinates.
 

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

Documentation generated with Doxygen. Provided under the GNU Free Documentation License (see License Information).
Hosted at Get Object-oriented Scientific Computing
Lib at SourceForge.net. Fast, secure and Free Open Source software
downloads..