Class path3D

Inheritance Relationships

Base Types

  • public rpdecorator::decorator< std::vector< rmath::vector3d > >

  • public rer::stringizable

Class Documentation

class path3D : public rpdecorator::decorator<std::vector<rmath::vector3d>>, public rer::stringizable

A representation of a path an agent can move along in 3D space.

Public Functions

template<typename ...Args>
inline auto Func(Args&&... args) -> decltype(std::declval<decltype(Member)>().Func(args...))
template<typename ...Args>
inline auto Func(Args&&... args) -> decltype(std::declval<decltype(Member)>().Func(args...))
template<typename ...Args>
inline auto Func(Args&&... args) -> decltype(std::declval<decltype(Member)>().Func(args...))
template<typename ...Args>
inline auto Func(Args&&... args) -> decltype(std::declval<decltype(Member)>().Func(args...))
RCPPSW_DECORATE_CT()
RCPPSW_WRAP_DECLDEF(begin)
RCPPSW_WRAP_DECLDEF(end)
RCPPSW_WRAP_DECLDEF(insert)
RCPPSW_WRAP_DECLDEF(operator[])
RCPPSW_WRAP_DECLDEF(push_back)
std::string to_str(void) const override