#include <functional>
#include <Eigen/Core>
#include <vector>
#include <string>
#include <map>
#include <iostream>
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()
std::function<R(TaggedPoints)> memoized |
( |
R(*)(const std::vector< Eigen::Vector3f > &) |
fn | ) |
|