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

Public Member Functions

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

Detailed Description

Definition at line 1303 of file constltp_impl.cc.

Member Function Documentation

virtual ConstitutiveLaw<doublereal, doublereal>* BiStopCLW1DR::Read ( const DataManager pDM,
MBDynParser HP,
ConstLawType::Type CLType 
)
inlinevirtual

Implements ConstitutiveLawRead< doublereal, doublereal >.

Definition at line 1305 of file constltp_impl.cc.

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

1305  {
1307 
1309 
1310  const DriveCaller *pA = 0;
1311  const DriveCaller *pD = 0;
1312  bool bStatus(false);
1313  ReadBiStopBase(HP, bStatus, pA, pD);
1314 
1315  ConstitutiveLaw<doublereal, doublereal> *pWrappedCL = ReadCL1D(pDM, HP, CLType);
1316  SAFENEWWITHCONSTRUCTOR(pCL, L, L(pWrappedCL, bStatus, pA, pD));
1317 
1318  return pCL;
1319  };
ConstitutiveLaw< doublereal, doublereal > * ReadCL1D(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: