#include <BFGTLUtilities.hpp>
Get the increment of values of the integer node, counting from the minimum.
- Returns
- The increment of values of the integer node, counting from the minimum.
- Exceptions
-
BFCiException | - Thrown if the node's increment value couldn't be retrieved. |
References BFCiException::check().
802 size_t iSize =
sizeof(iVal);
PrivateData * m_pd
Definition: BFGTLUtilities.hpp:304
static void check(Bd hBoard, const BFU32 error)
Definition: BFException.cpp:212
long long BFS64
Definition: BFTypeNT.h:54
Get the maximum valid value of the integer node.
- Returns
- The maximum valid value of the integer node.
- Exceptions
-
BFCiException | - Thrown if the node's maximum value couldn't be retrieved. |
References BFCiException::check().
787 size_t iSize =
sizeof(iVal);
PrivateData * m_pd
Definition: BFGTLUtilities.hpp:304
static void check(Bd hBoard, const BFU32 error)
Definition: BFException.cpp:212
long long BFS64
Definition: BFTypeNT.h:54
Get the minimum valid value of the integer node.
- Returns
- The minimum valid value of the integer node.
- Exceptions
-
BFCiException | - Thrown if the node's minimum value couldn't be retrieved. |
References BFCiException::check().
772 size_t iSize =
sizeof(iVal);
PrivateData * m_pd
Definition: BFGTLUtilities.hpp:304
static void check(Bd hBoard, const BFU32 error)
Definition: BFException.cpp:212
long long BFS64
Definition: BFTypeNT.h:54
BFVOID PRIVATE_IMP::IntegerNodeBase::setValue |
( |
const Value |
val | ) |
|
Set the value of the integer node. This must conform to the system: value[N] = minimum + increment * N; minimum <= value <= maximum
- Exceptions
-
References BFCiException::check().
PrivateData * m_pd
Definition: BFGTLUtilities.hpp:304
static void check(Bd hBoard, const BFU32 error)
Definition: BFException.cpp:212
long long BFS64
Definition: BFTypeNT.h:54
Get the integer node value.
- Returns
- The integer value of the node.
- Exceptions
-
References BFCiException::check().
757 size_t iSize =
sizeof(iVal);
PrivateData * m_pd
Definition: BFGTLUtilities.hpp:304
static void check(Bd hBoard, const BFU32 error)
Definition: BFException.cpp:212
long long BFS64
Definition: BFTypeNT.h:54
The documentation for this struct was generated from the following files: