Program Listing for File HeirRequestGetter.hpp

Return to documentation for file (include/dish2/viz/getters/HeirRequestGetter.hpp)

#pragma once
#ifndef DISH2_VIZ_GETTERS_HEIRREQUESTGETTER_HPP_INCLUDE
#define DISH2_VIZ_GETTERS_HEIRREQUESTGETTER_HPP_INCLUDE

#include "../../../../third-party/Empirical/include/emp/datastructs/hash_utils.hpp"
#include "../../../../third-party/Empirical/include/emp/math/math.hpp"
#include "../../../../third-party/Empirical/include/emp/web/color_map.hpp"

#include "../../cell/cardinal_iterators/HeirRequestWrapper.hpp"
#include "../../world/ThreadWorld.hpp"

#include "CardinalIteratorAdapter.hpp"

namespace dish2 {

template<typename Spec>
class HeirRequestGetter
: public dish2::CardinalIteratorAdapter<
  Spec, dish2::HeirRequestWrapper
> {

  using parent_t = dish2::CardinalIteratorAdapter<
    Spec, dish2::HeirRequestWrapper
  >;

public:
  // inherit constructors
  using parent_t::parent_t;

};

} // namespace dish2

#endif // #ifndef DISH2_VIZ_GETTERS_HEIRREQUESTGETTER_HPP_INCLUDE