hpp-fcl  2.4.1
HPP fork of FCL -- The Flexible Collision Library
hpp::fcl::QueryRequest Struct Reference

base class for all query requests More...

#include <hpp/fcl/collision_data.h>

Inheritance diagram for hpp::fcl::QueryRequest:

Public Member Functions

 QueryRequest ()
 Default constructor. More...
 
 QueryRequest (const QueryRequest &other)=default
 Copy constructor. More...
 
QueryRequestoperator= (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...
 

Detailed Description

base class for all query requests

Constructor & Destructor Documentation

◆ QueryRequest() [1/2]

hpp::fcl::QueryRequest::QueryRequest ( )
inline

Default constructor.

◆ QueryRequest() [2/2]

hpp::fcl::QueryRequest::QueryRequest ( const QueryRequest other)
default

Copy constructor.

Member Function Documentation

◆ operator=()

QueryRequest& hpp::fcl::QueryRequest::operator= ( const QueryRequest other)
default

Copy assignment operator.

◆ operator==()

bool hpp::fcl::QueryRequest::operator== ( const QueryRequest other) const
inline

whether two QueryRequest are the same or not

◆ updateGuess()

void hpp::fcl::QueryRequest::updateGuess ( const QueryResult result)
inline

Member Data Documentation

◆ cached_gjk_guess

Vec3f hpp::fcl::QueryRequest::cached_gjk_guess

the gjk initial guess set by user

◆ cached_support_func_guess

support_func_guess_t hpp::fcl::QueryRequest::cached_support_func_guess

the support function initial guess set by user

◆ collision_distance_threshold

FCL_REAL hpp::fcl::QueryRequest::collision_distance_threshold

threshold below which a collision is considered.

◆ enable_cached_gjk_guess

bool hpp::fcl::QueryRequest::enable_cached_gjk_guess

whether enable gjk initial guess @Deprecated Use gjk_initial_guess instead

◆ enable_timings

bool hpp::fcl::QueryRequest::enable_timings

enable timings when performing collision/distance request

◆ gjk_convergence_criterion

GJKConvergenceCriterion hpp::fcl::QueryRequest::gjk_convergence_criterion

convergence criterion used to stop GJK

◆ gjk_convergence_criterion_type

GJKConvergenceCriterionType hpp::fcl::QueryRequest::gjk_convergence_criterion_type

convergence criterion used to stop GJK

◆ gjk_initial_guess

GJKInitialGuess hpp::fcl::QueryRequest::gjk_initial_guess

◆ gjk_max_iterations

size_t hpp::fcl::QueryRequest::gjk_max_iterations

maximum iteration for the GJK algorithm

◆ gjk_tolerance

FCL_REAL hpp::fcl::QueryRequest::gjk_tolerance

tolerance for the GJK algorithm

◆ gjk_variant

GJKVariant hpp::fcl::QueryRequest::gjk_variant

whether to enable the Nesterov accleration of GJK


The documentation for this struct was generated from the following file: