Definition at line 55 of file module-minmaxdrive.cc.
Definition at line 112 of file module-minmaxdrive.cc.
References NO_OP.
DriveCaller(const DriveHandler *pDH)
const std::vector< DriveOwner > drives
MinMaxDriveCaller::~MinMaxDriveCaller |
( |
| ) |
|
|
virtual |
bool MinMaxDriveCaller::bIsDifferentiable |
( |
void |
| ) |
const |
|
virtual |
Reimplemented from DriveCaller.
Definition at line 194 of file module-minmaxdrive.cc.
References drives.
197 if (!i->bIsDifferentiable()) {
std::vector< DriveOwner >::const_iterator iterator
const std::vector< DriveOwner > drives
virtual const char* MinMaxDriveCaller::c_str |
( |
void |
| ) |
const |
|
protectedpure virtual |
Reimplemented from DriveCaller.
Definition at line 125 of file module-minmaxdrive.cc.
References bCompare(), and drives.
130 for ( ; i !=
drives.end(); ++i) {
std::vector< DriveOwner >::const_iterator iterator
const std::vector< DriveOwner > drives
virtual bool bCompare(doublereal lhs, doublereal rhs) const =0
Implements DriveCaller.
Definition at line 160 of file module-minmaxdrive.cc.
References bCompare(), and drives.
165 for ( ; i !=
drives.end(); ++i) {
std::vector< DriveOwner >::const_iterator iterator
const std::vector< DriveOwner > drives
virtual bool bCompare(doublereal lhs, doublereal rhs) const =0
doublereal MinMaxDriveCaller::dGetP |
( |
void |
| ) |
const |
|
virtual |
Reimplemented from DriveCaller.
Definition at line 141 of file module-minmaxdrive.cc.
References bCompare(), and drives.
147 for ( ; i !=
drives.end(); ++i) {
156 return iMin->dGetP();
std::vector< DriveOwner >::const_iterator iterator
const std::vector< DriveOwner > drives
virtual bool bCompare(doublereal lhs, doublereal rhs) const =0
Reimplemented from DriveCaller.
Definition at line 176 of file module-minmaxdrive.cc.
References bCompare(), and drives.
182 for ( ; i !=
drives.end(); ++i) {
191 return iMin->dGetP(dVar);
std::vector< DriveOwner >::const_iterator iterator
const std::vector< DriveOwner > drives
virtual bool bCompare(doublereal lhs, doublereal rhs) const =0
std::ostream & MinMaxDriveCaller::Restart |
( |
std::ostream & |
out | ) |
const |
|
virtual |
Implements DriveCaller.
Definition at line 207 of file module-minmaxdrive.cc.
References c_str(), and drives.
209 out <<
c_str() <<
", "
213 i->pGetDriveCaller()->Restart(out);
215 if (
drives.end() - i > 1) {
std::vector< DriveOwner >::const_iterator iterator
const std::vector< DriveOwner > drives
virtual const char * c_str(void) const =0
The documentation for this class was generated from the following file: