48 #ifndef MUI_SAMPLER_NULL_H_
49 #define MUI_SAMPLER_NULL_H_
51 #include "../../general/util.h"
52 #include "../../config.h"
53 #include "../sampler.h"
57 template<
typename CONFIG=default_config,
typename O_TP=
typename CONFIG::REAL,
typename I_TP=O_TP>
62 using REAL =
typename CONFIG::REAL;
63 using INT =
typename CONFIG::INT;
70 template<
template<
typename,
typename>
class CONTAINER>
Definition: geometry.h:92
Definition: sampler_null.h:58
sampler_null()
Definition: sampler_null.h:66
I_TP ITYPE
Definition: sampler_null.h:61
geometry::any_shape< CONFIG > support(point_type focus, REAL domain_mag) const
Definition: sampler_null.h:75
typename CONFIG::point_type point_type
Definition: sampler_null.h:64
typename CONFIG::INT INT
Definition: sampler_null.h:63
typename CONFIG::REAL REAL
Definition: sampler_null.h:62
OTYPE filter(point_type focus, const CONTAINER< ITYPE, CONFIG > &data_points) const
Definition: sampler_null.h:71
O_TP OTYPE
Definition: sampler_null.h:60