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

Edges for the contour class. More...

Detailed Description

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

The status matrix contains one of four possible values

The matrices returned by contour are not square, their size depends on whether or not they contain the "bottom edges" or the "right edges".

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

Definition at line 102 of file contour.h.

#include <contour.h>

Public Types

typedef
boost::numeric::ublas::vector
< double > 
ubvector
 
typedef
boost::numeric::ublas::vector
< int > 
ubvector_int
 
typedef
boost::numeric::ublas::matrix
< double > 
ubmatrix
 
typedef
boost::numeric::ublas::matrix
< int > 
ubmatrix_int
 

Public Member Functions

 edge_crossings ()
 Create an empty object.
 
 edge_crossings (const edge_crossings &ec)
 Copy constructor.
 
edge_crossingsoperator= (const edge_crossings &ec)
 Copy constructor with operator=()
 

Data Fields

ubmatrix_int status
 Edge status.
 
ubmatrix values
 Edge values.
 

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..