casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
casa::MarshallableChebyshev< T > Member List
This is the complete list of members for casa::MarshallableChebyshev< T >, including all inherited members.
arg_pcasa::Function< T, T > [mutable, protected]
argp() constcasa::Function< T, T > [inline]
ArgType typedefcasa::Function< T, T >
Chebyshev()casa::Chebyshev< T > [inline]
Chebyshev(const uInt n)casa::Chebyshev< T > [inline, explicit]
Chebyshev(const T &min, const T &max, const typename ChebyshevEnums::OutOfIntervalMode mode=ChebyshevEnums::CONSTANT, const T &defval=T(0))casa::Chebyshev< T > [inline]
Chebyshev(const Vector< T > &coeffs, const T &min, const T &max, const typename ChebyshevEnums::OutOfIntervalMode mode=ChebyshevEnums::CONSTANT, const T &defval=T(0))casa::Chebyshev< T > [inline]
Chebyshev(uInt order, const RecordInterface &mode)casa::Chebyshev< T > [inline]
Chebyshev(const Vector< T > &coeffs, const RecordInterface &mode)casa::Chebyshev< T > [inline]
Chebyshev(const Chebyshev &other)casa::Chebyshev< T > [inline]
ChebyshevParam()casa::ChebyshevParam< T >
ChebyshevParam(const uInt n)casa::ChebyshevParam< T > [explicit]
ChebyshevParam(const T &min, const T &max, ChebyshevEnums::OutOfIntervalMode mode=ChebyshevEnums::CONSTANT, const T &defval=T(0))casa::ChebyshevParam< T >
ChebyshevParam(const Vector< T > &coeffs, const T &min, const T &max, ChebyshevEnums::OutOfIntervalMode mode=ChebyshevEnums::CONSTANT, const T &defval=T(0))casa::ChebyshevParam< T >
ChebyshevParam(uInt order, const RecordInterface &mode)casa::ChebyshevParam< T >
ChebyshevParam(const Vector< T > &coeffs, const RecordInterface &mode)casa::ChebyshevParam< T >
ChebyshevParam(const ChebyshevParam &other)casa::ChebyshevParam< T >
ChebyshevParam(const ChebyshevParam< W > &other)casa::ChebyshevParam< T > [inline]
ChebyshevParamModeImpl()casa::ChebyshevParamModeImpl< T > [inline]
ChebyshevParamModeImpl(const uInt n)casa::ChebyshevParamModeImpl< T > [inline, explicit]
ChebyshevParamModeImpl(const T &min, const T &max, typename ChebyshevEnums::OutOfIntervalMode mode=ChebyshevEnums::CONSTANT, const T &defval=T(0))casa::ChebyshevParamModeImpl< T > [inline]
ChebyshevParamModeImpl(const Vector< T > &coeffs, const T &min, const T &max, typename ChebyshevEnums::OutOfIntervalMode mode=ChebyshevEnums::CONSTANT, const T &defval=T(0))casa::ChebyshevParamModeImpl< T > [inline]
ChebyshevParamModeImpl(uInt order, const RecordInterface &mode)casa::ChebyshevParamModeImpl< T > [inline]
ChebyshevParamModeImpl(const Vector< T > &coeffs, const RecordInterface &mode)casa::ChebyshevParamModeImpl< T > [inline]
ChebyshevParamModeImpl(const ChebyshevParamModeImpl &other)casa::ChebyshevParamModeImpl< T > [inline]
chebyshevToPower(Vector< T > &coeffs)casa::ChebyshevParam< T > [static]
clone() const casa::MarshallableChebyshev< T > [inline, virtual]
cloneAD() constcasa::Function< T, T > [virtual]
cloneNonAD() constcasa::Function< T, T > [virtual]
COEFFS enum valuecasa::MarshallableChebyshev< T >
DEF enum valuecasa::MarshallableChebyshev< T >
def_pcasa::ChebyshevParam< T > [protected]
derivative() const casa::Chebyshev< T >
derivativeCoeffs(Vector< T > &coeffs, const T &xmin=T(-1), const T &xmax=T(1))casa::ChebyshevParam< T > [static]
eval(const typename FunctionTraits< T >::ArgType *x) const casa::Chebyshev< T > [virtual]
casa::ChebyshevParamModeImpl::eval(FunctionArg x) const =0casa::Function< T, T > [pure virtual]
FieldNames enum namecasa::MarshallableChebyshev< T >
FUNCFIELDScasa::MarshallableChebyshev< T > [static]
Function()casa::Function< T, T > [inline]
Function(const uInt n)casa::Function< T, T > [inline, explicit]
Function(const Vector< T > &in)casa::Function< T, T > [inline, explicit]
Function(const FunctionParam< T > &other)casa::Function< T, T > [inline]
Function(const Function< W, X > &other)casa::Function< T, T > [inline]
Function(const Function< T, T > &other)casa::Function< T, T > [inline]
Function1D()casa::Function1D< T > [inline]
Function1D(const uInt n)casa::Function1D< T > [inline, explicit]
Function1D(const Vector< T > &in)casa::Function1D< T > [inline, explicit]
Function1D(const FunctionParam< T > &other)casa::Function1D< T > [inline]
Function1D(const Function1D< T, T > &other)casa::Function1D< T > [inline]
Function1D(const Function1D< W, X > &other)casa::Function1D< T > [inline]
FunctionArg typedefcasa::Function1D< T >
FunctionMarshallable(const String &functype)casa::FunctionMarshallable [inline]
FunctionMarshallable(const FunctionMarshallable &other)casa::FunctionMarshallable [inline]
FUNCTYPEcasa::MarshallableChebyshev< T > [static]
getCoefficient(const uInt which) const casa::ChebyshevParam< T > [inline]
getCoefficients() const casa::ChebyshevParam< T >
getDefault() const casa::ChebyshevParam< T > [inline]
getFuncType() const casa::FunctionMarshallable [inline]
getIntervalMax() const casa::ChebyshevParam< T > [inline]
getIntervalMin() const casa::ChebyshevParam< T > [inline]
getMode(RecordInterface &mode) const casa::ChebyshevParamModeImpl< T > [virtual]
getOutOfIntervalMode() const casa::ChebyshevParam< T > [inline]
hasMode() const casa::ChebyshevParamModeImpl< T > [virtual]
INTERVAL enum valuecasa::MarshallableChebyshev< T >
loadFuncType(Record &gr) const casa::FunctionMarshallable [inline]
locked_pcasa::Function< T, T > [mutable, protected]
lockParam()casa::Function< T, T > [inline]
MarshallableChebyshev()casa::MarshallableChebyshev< T > [inline]
MarshallableChebyshev(const uInt n)casa::MarshallableChebyshev< T > [inline, explicit]
MarshallableChebyshev(const T &min, const T &max, const typename ChebyshevEnums::OutOfIntervalMode mode=ChebyshevEnums::CONSTANT, const T &defval=T(0))casa::MarshallableChebyshev< T > [inline]
MarshallableChebyshev(const Vector< T > &coeffs, const T &min, const T &max, const typename ChebyshevEnums::OutOfIntervalMode mode=ChebyshevEnums::CONSTANT, const T &defval=T(0))casa::MarshallableChebyshev< T > [inline]
MarshallableChebyshev(const Record &gr)casa::MarshallableChebyshev< T > [explicit]
MarshallableChebyshev(const Chebyshev< T > &other)casa::MarshallableChebyshev< T > [inline]
MarshallableChebyshev(const MarshallableChebyshev< T > &other)casa::MarshallableChebyshev< T > [inline]
mask(const uInt n)casa::Function< T, T > [inline]
mask(const uInt n) constcasa::Function< T, T > [inline]
maxx_pcasa::ChebyshevParam< T > [protected]
minx_pcasa::ChebyshevParam< T > [protected]
MODE enum valuecasa::MarshallableChebyshev< T >
mode_pcasa::ChebyshevParam< T > [protected]
modenamescasa::MarshallableChebyshev< T > [private, static]
modes_scasa::ChebyshevParam< T > [protected, static]
name() const casa::ChebyshevParam< T > [inline, virtual]
nCoefficients() const casa::ChebyshevParam< T > [inline]
ndim() constcasa::Function1D< T > [inline, virtual]
NFieldNames enum valuecasa::MarshallableChebyshev< T >
nparameters() constcasa::Function< T, T > [inline]
operator()() constcasa::Function< T, T > [inline, virtual]
operator()(const ArgType &x) constcasa::Function< T, T > [inline, virtual]
operator()(const Vector< ArgType > &x) constcasa::Function< T, T > [virtual]
operator()(FunctionArg x) constcasa::Function< T, T > [inline, virtual]
operator()(const ArgType &x, const ArgType &y) constcasa::Function< T, T > [virtual]
operator()(const ArgType &x, const ArgType &y, const ArgType &z) constcasa::Function< T, T > [virtual]
Functional< FunctionTraits< T >::ArgType, T >::operator()(const FunctionTraits< T >::ArgType &x) const =0casa::Functional< FunctionTraits< T >::ArgType, T > [pure virtual]
Functional< Vector< FunctionTraits< T >::ArgType >, T >::operator()(const Vector< FunctionTraits< T >::ArgType > &x) const =0casa::Functional< Vector< FunctionTraits< T >::ArgType >, T > [pure virtual]
operator=(const MarshallableChebyshev< T > &other)casa::MarshallableChebyshev< T > [inline]
operator=(const Chebyshev< T > &other)casa::MarshallableChebyshev< T > [inline]
casa::ChebyshevParamModeImpl::operator=(const ChebyshevParam< T > &other)casa::ChebyshevParam< T >
casa::FunctionMarshallable::operator=(const FunctionMarshallable &other)casa::FunctionMarshallable [inline, virtual]
operator[](const uInt n)casa::Function< T, T > [inline]
operator[](const uInt n) constcasa::Function< T, T > [inline]
order() const casa::ChebyshevParam< T > [inline]
param_pcasa::Function< T, T > [protected]
parameters() constcasa::Function< T, T > [inline]
parameters()casa::Function< T, T > [inline]
parset_pcasa::Function< T, T > [mutable, protected]
parsetp() constcasa::Function< T, T > [inline]
powerToChebyshev(Vector< T > &coeffs)casa::ChebyshevParam< T > [static]
print(ostream &os) constcasa::Function< T, T > [inline]
setCoefficient(const uInt which, const T &value)casa::ChebyshevParam< T >
setCoefficients(const Vector< T > &coeffs)casa::ChebyshevParam< T >
setDefault(const T &val)casa::ChebyshevParam< T > [inline]
setInterval(T xmin, T xmax)casa::ChebyshevParam< T > [inline]
setMode(const RecordInterface &mode)casa::ChebyshevParamModeImpl< T > [virtual]
setOutOfIntervalMode(ChebyshevEnums::OutOfIntervalMode mode)casa::ChebyshevParam< T > [inline]
store(Record &gr) const casa::MarshallableChebyshev< T > [virtual]
unlockParam()casa::Function< T, T > [inline]
~Chebyshev()casa::Chebyshev< T > [inline, virtual]
~ChebyshevParam()casa::ChebyshevParam< T > [virtual]
~Function()casa::Function< T, T > [inline, virtual]
~Function1D()casa::Function1D< T > [inline, virtual]
Functional< FunctionTraits< T >::~Functional()casa::Functional< FunctionTraits< T >::ArgType, T > [virtual]
Functional< Vector< FunctionTraits< T >::ArgType >, T >::~Functional()casa::Functional< Vector< FunctionTraits< T >::ArgType >, T > [virtual]
~FunctionMarshallable()casa::FunctionMarshallable [inline, virtual]
~MarshallableChebyshev()casa::MarshallableChebyshev< T > [inline, virtual]