cheshirekow
v0.1.0
|
Encapsulates a solution distance along with the id of the path type, identifying the nature of the three arc segments in the path. More...
#include <mpblocks/dubins/curves/result.h>
Public Member Functions | |
__device__ __host__ | DistanceAndId () |
__device__ __host__ | DistanceAndId (Format_t d, SolutionId id) |
__device__ __host__ | operator bool () const |
can act like a bool More... | |
__device__ __host__ Result < Format_t > & | operator= (const Result< Format_t > &other) |
__device__ __host__ void | set (Format_t d_in, int id_in) |
set the storage and make the flag true More... | |
Public Attributes | |
Format_t | d |
distance More... | |
int | id |
id More... | |
Encapsulates a solution distance along with the id of the path type, identifying the nature of the three arc segments in the path.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Format_t mpblocks::dubins::DistanceAndId< Format_t >::d |
int mpblocks::dubins::DistanceAndId< Format_t >::id |