Bayes Filters Library
|
This is the complete list of members for bfl::HistoryBuffer, including all inherited members.
addElement(const Eigen::Ref< const Eigen::VectorXd > &element) | bfl::HistoryBuffer | |
clear() | bfl::HistoryBuffer | |
decreaseHistorySize() | bfl::HistoryBuffer | |
getHistoryBuffer() const | bfl::HistoryBuffer | |
getHistorySize() const | bfl::HistoryBuffer | inline |
history_buffer_ | bfl::HistoryBuffer | private |
HistoryBuffer(const std::size_t state_size) noexcept | bfl::HistoryBuffer | |
HistoryBuffer(HistoryBuffer &&history_buffer) noexcept | bfl::HistoryBuffer | |
increaseHistorySize() | bfl::HistoryBuffer | |
max_window_ | bfl::HistoryBuffer | private |
operator=(HistoryBuffer &&history_buffer) noexcept | bfl::HistoryBuffer | |
setHistorySize(const unsigned int window) | bfl::HistoryBuffer | |
state_size_ | bfl::HistoryBuffer | private |
window_ | bfl::HistoryBuffer | private |
~HistoryBuffer() noexcept=default | bfl::HistoryBuffer |