Focal length in y.  
 More...
#include <Zivid/CameraIntrinsics.h>
 | 
| using  | ValueType = double | 
|   | The type of the underlying value.  
  | 
|   | 
 | 
|   | FY ()=default | 
|   | Default constructor.  
  | 
|   | 
| constexpr  | FY (double value) | 
|   | Constructor.  
  | 
|   | 
| double  | value () const | 
|   | Get the value.  
  | 
|   | 
| std::string  | toString () const | 
|   | Get the value as string.  
  | 
|   | 
| bool  | operator== (const FY &other) const | 
|   | Comparison operator.  
  | 
|   | 
| bool  | operator!= (const FY &other) const | 
|   | Comparison operator.  
  | 
|   | 
| bool  | operator< (const FY &other) const | 
|   | Comparison operator.  
  | 
|   | 
| bool  | operator> (const FY &other) const | 
|   | Comparison operator.  
  | 
|   | 
| bool  | operator<= (const FY &other) const | 
|   | Comparison operator.  
  | 
|   | 
| bool  | operator>= (const FY &other) const | 
|   | Comparison operator.  
  | 
|   | 
◆ ValueType
The type of the underlying value. 
 
 
◆ FY() [1/2]
  
  
      
        
          | Zivid::CameraIntrinsics::CameraMatrix::FY::FY  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
default   | 
  
 
 
◆ FY() [2/2]
  
  
      
        
          | Zivid::CameraIntrinsics::CameraMatrix::FY::FY  | 
          ( | 
          double |           value | ) | 
           | 
         
       
   | 
  
inlineexplicitconstexpr   | 
  
 
 
◆ operator!=()
  
  
      
        
          | bool Zivid::CameraIntrinsics::CameraMatrix::FY::operator!=  | 
          ( | 
          const FY & |           other | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ operator<()
  
  
      
        
          | bool Zivid::CameraIntrinsics::CameraMatrix::FY::operator<  | 
          ( | 
          const FY & |           other | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ operator<=()
  
  
      
        
          | bool Zivid::CameraIntrinsics::CameraMatrix::FY::operator<=  | 
          ( | 
          const FY & |           other | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ operator==()
  
  
      
        
          | bool Zivid::CameraIntrinsics::CameraMatrix::FY::operator==  | 
          ( | 
          const FY & |           other | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ operator>()
  
  
      
        
          | bool Zivid::CameraIntrinsics::CameraMatrix::FY::operator>  | 
          ( | 
          const FY & |           other | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ operator>=()
  
  
      
        
          | bool Zivid::CameraIntrinsics::CameraMatrix::FY::operator>=  | 
          ( | 
          const FY & |           other | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ toString()
      
        
          | std::string Zivid::CameraIntrinsics::CameraMatrix::FY::toString  | 
          ( | 
           | ) | 
           const | 
        
      
 
 
◆ validRange()
  
  
      
        
          | static constexpr Range< double > Zivid::CameraIntrinsics::CameraMatrix::FY::validRange  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlinestaticconstexpr   | 
  
 
The range of valid values for FY. 
 
 
◆ value()
      
        
          | double Zivid::CameraIntrinsics::CameraMatrix::FY::value  | 
          ( | 
           | ) | 
           const | 
        
      
 
 
◆ DataModel::Detail::Befriend< FY >
  
  
      
        
          | friend struct DataModel::Detail::Befriend< FY > | 
         
       
   | 
  
friend   | 
  
 
 
◆ operator<<
  
  
      
        
          | std::ostream & operator<<  | 
          ( | 
          std::ostream & |           stream,  | 
         
        
           | 
           | 
          const FY & |           value ) | 
         
       
   | 
  
friend   | 
  
 
Operator to serialize the value to a stream. 
 
 
◆ description
  
  
      
        
          | const char* Zivid::CameraIntrinsics::CameraMatrix::FY::description { R"description(Focal length in y)description" } | 
         
       
   | 
  
staticconstexpr   | 
  
 
The description for this value. 
 
 
◆ name
  
  
      
        
          | const char* Zivid::CameraIntrinsics::CameraMatrix::FY::name { "FY" } | 
         
       
   | 
  
staticconstexpr   | 
  
 
 
◆ nodeType
◆ path
  
  
      
        
          | const char* Zivid::CameraIntrinsics::CameraMatrix::FY::path { "CameraMatrix/FY" } | 
         
       
   | 
  
staticconstexpr   | 
  
 
The full path for this value. 
 
 
The documentation for this class was generated from the following file: