MBDyn-1.7.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups
BiStopCLW6DR Struct Reference
Inheritance diagram for BiStopCLW6DR:
Collaboration diagram for BiStopCLW6DR:

Public Member Functions

virtual ConstitutiveLaw< Vec6,
Mat6x6 > * 
Read (const DataManager *pDM, MBDynParser &HP, ConstLawType::Type &CLType)
 
- Public Member Functions inherited from ConstitutiveLawRead< Vec6, Mat6x6 >
virtual ~ConstitutiveLawRead (void)
 

Detailed Description

Definition at line 1341 of file constltp_impl.cc.

Member Function Documentation

virtual ConstitutiveLaw<Vec6, Mat6x6>* BiStopCLW6DR::Read ( const DataManager pDM,
MBDynParser HP,
ConstLawType::Type CLType 
)
inlinevirtual

Implements ConstitutiveLawRead< Vec6, Mat6x6 >.

Definition at line 1343 of file constltp_impl.cc.

References ReadBiStopBase(), ReadCL6D(), and SAFENEWWITHCONSTRUCTOR.

1343  {
1345 
1347 
1348  const DriveCaller *pA = 0;
1349  const DriveCaller *pD = 0;
1350  bool bStatus(false);
1351  ReadBiStopBase(HP, bStatus, pA, pD);
1352 
1353  ConstitutiveLaw<Vec6, Mat6x6> *pWrappedCL = ReadCL6D(pDM, HP, CLType);
1354  SAFENEWWITHCONSTRUCTOR(pCL, L, L(pWrappedCL, bStatus, pA, pD));
1355 
1356  return pCL;
1357  };
ConstitutiveLaw< Vec6, Mat6x6 > * ReadCL6D(const DataManager *pDM, MBDynParser &HP, ConstLawType::Type &CLType)
#define SAFENEWWITHCONSTRUCTOR(pnt, item, constructor)
Definition: mynewmem.h:698
static void ReadBiStopBase(MBDynParser &HP, bool &bStatus, const DriveCaller *&pA, const DriveCaller *&pD)

Here is the call graph for this function:


The documentation for this struct was generated from the following file: