#include <ERF_EBIF.H>
◆ UnionListIF() [1/3]
Vector< F > m_ifs
Definition: ERF_EBIF.H:45
bool m_empty
Definition: ERF_EBIF.H:46
◆ ~UnionListIF()
◆ UnionListIF() [2/3]
◆ UnionListIF() [3/3]
◆ is_empty()
◆ operator()()
template<class F >
Real UnionListIF< F >::operator() |
( |
const RealArray & |
p | ) |
const |
|
inline |
34 Real vmax=
m_ifs[0](p);
35 for (
int i=1; i<
m_ifs.size(); i++) {
36 Real vcur =
m_ifs[i](p);
37 if ( vmax < vcur ) vmax = vcur;
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ m_empty
◆ m_ifs
The documentation for this class was generated from the following file: