Program Listing for File sampler-factory.h¶
↰ Return to documentation for file (algorithms/map-sparsification/include/map-sparsification/sampler-factory.h
)
#ifndef MAP_SPARSIFICATION_SAMPLER_FACTORY_H_
#define MAP_SPARSIFICATION_SAMPLER_FACTORY_H_
#include "map-sparsification/sampler-base.h"
namespace map_sparsification {
SamplerBase::Ptr createSampler(SamplerBase::Type sampler_type);
} // namespace map_sparsification
#endif // MAP_SPARSIFICATION_SAMPLER_FACTORY_H_