DataParameterAccessor.h
Classes
- TableParameterAccessor -- Facilitates access to data parameters by AIPS++ ApplicationObjects (full description)
- PagedImageParameterAccessor -- Facilitates access to PagedImage parameters by AIPS++ ApplicationObjects (full description)
Interface
- Public Members
- TableParameterAccessor(const String &name, ParameterSet::Direction direction, GlishRecord *values)
- virtual Bool fromRecord(String &error)
- virtual Bool toRecord(String &error) const
- Private Members
- TableParameterAccessor()
- TableParameterAccessor(const TableParameterAccessor &other)
- Public Members
- using ParameterAccessor<ParameterAccessor>::operator()
or
Review Status
- Date Reviewed:
- yyyy/mm/dd
Prerequisite
- SomeClass
- SomeOtherClass
- some concept
Etymology
Synopsis
Example
Motivation
Template Type Argument Requirements (T)
Thrown Exceptions
To Do
- add this feature
- fix this bug
- start discussion of this possible extension
T is the pixel type
Member Description
Interface
- PagedImageParameterAccessor(const String &name, ParameterSet::Direction direction, GlishRecord *values)
- virtual Bool fromRecord(String &error)
- virtual Bool toRecord(String &error) const
Private Members
- PagedImageParameterAccessor()
- PagedImageParameterAccessor(const PagedImageParameterAccessor<T> &other)
Public Members
- using ParameterAccessor< ParameterAccessor<T> >::operator()
or
Review Status
- Date Reviewed:
- yyyy/mm/dd
Prerequisite
- SomeClass
- SomeOtherClass
- some concept
Etymology
Synopsis
Example
Motivation
Template Type Argument Requirements (T)
Thrown Exceptions
To Do
- add this feature
- fix this bug
- start discussion of this possible extension
Member Description