ResidualAlgorithm.h

Classes

ResidualAlgorithm -- Parallel residual image formation (full description)

class ResidualAlgorithm : public Algorithm

Interface

Public Members
ResidualAlgorithm()
~ResidualAlgorithm()
void get()
void put()
String &name()
Private Members
void task()
void initializePut(const VisBuffer& vb, Int model)
void putResidualVis(VisBuffer& vb, Int model)

Description

Prerequisite

Etymology

From "residual image" and "parallel algorithm"

Synopsis

This class is called by PSkyEquation to form residual image using parallelization within the Applicator/Algorithm framework

Example


Motivation

Encapsulate the parallelized residual image formation

To Do

Member Description

ResidualAlgorithm()

Default constructor and destructor

~ResidualAlgorithm()

void get()

Get the input data and parameters from the controller

void put()

Return the results to the controller

String &name()

Return the name of the algorithm

void task()

Form the residual image

void initializePut(const VisBuffer& vb, Int model)

Local utility functions

void putResidualVis(VisBuffer& vb, Int model)