C3D Toolkit  Kernel - 117982, Vision - 2.9.2.2

The function domain. More...

#include <pars_equation_tree.h>

Public Member Functions

 DefRange (double l, double r)
 Constructor. More...
 
 DefRange ()
 Constructor. More...
 
const std::set< DefRangeItem > & GetSet () const
 Get a set of elements of the definition domain.
 
bool HasBreaks () const
 Whether the discontinuities is in the definition domain.
 
bool Cut (DefRangeItem &i)
 Cut the domain.
 
void Add (DefRangeItem &i)
 Add element of the definition domain.

 
bool operator== (const DefRange &other)
 Comparison operator.

 

Static Public Attributes

static const double eps
 Tolerance.
 

Detailed Description

The function domain.

The function domain.

Constructor & Destructor Documentation

◆ DefRange() [1/2]

DefRange::DefRange ( double  l,
double  r 
)
inline

Constructor.

Constructor of the definition domain without discontinuities.

Parameters
[in]l- Left bound of the definition domain.
[in]r- Right bound of the definition domain.

◆ DefRange() [2/2]

DefRange::DefRange ( )
inline

Constructor.

Constructor of the definition domain without discontinuities.


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