casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Types
casa::CleanEnums Class Reference

Lists the different types of Convolutions that can be done. More...

#include <LatticeCleaner.h>

List of all members.

Public Types

enum  CleanType {
  HOGBOM,
  MULTISCALE,
  CLARK
}

Detailed Description

Lists the different types of Convolutions that can be done.

Synopsis

This enumerator is brought out as a separate class because g++ currently cannot handle enumerators in a templated class. When it can this class will go away and this enumerator moved into the Cleaner class

Definition at line 52 of file LatticeCleaner.h.


Member Enumeration Documentation

Enumerator:
HOGBOM 

Hogbom.

MULTISCALE 

Multi-scale.

CLARK 

Clark.

Definition at line 54 of file LatticeCleaner.h.


The documentation for this class was generated from the following file: