#include <functional>
#include <iostream>
#include <map>
#include <string>
#include <vector>
#include <Eigen/Core>
Go to the source code of this file.
|
| using | TaggedPoints = std::pair<std::string, std::vector<Eigen::Vector3f>> |
| |
|
| template<typename R> |
| std::function< R(TaggedPoints)> | memoized (R(*fn)(const std::vector< Eigen::Vector3f > &)) |
| |
◆ TaggedPoints
| using TaggedPoints = std::pair<std::string, std::vector<Eigen::Vector3f>> |
◆ memoized()
template<typename R>
| std::function< R(TaggedPoints)> memoized |
( |
R(* | fn )(const std::vector< Eigen::Vector3f > &) | ) |
|