hpp-fcl
2.4.1
HPP fork of FCL -- The Flexible Collision Library
|
base class for all query requests More...
#include <hpp/fcl/collision_data.h>
Public Member Functions | |
QueryRequest () | |
Default constructor. More... | |
QueryRequest (const QueryRequest &other)=default | |
Copy constructor. More... | |
QueryRequest & | operator= (const QueryRequest &other)=default |
Copy assignment operator. More... | |
void | updateGuess (const QueryResult &result) |
bool | operator== (const QueryRequest &other) const |
whether two QueryRequest are the same or not More... | |
Public Attributes | |
GJKInitialGuess | gjk_initial_guess |
bool | enable_cached_gjk_guess |
whether enable gjk initial guess @Deprecated Use gjk_initial_guess instead More... | |
GJKVariant | gjk_variant |
whether to enable the Nesterov accleration of GJK More... | |
GJKConvergenceCriterion | gjk_convergence_criterion |
convergence criterion used to stop GJK More... | |
GJKConvergenceCriterionType | gjk_convergence_criterion_type |
convergence criterion used to stop GJK More... | |
FCL_REAL | gjk_tolerance |
tolerance for the GJK algorithm More... | |
size_t | gjk_max_iterations |
maximum iteration for the GJK algorithm More... | |
Vec3f | cached_gjk_guess |
the gjk initial guess set by user More... | |
support_func_guess_t | cached_support_func_guess |
the support function initial guess set by user More... | |
bool | enable_timings |
enable timings when performing collision/distance request More... | |
FCL_REAL | collision_distance_threshold |
threshold below which a collision is considered. More... | |
base class for all query requests
|
inline |
Default constructor.
|
default |
Copy constructor.
|
default |
Copy assignment operator.
|
inline |
whether two QueryRequest are the same or not
|
inline |
Vec3f hpp::fcl::QueryRequest::cached_gjk_guess |
the gjk initial guess set by user
support_func_guess_t hpp::fcl::QueryRequest::cached_support_func_guess |
the support function initial guess set by user
FCL_REAL hpp::fcl::QueryRequest::collision_distance_threshold |
threshold below which a collision is considered.
bool hpp::fcl::QueryRequest::enable_cached_gjk_guess |
whether enable gjk initial guess @Deprecated Use gjk_initial_guess instead
bool hpp::fcl::QueryRequest::enable_timings |
enable timings when performing collision/distance request
GJKConvergenceCriterion hpp::fcl::QueryRequest::gjk_convergence_criterion |
convergence criterion used to stop GJK
GJKConvergenceCriterionType hpp::fcl::QueryRequest::gjk_convergence_criterion_type |
convergence criterion used to stop GJK
GJKInitialGuess hpp::fcl::QueryRequest::gjk_initial_guess |
size_t hpp::fcl::QueryRequest::gjk_max_iterations |
maximum iteration for the GJK algorithm
FCL_REAL hpp::fcl::QueryRequest::gjk_tolerance |
tolerance for the GJK algorithm
GJKVariant hpp::fcl::QueryRequest::gjk_variant |
whether to enable the Nesterov accleration of GJK