#include <point_to_line_factor.h>
|  | 
|  | PointToLineFactor () | 
|  | 
|  | PointToLineFactor (const Point3 &sensor_t_point, const Pose3 &world_T_line, const Pose3 &body_T_sensor, const SharedNoiseModel &model, Key pose_key, const bool use_silu=false) | 
|  | 
| void | print (const std::string &s="", const KeyFormatter &keyFormatter=DefaultKeyFormatter) const override | 
|  | 
| bool | equals (const NonlinearFactor &p, double tol=1e-9) const override | 
|  | 
| Vector | evaluateError (const Pose3 &world_T_body, boost::optional< Matrix & > H=boost::none) const override | 
|  | 
|  | PointToLineFactorBase () | 
|  | 
|  | PointToLineFactorBase (const Point3 &sensor_t_point, const Pose3 &world_T_line, const Pose3 &body_T_sensor, const SharedNoiseModel &model, Key pose_key) | 
|  | 
| void | print (const std::string &s="", const KeyFormatter &keyFormatter=DefaultKeyFormatter) const override | 
|  | 
| bool | equals (const NonlinearFactor &p, double tol=1e-9) const override | 
|  | 
| Vector | error (const Pose3 &world_T_body, boost::optional< Matrix & > H=boost::none) const | 
|  | 
| const Point3 & | sensor_t_point () const | 
|  | 
| const Pose3 & | world_T_line () const | 
|  | 
| const Pose3 & | body_T_sensor () const | 
|  | 
◆ PointToLineFactor() [1/2]
  
  | 
        
          | gtsam::PointToLineFactor::PointToLineFactor | ( |  | ) |  |  | inline | 
 
 
◆ PointToLineFactor() [2/2]
  
  | 
        
          | gtsam::PointToLineFactor::PointToLineFactor | ( | const Point3 & | sensor_t_point, |  
          |  |  | const Pose3 & | world_T_line, |  
          |  |  | const Pose3 & | body_T_sensor, |  
          |  |  | const SharedNoiseModel & | model, |  
          |  |  | Key | pose_key, |  
          |  |  | const bool | use_silu = false |  
          |  | ) |  |  |  | inline | 
 
 
◆ equals()
  
  | 
        
          | bool gtsam::PointToLineFactor::equals | ( | const NonlinearFactor & | p, |  
          |  |  | double | tol = 1e-9 |  
          |  | ) |  | const |  | inlineoverride | 
 
 
◆ evaluateError()
  
  | 
        
          | Vector gtsam::PointToLineFactor::evaluateError | ( | const Pose3 & | world_T_body, |  
          |  |  | boost::optional< Matrix & > | H = boost::none |  
          |  | ) |  | const |  | inlineoverride | 
 
 
◆ print()
  
  | 
        
          | void gtsam::PointToLineFactor::print | ( | const std::string & | s = "", |  
          |  |  | const KeyFormatter & | keyFormatter = DefaultKeyFormatter |  
          |  | ) |  | const |  | inlineoverride | 
 
 
◆ boost::serialization::access
  
  | 
        
          | friend class boost::serialization::access |  | friend | 
 
 
The documentation for this class was generated from the following file: