All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends

fcl::CollisionRequest Struct Reference

request to the collision algorithm More...

#include <collision_data.h>

List of all members.


Public Member Functions

 CollisionRequest (size_t num_max_contacts_=1, bool enable_contact_=false, size_t num_max_cost_sources_=1, bool enable_cost_=false)
bool isSatisfied (const CollisionResult &result) const

Public Attributes

size_t num_max_contacts
 The maximum number of contacts will return.
bool enable_contact
 whether the contact information (normal, penetration depth and contact position) will return
size_t num_max_cost_sources
 The maximum number of cost sources will return.
bool enable_cost
 whether the cost sources will be computed

Detailed Description

request to the collision algorithm

Definition at line 151 of file collision_data.h.


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