Go to the documentation of this file.
23 #ifndef INCLUDED_GR_MAP_BB_H
24 #define INCLUDED_GR_MAP_BB_H
54 static sptr make(
const std::vector<int> &
map);
56 virtual void set_map(
const std::vector<int> &
map) = 0;
57 virtual std::vector<int>
map()
const = 0;