#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 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.
| enum ComplexComponentEnum |