Program Listing for File SpawnedFromGetter.hpp

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

#pragma once
#ifndef DISH2_VIZ_GETTERS_SPAWNEDFROMGETTER_HPP_INCLUDE
#define DISH2_VIZ_GETTERS_SPAWNEDFROMGETTER_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/SpawnedFromWrapper.hpp"
#include "../../world/ThreadWorld.hpp"

#include "CardinalIteratorAdapter.hpp"

namespace dish2 {

template<typename Spec>
class SpawnedFromGetter
: public dish2::CardinalIteratorAdapter<
  Spec, dish2::SpawnedFromWrapper
> {

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

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

};

} // namespace dish2

#endif // #ifndef DISH2_VIZ_GETTERS_SPAWNEDFROMGETTER_HPP_INCLUDE