|
cheshirekow
v0.1.0
|
Encapsulates the solution distance along with a feasibility bit for a particular primitive solution. More...
#include <mpblocks/dubins/curves/result.h>
Public Member Functions | |
| __device__ __host__ | operator bool () const |
| __device__ __host__ | operator Format_t () const |
| because I'm lazy More... | |
| __device__ __host__ Result < Format_t > & | operator= (Format_t d_in) |
| __device__ __host__ Result < Format_t > & | operator= (const Result< Format_t > &other) |
| __device__ __host__ | Result () |
| the default constructor is for infeasible More... | |
| __device__ __host__ | Result (Format_t d, bool f=true) |
| we only use this constructor when it's feasible More... | |
Public Attributes | |
| Format_t | d |
| distance More... | |
| bool | f |
| is feasible More... | |
Encapsulates the solution distance along with a feasibility bit for a particular primitive solution.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| Format_t mpblocks::dubins::Result< Format_t >::d |
| bool mpblocks::dubins::Result< Format_t >::f |