extended Struct Reference

#include <Interval.hpp>

List of all members.

Public Member Functions

Public Attributes


Detailed Description

template<class T, int r = 3>
struct mmx::Interval< T, r >::extended

Definition at line 51 of file Interval.hpp.


Constructor & Destructor Documentation

extended ( const T &  c,
const T &  d 
) [inline]

Definition at line 51 of file Interval.hpp.

References extended::a, extended::b, and extended::extended().

Referenced by extended::extended().

00051 { T a,b; extended( const T& c, const T& d ) { a = c; b = d; }; };


Member Data Documentation

T a

Definition at line 51 of file Interval.hpp.

Referenced by extended::extended().

T b

Definition at line 51 of file Interval.hpp.

Referenced by extended::extended().


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

Generated on 6 Dec 2012 for realroot by  doxygen 1.6.1