#include <IFSlicer.H>
Public Member Functions | |
| IFSlicer () | |
| null constructor | |
| IFSlicer (const IFSlicer< GLOBALDIM > &a_IFSlicer) | |
| copy constructor | |
| IFSlicer (const BaseIF &a_implicitFunction) | |
| if dim == GLOBALDIM, construct from BaseIF | |
| virtual | ~IFSlicer () |
| destructor | |
| virtual Real | value (const IndexTM< int, GLOBALDIM > &a_partialDerivative, const IndexTM< Real, GLOBALDIM > &a_point) const |
| Return the partial derivative evaluated at a_point. | |
| void | print (ostream &a_out) const |
Protected Attributes | |
| BaseIF * | m_implicitFunction |
Private Member Functions | |
| IFSlicer< GLOBALDIM > & | operator= (const IFSlicer< GLOBALDIM > &) |
copy constructor
copy constructor
| virtual Real IFSlicer< GLOBALDIM >::value | ( | const IndexTM< int, GLOBALDIM > & | a_partialDerivative, | |
| const IndexTM< Real, GLOBALDIM > & | a_point | |||
| ) | const [virtual] |
Return the partial derivative evaluated at a_point.
Represent the partial derivative as a list of integers. Return the partial derivative evaluated at a_point.
| void IFSlicer< GLOBALDIM >::print | ( | ostream & | a_out | ) | const |
BaseIF* IFSlicer< GLOBALDIM >::m_implicitFunction [protected] |
1.5.5