ad_rss
|
DataType UnstructuredSceneStateInformation. More...
#include <ad/rss/state/UnstructuredSceneStateInformation.hpp>
Public Types | |
typedef std::shared_ptr< UnstructuredSceneStateInformation > | Ptr |
Smart pointer on UnstructuredSceneStateInformation. | |
typedef std::shared_ptr< UnstructuredSceneStateInformation const > | ConstPtr |
Smart pointer on constant UnstructuredSceneStateInformation. | |
Public Member Functions | |
UnstructuredSceneStateInformation ()=default | |
standard constructor | |
~UnstructuredSceneStateInformation ()=default | |
standard destructor | |
UnstructuredSceneStateInformation (const UnstructuredSceneStateInformation &other)=default | |
standard copy constructor | |
UnstructuredSceneStateInformation (UnstructuredSceneStateInformation &&other)=default | |
standard move constructor | |
UnstructuredSceneStateInformation & | operator= (const UnstructuredSceneStateInformation &other)=default |
standard assignment operator More... | |
UnstructuredSceneStateInformation & | operator= (UnstructuredSceneStateInformation &&other)=default |
standard move operator More... | |
bool | operator== (const UnstructuredSceneStateInformation &other) const |
standard comparison operator More... | |
bool | operator!= (const UnstructuredSceneStateInformation &other) const |
standard comparison operator More... | |
Public Attributes | |
::ad::rss::world::UnstructuredTrajectorySet | brakeTrajectorySet |
::ad::rss::world::UnstructuredTrajectorySet | continueForwardTrajectorySet |
DataType UnstructuredSceneStateInformation.
|
inline |
standard comparison operator
[in] | other | Other UnstructuredSceneStateInformation. |
true
if both UnstructuredSceneStateInformation are different
|
default |
standard assignment operator
[in] | other | Other UnstructuredSceneStateInformation |
|
default |
standard move operator
[in] | other | Other UnstructuredSceneStateInformation |
|
inline |
standard comparison operator
[in] | other | Other UnstructuredSceneStateInformation |
true
if both UnstructuredSceneStateInformation are equal ::ad::rss::world::UnstructuredTrajectorySet ad::rss::state::UnstructuredSceneStateInformation::brakeTrajectorySet |
The set of brake trajectories considered on calculation of the RSS state.
::ad::rss::world::UnstructuredTrajectorySet ad::rss::state::UnstructuredSceneStateInformation::continueForwardTrajectorySet |
The set of continue forward trajectories considered on calculation of the RSS state.