Program Listing for File block_manifest.hpp

Return to documentation for file (cosm/foraging/config/block_manifest.hpp)

#pragma once

/*******************************************************************************
 * Includes
 ******************************************************************************/
#include "rcppsw/config/base_config.hpp"
#include "cosm/cosm.hpp"

/*******************************************************************************
 * Namespaces
 ******************************************************************************/
namespace cosm::foraging::config {

/*******************************************************************************
 * Structure Definitions
 ******************************************************************************/
struct block_manifest final : public rconfig::base_config {
  size_t n_cube{0};
  size_t n_ramp{0};

  double unit_dim{0.0};
};

} /* namespace cosm::foraging::config */