Definition at line 1948 of file drive_.cc.
virtual SineCosineDCR::~SineCosineDCR |
( |
void |
| ) |
|
|
inlineprotectedvirtual |
Definition at line 1956 of file drive_.cc.
References DEBUGCOUT, HighParser::GetInt(), HighParser::GetReal(), HighParser::IsKeyWord(), DataManager::pGetDrvHdl(), and SAFENEWWITHCONSTRUCTOR.
Referenced by SineDCR::Read(), and CosineDCR::Read().
1967 DEBUGCOUT(
"Initial time: " << dInitialTime << std::endl);
1970 DEBUGCOUT(
"Omega: " << dOmega << std::endl);
1973 DEBUGCOUT(
"Amplitude: " << dAmplitude << std::endl);
1986 iNumCycles = HP.
GetInt();
1988 DEBUGCOUT(
"Number of cycles: " << iNumCycles << std::endl);
1991 DEBUGCOUT(
"InitialValue: " << dInitialValue << std::endl);
1996 SineDriveCaller(pDrvHdl, dInitialTime, dOmega, dAmplitude, iNumCycles, dInitialValue));
2001 CosineDriveCaller(pDrvHdl, dInitialTime, dOmega, dAmplitude, iNumCycles, dInitialValue));
virtual integer GetInt(integer iDefval=0)
const DriveHandler * pGetDrvHdl(void) const
virtual bool IsKeyWord(const char *sKeyWord)
#define SAFENEWWITHCONSTRUCTOR(pnt, item, constructor)
virtual doublereal GetReal(const doublereal &dDefval=0.0)
The documentation for this struct was generated from the following file: