Itasca C++ Interface
Loading...
Searching...
No Matches
imodulecontactballclump.h
1#pragma once
2// imodulecontactballclump.h
3// For BALL-CLUMP contacts
4
5namespace itasca {
6 class IEnergyMap;
7}
8
9namespace itascaxd {
10 class IContainerContact;
11}
12
13namespace pfc {
14 using namespace itasca;
15 using namespace itascaxd;
16
18 public:
19 virtual const IContainerContact *getIContainerContactBallPebble() const=0;
20 virtual IContainerContact * getIContainerContactBallPebble()=0;
21 virtual const IEnergyMap * getIContactBallPebbleEnergies() const=0;
22 };
23} // namespace contactballwall
24// EoF
Interface to EnergyMap class.
Definition ienergymap.h:15
Contact container class.
Definition icontainercontact.h:28
Definition imodulecontactballclump.h:17
namespace Itasca
Definition basememory.cpp:10
Itasca Library standard namespace, specific to 2D or 3D.
Definition icontactmodule.h:4
PFC namespace.
Definition iballfluid.h:15