Go to the documentation of this file.
41 #ifndef TESSERACT_COLLISION_TESSERACT_COLLISION_CONFIGURATION_H
42 #define TESSERACT_COLLISION_TESSERACT_COLLISION_CONFIGURATION_H
47 #include <BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.h>
88 #endif // TESSERACT_COLLISION_TESSERACT_COLLISION_CONFIGURATION_H
std::shared_ptr< btPoolAllocator > collision_algorithm_pool_
TesseractCollisionConfigurationInfo(bool create_pool_allocators=true, bool share_pool_allocators=false)
TesseractCollisionConfigurationInfo.
This is a modified configuration that included the modified Bullet algorithms.
TesseractCollisionConfigurationInfo clone() const
Clone the collision configuration information.
#define TESSERACT_COMMON_IGNORE_WARNINGS_PUSH
bool share_pool_allocators_
std::shared_ptr< btPoolAllocator > persistent_manifold_pool_
TesseractCollisionConfiguration(const TesseractCollisionConfigurationInfo &config_info=TesseractCollisionConfigurationInfo())
void createPoolAllocators()
Create pool allocators.