|
ESyS-Particle
2.3
|
#include <BTriMeshIP.h>


Public Member Functions | |
| BTriMeshIP () | |
| BTriMeshIP (const std::string &interactionName, const std::string &meshName, double normalK, double breakDistance) | |
| virtual | ~BTriMeshIP () |
| void | setMeshName (const std::string &meshName) |
| const std::string & | getMeshName () const |
| void | setName (const std::string &name) |
| const std::string & | getName () const |
| virtual std::string | getTypeString () const |
Public Attributes | |
| double | k |
| double | brk |
Private Attributes | |
| std::string | m_name |
| std::string | m_meshName |
| BTriMeshIP::BTriMeshIP | ( | ) |
| BTriMeshIP::BTriMeshIP | ( | const std::string & | interactionName, |
| const std::string & | meshName, | ||
| double | normalK, | ||
| double | breakDistance | ||
| ) |
|
virtual |
| const std::string & BTriMeshIP::getMeshName | ( | ) | const |
References m_meshName.
Referenced by BondedTriMeshIGCommand::appendTriMeshPrms(), and esys::lsm::exportBondedTriMeshPrms().

| const std::string & BTriMeshIP::getName | ( | ) | const |
References m_name.
Referenced by BondedTriMeshIGCommand::appendTriMeshPrms(), and esys::lsm::exportBondedTriMeshPrms().

|
virtual |
| void BTriMeshIP::setMeshName | ( | const std::string & | meshName | ) |
References m_meshName.
| void BTriMeshIP::setName | ( | const std::string & | name | ) |
References m_name.
| double BTriMeshIP::brk |
| double BTriMeshIP::k |
|
private |
Referenced by getMeshName(), and setMeshName().