casacore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | List of all members
casacore::ConvEnums Class Reference

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

#include <LatticeConvolver.h>

Public Types

enum  ConvType {
  LINEAR,
  CIRCULAR
}
 

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 Convolver class

Definition at line 50 of file LatticeConvolver.h.

Member Enumeration Documentation

Enumerator
LINEAR 

Linear convolution.

CIRCULAR 

Circular Convolution.

Definition at line 52 of file LatticeConvolver.h.


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