Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/structcasa_1_1MakeComplexRealImag.html
Дата изменения: Unknown
Дата индексирования: Mon Feb 14 23:25:03 2011
Кодировка:
casacore: casa::MakeComplexRealImag< L, R, RES > Struct Template Reference
Public Member Functions

casa::MakeComplexRealImag< L, R, RES > Struct Template Reference

Functor to form a complex number from the real part of the left value and the imaginary part of the right value. More...

#include <Functors.h>

List of all members.

Public Member Functions

RES operator() (L l, R r) const

Detailed Description

template<typename L, typename R, typename RES>
struct casa::MakeComplexRealImag< L, R, RES >

Functor to form a complex number from the real part of the left value and the imaginary part of the right value.

Definition at line 469 of file Functors.h.


Member Function Documentation

template<typename L , typename R , typename RES >
RES casa::MakeComplexRealImag< L, R, RES >::operator() ( l,
r 
) const [inline]

Definition at line 471 of file Functors.h.

References casa::imag(), and casa::real().


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines