DOfunctionals.h

Classes

functionals -- This class gives Glish to Quantity connection (full description)

class functionals : public ApplicationObject

Interface

Public Members
functionals()
functionals(const functionals &other)
functionals &operator=(const functionals &other)
~functionals()
virtual String className() const
virtual Vector<String> methods() const
virtual MethodResult runMethod(uInt which, ParameterSet &parameters, Bool runMethod)
virtual Vector<String> noTraceMethods() const

Description

Review Status

Date Reviewed:
yyyy/mm/dd

Prerequisite

Etymology

Distributed Object and functionals

Synopsis

The class makes the connection between the Functionals classes and the Glish distributed object system. It provides a series of Glish callable methods. See Aips++ Note 197 for details.
Caution The class name is functionals, the file name DOfunctionals, with the actual distributed object in functionals.cc, functionals.g

Example

For an example of the class use, see the functionals.g application in the reference manual.

Motivation

To provide a direct user interface between the user and Functionals related calculations.

To Do

Member Description

functionals()

functionals(const functionals &other)

functionals &operator=(const functionals &other)

~functionals()

virtual String className() const
virtual Vector<String> methods() const
virtual MethodResult runMethod(uInt which, ParameterSet &parameters, Bool runMethod)

Required Tasking methods

virtual Vector<String> noTraceMethods() const

Stop tracing