Typedefs | |
typedef std::vector< int8 > | Int8Vector |
typedef std::vector< uint8 > | Uint8Vector |
typedef std::vector< int16 > | Int16Vector |
typedef std::vector< uint16 > | Uint16Vector |
typedef std::vector< int32 > | Int32Vector |
typedef std::vector< uint32 > | Uint32Vector |
typedef std::vector< int64 > | Int64Vector |
typedef std::vector< uint64 > | Uint64Vector |
typedef std::vector< float32 > | Float32Vector |
typedef std::vector< float64 > | Float64Vector |
typedef std::vector< uint64 > | H5Dimensions |
typedef int32 | MXAError |
Variables | |
const int8 | Int8Type = 0x0F |
const uint8 | Uint8Type = 0x0F |
const int16 | Int16Type = 0x0F0F |
const uint16 | Uint16Type = 0x0F0F |
const int32 | Int32Type = 0x0F0F0F0F |
const uint32 | Uint32Type = 0x0F0F0F0F |
const int64 | Int64Type = 0x0F0F0F0F0F0F0F0Fll |
const uint64 | Uint64Type = 0x0F0F0F0F0F0F0F0Full |
const float32 | Float32Type = 0.0f |
const float64 | Float64Type = 0.0 |
typedef std::vector<float32> MXATypes::Float32Vector |
typedef std::vector<float64> MXATypes::Float64Vector |
typedef std::vector<uint64> MXATypes::H5Dimensions |
typedef std::vector<int16> MXATypes::Int16Vector |
typedef std::vector<int32> MXATypes::Int32Vector |
typedef std::vector<int64> MXATypes::Int64Vector |
typedef std::vector<int8> MXATypes::Int8Vector |
typedef int32 MXATypes::MXAError |
typedef std::vector<uint16> MXATypes::Uint16Vector |
typedef std::vector<uint32> MXATypes::Uint32Vector |
typedef std::vector<uint64> MXATypes::Uint64Vector |
typedef std::vector<uint8> MXATypes::Uint8Vector |
const float32 MXATypes::Float32Type = 0.0f |
const float64 MXATypes::Float64Type = 0.0 |
const int16 MXATypes::Int16Type = 0x0F0F |
const int32 MXATypes::Int32Type = 0x0F0F0F0F |
const int64 MXATypes::Int64Type = 0x0F0F0F0F0F0F0F0Fll |
const int8 MXATypes::Int8Type = 0x0F |
const uint16 MXATypes::Uint16Type = 0x0F0F |
const uint32 MXATypes::Uint32Type = 0x0F0F0F0F |
const uint64 MXATypes::Uint64Type = 0x0F0F0F0F0F0F0F0Full |
const uint8 MXATypes::Uint8Type = 0x0F |