Implementation of a "smart" updateable discrete prior factor.
More...
#include <SmartDiscretePriorFactor.h>
|
| gtsam::DiscreteKey | dk_ |
| |
| std::vector< double > | probs_ |
| |
Implementation of a "smart" updateable discrete prior factor.
Simply augments DiscretePriorFactor with updateProbs function to modify the probs_ member variable directly.
◆ Base
◆ SmartDiscretePriorFactor() [1/2]
| dcsam::SmartDiscretePriorFactor::SmartDiscretePriorFactor |
( |
| ) |
|
|
default |
◆ SmartDiscretePriorFactor() [2/2]
| dcsam::SmartDiscretePriorFactor::SmartDiscretePriorFactor |
( |
const gtsam::DiscreteKey & |
dk, |
|
|
const std::vector< double > |
probs |
|
) |
| |
|
inline |
◆ html()
| std::string dcsam::SmartDiscretePriorFactor::html |
( |
const gtsam::KeyFormatter & |
keyFormatter, |
|
|
const Names & |
names |
|
) |
| const |
|
inlineoverride |
◆ markdown()
| std::string dcsam::SmartDiscretePriorFactor::markdown |
( |
const gtsam::KeyFormatter & |
keyFormatter, |
|
|
const Names & |
names |
|
) |
| const |
|
inlineoverride |
◆ updateProbs()
| void dcsam::SmartDiscretePriorFactor::updateProbs |
( |
const std::vector< double > & |
probs | ) |
|
|
inline |
The documentation for this class was generated from the following file: