OpenTwin
0.1
OpenTwin
Loading...
Searching...
No Matches
ComplexNumbers.h
Go to the documentation of this file.
1
#pragma once
2
#include <complex>
3
4
namespace
ot
5
{
6
using
complex
= std::complex<double>;
7
const
std::string
g_ImagSerialiseKey
=
"imag"
;
8
const
std::string
g_realSerialiseKey
=
"real"
;
9
}
10
ot
Definition
Connector.h:8
ot::g_realSerialiseKey
const std::string g_realSerialiseKey
Definition
ComplexNumbers.h:8
ot::complex
std::complex< double > complex
Definition
ComplexNumbers.h:6
ot::g_ImagSerialiseKey
const std::string g_ImagSerialiseKey
Definition
ComplexNumbers.h:7
Libraries
OTCore
include
OTCore
ComplexNumbers.h
Generated by
1.10.0