ComplexData.h File Reference

#include <complex>
#include "DataVariantValidator.h"
#include "EnumWrapper.h"

Go to the source code of this file.

Classes

class  IntegerComplex
 Contains integer real and imaginary values. More...
class  FloatComplex
 Contains floating point real and imaginary values. More...

Typedefs

typedef EnumWrapper
< ComplexComponentEnum
ComplexComponent

Enumerations

enum  ComplexComponentEnum { COMPLEX_MAGNITUDE, COMPLEX_PHASE, COMPLEX_INPHASE, COMPLEX_QUADRATURE }


Typedef Documentation

typedef EnumWrapper<ComplexComponentEnum> ComplexComponent

The EnumWrapper contains a given enum value and provides a isValid() method which returns true if the contained enum value is valid.

Please see How To Use EnumWrapper for more information. The wrapped enum values are ComplexComponentEnum.

Definition at line 25 of file ComplexData.h.


Enumeration Type Documentation

Specifies the various components of complex data.

Enumerator:
COMPLEX_MAGNITUDE 
COMPLEX_PHASE 
COMPLEX_INPHASE 
COMPLEX_QUADRATURE 

Definition at line 20 of file ComplexData.h.


Software Development Kit - Opticks 4.9.0 Build 16218