boxContactCalculation(const SurgSim::Math::BoxShape &boxShape, const SurgSim::Math::RigidTransform3d &boxPose, const SurgSim::Math::Shape &otherShape, const SurgSim::Math::RigidTransform3d &otherPose) override | SurgSim::Collision::OctreeDoubleSidedPlaneContact | protectedvirtual |
calculateCcdContact(const Math::PosedShapeMotion< std::shared_ptr< Math::Shape >> posedShapeMotion1, const Math::PosedShapeMotion< std::shared_ptr< Math::Shape >> posedShapeMotion2) | SurgSim::Collision::ContactCalculation | |
calculateContact(std::shared_ptr< CollisionPair > pair) | SurgSim::Collision::ContactCalculation | |
calculateContactWithNode(std::shared_ptr< const SurgSim::Math::OctreeShape::NodeType > node, Math::RigidTransform3d octreePose, const std::shared_ptr< Math::Shape > &shape, const Math::RigidTransform3d &shapePose, SurgSim::DataStructures::OctreePath *nodePath, std::list< std::shared_ptr< Contact >> *result) | SurgSim::Collision::OctreeContact | private |
calculateDcdContact(const Math::PosedShape< std::shared_ptr< Math::Shape >> posedShape1, const Math::PosedShape< std::shared_ptr< Math::Shape >> posedShape2) | SurgSim::Collision::ContactCalculation | |
ContactCalculation() | SurgSim::Collision::ContactCalculation | |
doCalculateCcdContact(const Math::PosedShapeMotion< std::shared_ptr< Math::Shape >> &posedShapeMotion1, const Math::PosedShapeMotion< std::shared_ptr< Math::Shape >> &posedShapeMotion2) | SurgSim::Collision::ContactCalculation | privatevirtual |
doCalculateContact(std::shared_ptr< CollisionPair > pair) | SurgSim::Collision::ContactCalculation | privatevirtual |
doCalculateDcdContact(const Math::PosedShape< std::shared_ptr< Math::Shape >> &posedShape1, const Math::PosedShape< std::shared_ptr< Math::Shape >> &posedShape2) override | SurgSim::Collision::OctreeContact | privatevirtual |
getCcdContactTable() | SurgSim::Collision::ContactCalculation | static |
getDcdContactTable() | SurgSim::Collision::ContactCalculation | static |
getShapeTypes() override | SurgSim::Collision::OctreeDoubleSidedPlaneContact | virtual |
initializeTables() | SurgSim::Collision::ContactCalculation | privatestatic |
m_calculator | SurgSim::Collision::OctreeDoubleSidedPlaneContact | private |
m_contactCcdCalculations | SurgSim::Collision::ContactCalculation | privatestatic |
m_contactDcdCalculations | SurgSim::Collision::ContactCalculation | privatestatic |
m_initializationFlag | SurgSim::Collision::ContactCalculation | privatestatic |
m_shapes | SurgSim::Collision::OctreeContact | private |
privateCcdRegister(const std::shared_ptr< ContactCalculation > &calculation, const std::pair< int, int > &types) | SurgSim::Collision::ContactCalculation | privatestatic |
privateCcdRegister(const std::shared_ptr< ContactCalculation > &calculation) | SurgSim::Collision::ContactCalculation | privatestatic |
privateDcdRegister(const std::shared_ptr< ContactCalculation > &calculation, const std::pair< int, int > &types) | SurgSim::Collision::ContactCalculation | privatestatic |
privateDcdRegister(const std::shared_ptr< ContactCalculation > &calculation) | SurgSim::Collision::ContactCalculation | privatestatic |
registerCcdContactCalculation(const std::shared_ptr< ContactCalculation > &calculation) | SurgSim::Collision::ContactCalculation | static |
registerDcdContactCalculation(const std::shared_ptr< ContactCalculation > &calculation) | SurgSim::Collision::ContactCalculation | static |
TableType typedef | SurgSim::Collision::ContactCalculation | |
~ContactCalculation() | SurgSim::Collision::ContactCalculation | virtual |