Go to the source code of this file.
Classes | |
| class | casa::DDMapper |
| Abstract Derived Data Mapper class. More... | |
| class | casa::DDDummy |
| DDDummy: dummy mapper, throws an excpetion if any methods are called. More... | |
| class | casa::DDFunc |
| DDFunc: maps correlation A into func(A). More... | |
| class | casa::DDSumFunc |
| DDSumFunc: maps two correlations A and B into func(A)+func(B). More... | |
| class | casa::DDFuncSum |
| DDFuncSum: maps two correlations A and B into func(A+B). More... | |
| class | casa::DDFuncDiff |
| DDFuncDiff: maps two correlations A and B into func(A-B). More... | |
| class | casa::DDDiffFunc |
| DDDiffFunc: maps two correlations A and B into func(A)-func(B). More... | |
Namespaces | |
| namespace | casa |
----------------------------------------------------------------------------- Start of casa namespace ----------------------------------------------------------------------------- | |
Functions | |
| Vector< String > | casa::splitExpression (const Vector< String > &expr0) |
| helper function to split an expression into elements | |
1.6.1