Program Listing for File hgrid3D_vertex_property.hpp

Return to documentation for file (rcppsw/ds/graph/hgrid3D_vertex_property.hpp)

#pragma once

/*******************************************************************************
 * Includes
 ******************************************************************************/
#include "rcppsw/ds/graph/base_vertex_property.hpp"
#include "rcppsw/math/vector3.hpp"

/*******************************************************************************
 * Namespaces/Decls
 ******************************************************************************/
namespace rcppsw::ds::graph {

/*******************************************************************************
 * Class Definitions
 ******************************************************************************/
struct hgrid3D_vertex_property : public base_vertex_property {
  rmath::vector3z coord{};
};

} /* namespace rcppsw::ds::graph */