57 bool is_active_point_;
60template <
int dim,
typename Data>
63 : GeomPoint<
dim>(p), id_(id), data_(data), is_active_point_(
true)
67template <
int dim,
typename Data>
A class that describes a point with spacedim spatial dimension space.
Definition geom_point.h:22
Helper class to represent a waypoint.
Definition waypoint.h:20
data_type & get_data()
Writable reference to the data.
Definition waypoint.h:42
const data_type & get_data() const
Read reference to the data.
Definition waypoint.h:47
WayPoint()
Definition waypoint.h:68
Data data_type
Definition waypoint.h:22
uint_t get_id() const
Return the id of the point.
Definition waypoint.h:37
WayPoint(const GeomPoint< dim > &p, uint_t id, const data_type &data_=data_type())
bool is_active() const
Returns true if the waypoint is active.
Definition waypoint.h:52
OutT resolve(const std::string &name, const std::map< std::string, std::any > &input)
Definition std_map_utils.h:25
Definition bitrl_consts.h:14
std::size_t uint_t
uint_t
Definition bitrl_types.h:43