48 #ifndef MUI_TEMPORAL_SAMPLER_NULL_H_
49 #define MUI_TEMPORAL_SAMPLER_NULL_H_
51 #include "../../general/util.h"
52 #include "../../config.h"
58 using REAL =
typename CONFIG::REAL;
59 using INT =
typename CONFIG::INT;
68 template<
typename TYPE>
69 TYPE
filter(
time_type focus,
const std::vector<std::pair<std::pair<time_type,iterator_type>, TYPE> > &points )
const {
74 template<
typename TYPE>
75 TYPE
filter( std::pair<time_type,iterator_type> focus,
const std::vector<std::pair<std::pair<time_type,iterator_type>, TYPE> > &points )
const {
Definition: temporal_sampler_null.h:56
temporal_sampler_null()
Definition: temporal_sampler_null.h:63
time_type get_lower_bound(time_type focus) const
Definition: temporal_sampler_null.h:83
typename CONFIG::iterator_type iterator_type
Definition: temporal_sampler_null.h:61
time_type tolerance() const
Definition: temporal_sampler_null.h:87
typename CONFIG::time_type time_type
Definition: temporal_sampler_null.h:60
TYPE filter(std::pair< time_type, iterator_type > focus, const std::vector< std::pair< std::pair< time_type, iterator_type >, TYPE > > &points) const
Definition: temporal_sampler_null.h:75
time_type get_upper_bound(time_type focus) const
Definition: temporal_sampler_null.h:79
typename CONFIG::REAL REAL
Definition: temporal_sampler_null.h:58
TYPE filter(time_type focus, const std::vector< std::pair< std::pair< time_type, iterator_type >, TYPE > > &points) const
Definition: temporal_sampler_null.h:69
typename CONFIG::INT INT
Definition: temporal_sampler_null.h:59