Template Struct IntRegion¶
Defined in File Integrate.h
Struct Documentation¶
- 
template<class 
T>
structIntRegion¶ Public Functions
- 
IntRegion(T const a, T const b, std::ostream *dbgout = 0)¶ 
- 
IntRegion &
operator=(IntRegion const&)¶ 
- 
IntRegion &
operator=(IntRegion&&)¶ 
- 
~IntRegion()¶ 
- 
bool 
operator<(IntRegion<T> const &r2) const¶ 
- 
bool 
operator>(IntRegion<T> const &r2) const¶ 
- 
void 
SubDivide(std::vector<IntRegion<T>> *children)¶ 
- 
void 
Bisect()¶ 
- 
void 
AddSplit(const T x)¶ 
- 
size_t 
NSplit() const¶ 
- 
T const &
Left() const¶ 
- 
T const &
Right() const¶ 
- 
T const &
Err() const¶ 
- 
T const &
Area() const¶ 
- 
void 
SetArea(const T &a, const T &e)¶ 
- 
std::ostream *
getDbgout()¶ 
-