FMT 0.9.8
Forest management tools for forest planning
|
#include <FMTbounds.hpp>
Public Member Functions | |
FMTbounds () | |
FMTbounds (const FMTsection lsection, const T &lupper, const T &llower) | |
FMTbounds (const FMTsection lsection, const FMTkwor key, const T &lupper, const T &llower) | |
virtual | ~FMTbounds ()=default |
void | setorbound () |
T | getlower () const |
T | getupper () const |
bool | out (const T &value) const |
bool | in (const T &value) const |
FMTbounds (const FMTbounds< T > &rhs) | |
bool | operator== (const FMTbounds< T > &rhs) const |
bool | operator< (const FMTbounds< T > &rhs) const |
FMTbounds< T > & | operator= (const FMTbounds< T > &rhs) |
bool | empty () const |
bool | add (const FMTbounds< T > &rhs) |
std::string | tostring (const std::string &name) const |
Protected Attributes | |
FMTsection | section |
FMTkwor | keytype |
T | upper |
T | lower |
Friends | |
class | boost::serialization::access |
|
inline |
|
inline |
|
inline |
|
virtualdefault |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |
|
protected |
|
protected |
|
protected |
|
protected |