iMSTK
Interactive Medical Simulation Toolkit
NeedleInteraction.h
1 /*
2 ** This file is part of the Interactive Medical Simulation Toolkit (iMSTK)
3 ** iMSTK is distributed under the Apache License, Version 2.0.
4 ** See accompanying NOTICE for details.
5 */
6 
7 #pragma once
8 
9 #include "imstkRigidObjectCollision.h"
10 
11 using namespace imstk;
12 
19 {
20 public:
21  NeedleInteraction(std::shared_ptr<CollidingObject> tissueObj,
22  std::shared_ptr<RigidObject2> needleObj,
23  const std::string& collisionName = "");
24  ~NeedleInteraction() override = default;
25 };
Defines interaction between NeedleObject and PbdObject.
Compound Geometry.