#include <BFGTLUtilities.hpp>
Get the increment of values of the float node, counting from the minimum. If exactly zero, than the node has no effective increment.
- Returns
 - The increment of values of the float node, counting from the minimum.
 
- Exceptions
 - 
  
    | BFCiException | - Thrown if the node's increment value couldn't be retrieved.  | 
  
   
References BFCiException::check().
  927     size_t iSize = 
sizeof(iVal);
 
PrivateData * m_pd
Definition: BFGTLUtilities.hpp:304
 
static void check(Bd hBoard, const BFU32 error)
Definition: BFException.cpp:212
 
double BFDOUBLE
Definition: BFTypeNT.h:41
 
 
 
 
Get the maximum valid value of the float node.
- Returns
 - The maximum valid value of the float node.
 
- Exceptions
 - 
  
    | BFCiException | - Thrown if the node's maximum value couldn't be retrieved.  | 
  
   
References BFCiException::check().
  911     size_t iSize = 
sizeof(iVal);
 
PrivateData * m_pd
Definition: BFGTLUtilities.hpp:304
 
static void check(Bd hBoard, const BFU32 error)
Definition: BFException.cpp:212
 
double BFDOUBLE
Definition: BFTypeNT.h:41
 
 
 
 
Get the minimum valid value of the float node.
- Returns
 - The minimum valid value of the float node.
 
- Exceptions
 - 
  
    | BFCiException | - Thrown if the node's minimum value couldn't be retrieved.  | 
  
   
References BFCiException::check().
  896     size_t iSize = 
sizeof(iVal);
 
PrivateData * m_pd
Definition: BFGTLUtilities.hpp:304
 
static void check(Bd hBoard, const BFU32 error)
Definition: BFException.cpp:212
 
double BFDOUBLE
Definition: BFTypeNT.h:41
 
 
 
 
      
        
          | BFVOID PRIVATE_IMP::FloatNodeBase::setValue  | 
          ( | 
          const Value  | 
          val | ) | 
           | 
        
      
 
Set the value of the float node. This must be in the range: minimum <= value <= maximum If the increment is NOT zero, the value must conform to the system: value[N] = minimum + increment * N;
- Exceptions
 - 
  
  
 
References BFCiException::check().
PrivateData * m_pd
Definition: BFGTLUtilities.hpp:304
 
static void check(Bd hBoard, const BFU32 error)
Definition: BFException.cpp:212
 
double BFDOUBLE
Definition: BFTypeNT.h:41
 
 
 
 
Get the float node value.
- Returns
 - The float value of the node.
 
- Exceptions
 - 
  
  
 
References BFCiException::check().
  881     size_t iSize = 
sizeof(iVal);
 
PrivateData * m_pd
Definition: BFGTLUtilities.hpp:304
 
static void check(Bd hBoard, const BFU32 error)
Definition: BFException.cpp:212
 
double BFDOUBLE
Definition: BFTypeNT.h:41
 
 
 
 
The documentation for this struct was generated from the following files: