Chpp::fcl::AABB | A class describing the AABB collision structure, which is a box in 3D space determined by two diagonal points |
▼Chpp::fcl::BVFitterBase< BV > | Interface for fitting a bv given the triangles or points inside it |
Chpp::fcl::BVFitter< BV > | The class for the default algorithm fitting a bounding volume to a set of points |
▼Chpp::fcl::BVFitterBase< kIOS > | |
Chpp::fcl::BVFitter< kIOS > | Specification of BVFitter for kIOS bounding volume |
▼Chpp::fcl::BVFitterBase< OBB > | |
Chpp::fcl::BVFitter< OBB > | Specification of BVFitter for OBB bounding volume |
▼Chpp::fcl::BVFitterBase< OBBRSS > | |
Chpp::fcl::BVFitter< OBBRSS > | Specification of BVFitter for OBBRSS bounding volume |
▼Chpp::fcl::BVFitterBase< RSS > | |
Chpp::fcl::BVFitter< RSS > | Specification of BVFitter for RSS bounding volume |
Chpp::fcl::BVHFrontNode | Front list acceleration for collision Front list is a set of internal and leaf nodes in the BVTT hierarchy, where the traversal terminates while performing a query during a given time instance |
▼Chpp::fcl::BVNodeBase | BVNodeBase encodes the tree structure for BVH |
Chpp::fcl::BVNode< kIOS > | |
Chpp::fcl::BVNode< OBB > | |
Chpp::fcl::BVNode< OBBRSS > | |
Chpp::fcl::BVNode< RSS > | |
Chpp::fcl::BVNode< BV > | A class describing a bounding volume node. It includes the tree structure providing in BVNodeBase and also the geometry data provided in BV template parameter |
▼Chpp::fcl::BVSplitterBase< BV > | Base interface for BV splitting algorithm |
Chpp::fcl::BVSplitter< BV > | A class describing the split rule that splits each BV node |
Chpp::fcl::CollisionFunctionMatrix< NarrowPhaseSolver > | Collision matrix stores the functions for collision between different types of objects and provides a uniform call interface |
▼Chpp::fcl::CollisionGeometry | The geometry for the object for collision or distance computation |
Chpp::fcl::BVHModel< kIOS > | |
Chpp::fcl::BVHModel< OBB > | |
Chpp::fcl::BVHModel< OBBRSS > | |
Chpp::fcl::BVHModel< RSS > | |
Chpp::fcl::BVHModel< BV > | A class describing the bounding hierarchy of a mesh model or a point cloud model (which is viewed as a degraded version of mesh) |
Chpp::fcl::OcTree | Octree is one type of collision geometry which can encode uncertainty information in the sensor data |
►Chpp::fcl::ShapeBase | Base class for all basic geometric shapes |
Chpp::fcl::Box | Center at zero point, axis aligned box |
Chpp::fcl::Capsule | Center at zero point capsule |
Chpp::fcl::Cone | Center at zero cone |
Chpp::fcl::Convex | Convex polytope |
Chpp::fcl::Cylinder | Center at zero cylinder |
Chpp::fcl::Halfspace | Half Space: this is equivalent to the Plane in ODE |
Chpp::fcl::Plane | Infinite plane |
Chpp::fcl::Sphere | Center at zero point sphere |
Chpp::fcl::TriangleP | Triangle stores the points instead of only indices of points |
Chpp::fcl::CollisionObject | Object for collision or distance computation, contains the geometry and the transform information |
Chpp::fcl::CollisionRequest | Request to the collision algorithm |
Chpp::fcl::CollisionResult | Collision result |
Chpp::fcl::Contact | Contact information returned by collision |
Chpp::fcl::details::ContactPoint | |
Chpp::fcl::DistanceFunctionMatrix< NarrowPhaseSolver > | Distance matrix stores the functions for distance between different types of objects and provides a uniform call interface |
Chpp::fcl::DistanceRequest | Request to the distance computation |
Chpp::fcl::DistanceResult | Distance result |
Chpp::fcl::details::DistanceTraversalBVTesting_impl< BV > | |
Chpp::fcl::details::DistanceTraversalBVTesting_impl< OBB > | |
Chpp::fcl::Convex::Edge | |
Chpp::fcl::details::EPA | Class for EPA algorithm |
Chpp::fcl::details::GJK | Class for GJK algorithm |
Chpp::fcl::GJKSolver_indep | Collision and distance solver based on GJK algorithm implemented in fcl (rewritten the code from the GJK in bullet) |
Chpp::fcl::Intersect | CCD intersect kernel among primitives |
Chpp::fcl::KDOP< N > | KDOP class describes the KDOP collision structures |
Chpp::fcl::CachedMeshLoader::Key | |
Chpp::fcl::kIOS | A class describing the kIOS collision structure, which is a set of spheres |
▼Chpp::fcl::MeshLoader | Base class for building polyhedron from files |
Chpp::fcl::CachedMeshLoader | Class for building polyhedron from files with cache mechanism |
Chpp::fcl::details::MinkowskiDiff | Minkowski difference class of two shapes |
▼Cnoncopyable | |
Chpp::fcl::BVHModel< kIOS > | |
Chpp::fcl::BVHModel< OBB > | |
Chpp::fcl::BVHModel< OBBRSS > | |
Chpp::fcl::BVHModel< RSS > | |
Chpp::fcl::BVHModel< BV > | A class describing the bounding hierarchy of a mesh model or a point cloud model (which is viewed as a degraded version of mesh) |
Chpp::fcl::tools::Profiler | This is a simple thread-safe tool for counting time spent in various chunks of code |
Chpp::fcl::OBB | Oriented bounding box class |
Chpp::fcl::OBBRSS | Class merging the OBB and RSS, can handle collision and distance simultaneously |
Chpp::fcl::OcTreeSolver< NarrowPhaseSolver > | Algorithms for collision related with octree |
Chpp::fcl::PolySolver | A class solves polynomial degree (1,2,3) equations |
Chpp::fcl::Project | Project functions |
Chpp::fcl::Project::ProjectResult | |
Chpp::fcl::details::RelativeTransformation< enabled > | |
Chpp::fcl::details::RelativeTransformation< false > | |
Chpp::fcl::details::RelativeTransformation<!bool(RTIsIdentity)> | |
Chpp::fcl::RSS | A class for rectangle sphere-swept bounding volume |
Chpp::fcl::tools::Profiler::ScopedBlock | This instance will call Profiler::begin() when constructed and Profiler::end() when it goes out of scope |
Chpp::fcl::tools::Profiler::ScopedStart | This instance will call Profiler::start() when constructed and Profiler::stop() when it goes out of scope |
Chpp::fcl::details::GJK::Simplex | |
Chpp::fcl::details::GJK::SimplexV | |
Chpp::fcl::Transform3f | Simple transform class used locally by InterpMotion |
▼Chpp::fcl::TraversalNodeBase | Node structure encoding the information required for traversal |
►Chpp::fcl::CollisionTraversalNodeBase | Node structure encoding the information required for collision traversal |
►Chpp::fcl::BVHShapeCollisionTraversalNode< kIOS, S > | |
►Chpp::fcl::MeshShapeCollisionTraversalNode< kIOS, S, NarrowPhaseSolver, 0 > | |
Chpp::fcl::MeshShapeCollisionTraversalNodekIOS< S, NarrowPhaseSolver > | |
►Chpp::fcl::BVHShapeCollisionTraversalNode< OBB, S > | |
►Chpp::fcl::MeshShapeCollisionTraversalNode< OBB, S, NarrowPhaseSolver, 0 > | |
Chpp::fcl::MeshShapeCollisionTraversalNodeOBB< S, NarrowPhaseSolver > | Traversal node for mesh and shape, when mesh BVH is one of the oriented node (OBB, RSS, OBBRSS, kIOS) |
►Chpp::fcl::BVHShapeCollisionTraversalNode< OBBRSS, S > | |
►Chpp::fcl::MeshShapeCollisionTraversalNode< OBBRSS, S, NarrowPhaseSolver, 0 > | |
Chpp::fcl::MeshShapeCollisionTraversalNodeOBBRSS< S, NarrowPhaseSolver > | |
►Chpp::fcl::BVHShapeCollisionTraversalNode< RSS, S > | |
►Chpp::fcl::MeshShapeCollisionTraversalNode< RSS, S, NarrowPhaseSolver, 0 > | |
Chpp::fcl::MeshShapeCollisionTraversalNodeRSS< S, NarrowPhaseSolver > | |
►Chpp::fcl::BVHCollisionTraversalNode< BV > | Traversal node for collision between BVH models |
Chpp::fcl::MeshCollisionTraversalNode< BV, _Options > | Traversal node for collision between two meshes |
►Chpp::fcl::BVHShapeCollisionTraversalNode< BV, S > | Traversal node for collision between BVH and shape |
Chpp::fcl::MeshShapeCollisionTraversalNode< BV, S, NarrowPhaseSolver, _Options > | Traversal node for collision between mesh and shape |
Chpp::fcl::MeshOcTreeCollisionTraversalNode< BV, NarrowPhaseSolver > | Traversal node for mesh-octree collision |
Chpp::fcl::OcTreeCollisionTraversalNode< NarrowPhaseSolver > | Traversal node for octree collision |
Chpp::fcl::OcTreeMeshCollisionTraversalNode< BV, NarrowPhaseSolver > | Traversal node for octree-mesh collision |
Chpp::fcl::OcTreeShapeCollisionTraversalNode< S, NarrowPhaseSolver > | Traversal node for octree-shape collision |
►Chpp::fcl::ShapeBVHCollisionTraversalNode< S, BV > | Traversal node for collision between shape and BVH |
Chpp::fcl::ShapeMeshCollisionTraversalNode< S, BV, NarrowPhaseSolver, _Options > | Traversal node for collision between shape and mesh |
Chpp::fcl::ShapeCollisionTraversalNode< S1, S2, NarrowPhaseSolver > | Traversal node for collision between two shapes |
Chpp::fcl::ShapeOcTreeCollisionTraversalNode< S, NarrowPhaseSolver > | Traversal node for shape-octree collision |
►Chpp::fcl::ShapeBVHCollisionTraversalNode< S, kIOS > | |
►Chpp::fcl::ShapeMeshCollisionTraversalNode< S, kIOS, NarrowPhaseSolver, 0 > | |
Chpp::fcl::ShapeMeshCollisionTraversalNodekIOS< S, NarrowPhaseSolver > | |
►Chpp::fcl::ShapeBVHCollisionTraversalNode< S, OBB > | |
►Chpp::fcl::ShapeMeshCollisionTraversalNode< S, OBB, NarrowPhaseSolver, 0 > | |
Chpp::fcl::ShapeMeshCollisionTraversalNodeOBB< S, NarrowPhaseSolver > | Traversal node for shape and mesh, when mesh BVH is one of the oriented node (OBB, RSS, OBBRSS, kIOS) |
►Chpp::fcl::ShapeBVHCollisionTraversalNode< S, OBBRSS > | |
►Chpp::fcl::ShapeMeshCollisionTraversalNode< S, OBBRSS, NarrowPhaseSolver, 0 > | |
Chpp::fcl::ShapeMeshCollisionTraversalNodeOBBRSS< S, NarrowPhaseSolver > | |
►Chpp::fcl::ShapeBVHCollisionTraversalNode< S, RSS > | |
►Chpp::fcl::ShapeMeshCollisionTraversalNode< S, RSS, NarrowPhaseSolver, 0 > | |
Chpp::fcl::ShapeMeshCollisionTraversalNodeRSS< S, NarrowPhaseSolver > | |
►Chpp::fcl::DistanceTraversalNodeBase | Node structure encoding the information required for distance traversal |
►Chpp::fcl::BVHDistanceTraversalNode< kIOS > | |
►Chpp::fcl::MeshDistanceTraversalNode< kIOS > | |
Chpp::fcl::MeshDistanceTraversalNodekIOS | |
►Chpp::fcl::BVHDistanceTraversalNode< OBBRSS > | |
►Chpp::fcl::MeshDistanceTraversalNode< OBBRSS > | |
Chpp::fcl::MeshDistanceTraversalNodeOBBRSS | |
►Chpp::fcl::BVHDistanceTraversalNode< RSS > | |
►Chpp::fcl::MeshDistanceTraversalNode< RSS > | |
Chpp::fcl::MeshDistanceTraversalNodeRSS | Traversal node for distance computation between two meshes if their underlying BVH node is oriented node (RSS, OBBRSS, kIOS) |
►Chpp::fcl::BVHShapeDistanceTraversalNode< kIOS, S > | |
►Chpp::fcl::MeshShapeDistanceTraversalNode< kIOS, S, NarrowPhaseSolver > | |
Chpp::fcl::MeshShapeDistanceTraversalNodekIOS< S, NarrowPhaseSolver > | |
►Chpp::fcl::BVHShapeDistanceTraversalNode< OBBRSS, S > | |
►Chpp::fcl::MeshShapeDistanceTraversalNode< OBBRSS, S, NarrowPhaseSolver > | |
Chpp::fcl::MeshShapeDistanceTraversalNodeOBBRSS< S, NarrowPhaseSolver > | |
►Chpp::fcl::BVHShapeDistanceTraversalNode< RSS, S > | |
►Chpp::fcl::MeshShapeDistanceTraversalNode< RSS, S, NarrowPhaseSolver > | |
Chpp::fcl::MeshShapeDistanceTraversalNodeRSS< S, NarrowPhaseSolver > | Traversal node for distance between mesh and shape, when mesh BVH is one of the oriented node (RSS, OBBRSS, kIOS) |
►Chpp::fcl::BVHDistanceTraversalNode< BV > | Traversal node for distance computation between BVH models |
Chpp::fcl::MeshDistanceTraversalNode< BV > | Traversal node for distance computation between two meshes |
►Chpp::fcl::BVHShapeDistanceTraversalNode< BV, S > | Traversal node for distance computation between BVH and shape |
Chpp::fcl::MeshShapeDistanceTraversalNode< BV, S, NarrowPhaseSolver > | Traversal node for distance between mesh and shape |
Chpp::fcl::MeshOcTreeDistanceTraversalNode< BV, NarrowPhaseSolver > | Traversal node for mesh-octree distance |
Chpp::fcl::OcTreeDistanceTraversalNode< NarrowPhaseSolver > | Traversal node for octree distance |
Chpp::fcl::OcTreeMeshDistanceTraversalNode< BV, NarrowPhaseSolver > | Traversal node for octree-mesh distance |
Chpp::fcl::OcTreeShapeDistanceTraversalNode< S, NarrowPhaseSolver > | Traversal node for octree-shape distance |
►Chpp::fcl::ShapeBVHDistanceTraversalNode< S, BV > | Traversal node for distance computation between shape and BVH |
Chpp::fcl::ShapeMeshDistanceTraversalNode< S, BV, NarrowPhaseSolver > | Traversal node for distance between shape and mesh |
Chpp::fcl::ShapeDistanceTraversalNode< S1, S2, NarrowPhaseSolver > | Traversal node for distance between two shapes |
Chpp::fcl::ShapeOcTreeDistanceTraversalNode< S, NarrowPhaseSolver > | Traversal node for shape-octree distance |
►Chpp::fcl::ShapeBVHDistanceTraversalNode< S, kIOS > | |
►Chpp::fcl::ShapeMeshDistanceTraversalNode< S, kIOS, NarrowPhaseSolver > | |
Chpp::fcl::ShapeMeshDistanceTraversalNodekIOS< S, NarrowPhaseSolver > | |
►Chpp::fcl::ShapeBVHDistanceTraversalNode< S, OBBRSS > | |
►Chpp::fcl::ShapeMeshDistanceTraversalNode< S, OBBRSS, NarrowPhaseSolver > | |
Chpp::fcl::ShapeMeshDistanceTraversalNodeOBBRSS< S, NarrowPhaseSolver > | |
►Chpp::fcl::ShapeBVHDistanceTraversalNode< S, RSS > | |
►Chpp::fcl::ShapeMeshDistanceTraversalNode< S, RSS, NarrowPhaseSolver > | |
Chpp::fcl::ShapeMeshDistanceTraversalNodeRSS< S, NarrowPhaseSolver > | |
Chpp::fcl::Triangle | Triangle with 3 indices for points |
Chpp::fcl::TriangleAndVertices | |
Chpp::fcl::TriangleDistance | Triangle distance functions |
Chpp::fcl::Variance3f | Class for variance matrix in 3d |