iMSTK
Interactive Medical Simulation Toolkit
Examples
PBD
PBDStaticSuture
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
18
class
NeedleInteraction
:
public
RigidObjectCollision
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
};
imstk::NeedleInteraction
Defines interaction between NeedleObject and PbdObject.
Definition:
imstkNeedleInteraction.h:22
imstk::RigidObjectCollision
Definition:
imstkRigidObjectCollision.h:24
imstk
Compound Geometry.
Definition:
OctreeDebugModel.cpp:10
Generated by
1.8.13