14 #ifndef ESYS_LSMWALLFORCESTOFRICTIONCONVERTER_H
15 #define ESYS_LSMWALLFORCESTOFRICTIONCONVERTER_H
18 #include <boost/shared_ptr.hpp>
28 const std::string &wallForcesFile,
29 const std::string &instFrictionFile,
30 const std::string &avrgFrictionFile,
41 typedef boost::shared_ptr<Impl>
ImplPtr;
Definition: WallForcesToFrictionConverter.h:24
Definition: CheckPointable.cpp:16
WallForcesToFrictionConverter(const std::string &wallForcesFile, const std::string &instFrictionFile, const std::string &avrgFrictionFile, int halfWindowSize, int wallId1, int wallId2, int normalDimIndex, int shearDimIndex)
Definition: WallForcesToFrictionConverter.cpp:91
Definition: WallForcesToFrictionConverter.cpp:26
void convert()
Definition: WallForcesToFrictionConverter.cpp:116
ImplPtr m_implPtr
Definition: WallForcesToFrictionConverter.h:43
boost::shared_ptr< Impl > ImplPtr
Definition: WallForcesToFrictionConverter.h:40