Program Listing for File ApoptosisRequestGetter.hpp¶
↰ Return to documentation for file (include/dish2/viz/getters/ApoptosisRequestGetter.hpp)
#pragma once
#ifndef DISH2_VIZ_GETTERS_APOPTOSISREQUESTGETTER_HPP_INCLUDE
#define DISH2_VIZ_GETTERS_APOPTOSISREQUESTGETTER_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/ApoptosisRequestWrapper.hpp"
#include "../../world/ThreadWorld.hpp"
#include "CardinalIteratorAdapter.hpp"
namespace dish2 {
template<typename Spec>
class ApoptosisRequestGetter
: public dish2::CardinalIteratorAdapter<Spec, dish2::ApoptosisRequestWrapper> {
using parent_t
= dish2::CardinalIteratorAdapter<Spec, dish2::ApoptosisRequestWrapper>;
public:
// inherit constructors
using parent_t::parent_t;
};
} // namespace dish2
#endif // #ifndef DISH2_VIZ_GETTERS_APOPTOSISREQUESTGETTER_HPP_INCLUDE