C3D Toolkit  Kernel - 117982, Vision - 2.9.2.2

Element of the function definition domain. More...

#include <pars_equation_tree.h>

Public Types

enum  RangeItemType { range_def , range_break , range_extr }
 A type of the element. More...
 

Public Member Functions

 DefRangeItem (double l, double r, RangeItemType t=range_def)
 Constructor. More...
 

Public Attributes

double lbound
 Left bound of an element of the definition domain.
 
double rbound
 Right bound of an element of the definition domain.
 
RangeItemType type
 A type of an element.
 

Detailed Description

Element of the function definition domain.

Element of the function definition domain.

Member Enumeration Documentation

◆ RangeItemType

A type of the element.

Type of an element of the function definition domain.

Enumerator
range_def 

Definition domain.

range_break 

Discontinuity.

range_extr 

Extremum.

Constructor & Destructor Documentation

◆ DefRangeItem()

DefRangeItem::DefRangeItem ( double  l,
double  r,
RangeItemType  t = range_def 
)
inline

Constructor.

Constructor.

Parameters
[in]l- The left bound of an element of the definition domain.
[in]r- The right bound of an element of the definition domain.
[in]t- A type of the element.

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