Version: 5.1.6

INTERP_KERNEL.ValueDoubleExpr Class Reference

#include <InterpKernelValue.hxx>

Inheritance diagram for INTERP_KERNEL.ValueDoubleExpr:
Inheritance graph

Public Member Functions

 ValueDoubleExpr (int szDestData, const double *srcData)
 ~ValueDoubleExpr ()
doublegetData () const
ValuenewInstance () const
void setDouble (double val) throw (INTERP_KERNEL::Exception)
void setVarname (int fastPos, const std::string &var) throw (INTERP_KERNEL::Exception)
void positive () throw (INTERP_KERNEL::Exception)
void negate () throw (INTERP_KERNEL::Exception)
void sqrt () throw (INTERP_KERNEL::Exception)
void cos () throw (INTERP_KERNEL::Exception)
void sin () throw (INTERP_KERNEL::Exception)
void tan () throw (INTERP_KERNEL::Exception)
void abs () throw (INTERP_KERNEL::Exception)
void exp () throw (INTERP_KERNEL::Exception)
void ln () throw (INTERP_KERNEL::Exception)
void log10 () throw (INTERP_KERNEL::Exception)
Valueplus (const Value *other) const throw (INTERP_KERNEL::Exception)
Valueminus (const Value *other) const throw (INTERP_KERNEL::Exception)
Valuemult (const Value *other) const throw (INTERP_KERNEL::Exception)
Valuediv (const Value *other) const throw (INTERP_KERNEL::Exception)
Valuepow (const Value *other) const throw (INTERP_KERNEL::Exception)
Valuemax (const Value *other) const throw (INTERP_KERNEL::Exception)
Valuemin (const Value *other) const throw (INTERP_KERNEL::Exception)
ValuegreaterThan (const Value *other) const throw (INTERP_KERNEL::Exception)
ValuelowerThan (const Value *other) const throw (INTERP_KERNEL::Exception)
ValueifFunc (const Value *the, const Value *els) const throw (INTERP_KERNEL::Exception)

Private Attributes

int _sz_dest_data
double_dest_data
const double_src_data

Constructor & Destructor Documentation

ValueDoubleExpr::ValueDoubleExpr ( int  szDestData,
const double srcData 
)
ValueDoubleExpr::~ValueDoubleExpr (  ) 

Member Function Documentation

double* INTERP_KERNEL.ValueDoubleExpr.getData (  )  const
Value * ValueDoubleExpr::newInstance (  )  const [virtual]
void ValueDoubleExpr::setDouble ( double  val  )  throw (INTERP_KERNEL::Exception) [virtual]

Implements INTERP_KERNEL.Value.

References MEDMEM.fill().

void ValueDoubleExpr::setVarname ( int  fastPos,
const std::string &  var 
) throw (INTERP_KERNEL::Exception) [virtual]

Implements INTERP_KERNEL.Value.

References MEDMEM.fill().

void ValueDoubleExpr::positive (  )  throw (INTERP_KERNEL::Exception) [virtual]

Implements INTERP_KERNEL.Value.

void ValueDoubleExpr::negate (  )  throw (INTERP_KERNEL::Exception) [virtual]
void ValueDoubleExpr::sqrt (  )  throw (INTERP_KERNEL::Exception) [virtual]
void ValueDoubleExpr::cos (  )  throw (INTERP_KERNEL::Exception) [virtual]
void ValueDoubleExpr::sin (  )  throw (INTERP_KERNEL::Exception) [virtual]
void ValueDoubleExpr::tan (  )  throw (INTERP_KERNEL::Exception) [virtual]
void ValueDoubleExpr::abs (  )  throw (INTERP_KERNEL::Exception) [virtual]
void ValueDoubleExpr::exp (  )  throw (INTERP_KERNEL::Exception) [virtual]
void ValueDoubleExpr::ln (  )  throw (INTERP_KERNEL::Exception) [virtual]
void ValueDoubleExpr::log10 (  )  throw (INTERP_KERNEL::Exception) [virtual]
Value * ValueDoubleExpr::plus ( const Value other  )  const throw (INTERP_KERNEL::Exception)
Value * ValueDoubleExpr::minus ( const Value other  )  const throw (INTERP_KERNEL::Exception)
Value * ValueDoubleExpr::mult ( const Value other  )  const throw (INTERP_KERNEL::Exception)
Value * ValueDoubleExpr::div ( const Value other  )  const throw (INTERP_KERNEL::Exception)
Value * ValueDoubleExpr::pow ( const Value other  )  const throw (INTERP_KERNEL::Exception)
Value * ValueDoubleExpr::max ( const Value other  )  const throw (INTERP_KERNEL::Exception)
Value * ValueDoubleExpr::min ( const Value other  )  const throw (INTERP_KERNEL::Exception)
Value * ValueDoubleExpr::greaterThan ( const Value other  )  const throw (INTERP_KERNEL::Exception)
Value * ValueDoubleExpr::lowerThan ( const Value other  )  const throw (INTERP_KERNEL::Exception)
Value * ValueDoubleExpr::ifFunc ( const Value the,
const Value els 
) const throw (INTERP_KERNEL::Exception)

Field Documentation