1 #ifndef UNIFORM_OBSTACLE_BASED_SAMPLER_H_
2 #define UNIFORM_OBSTACLE_BASED_SAMPLER_H_
37 double _margin = 0,
bool _useBoundary =
false);
43 void Print(ostream& _os)
const override;
57 std::vector<Cfg>& _result, std::vector<Cfg>& _invalid)
override;
60 std::vector<GroupCfgType>& _result, std::vector<GroupCfgType>& _invalid)
override;
71 string m_vcLabel, m_dmLabel;
Definition: Boundary.h:30
Definition: GroupCfg.h:39
Definition: SamplerMethod.h:70