SourceXtractorPlusPlus
1.0.3
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
SEUtils
SEUtils
Types.h
Go to the documentation of this file.
1
17
/*
18
* Types.h
19
*
20
* Created on: Sep 6, 2016
21
* Author: mschefer
22
*/
23
24
#ifndef _SEUTILS_TYPES_H_
25
#define _SEUTILS_TYPES_H_
26
27
namespace
SourceXtractor
{
28
29
using
SeFloat32
= float;
30
using
SeFloat64
= double;
31
32
using
SeFloat
=
SeFloat32
;
33
using
SeDouble
=
SeFloat64
;
34
35
}
36
37
#endif
/* SEUTILS_SEUTILS_TYPES_H_ */
SourceXtractor
Definition
Aperture.h:30
SourceXtractor::SeFloat32
float SeFloat32
Definition
Types.h:29
SourceXtractor::SeFloat
SeFloat32 SeFloat
Definition
Types.h:32
SourceXtractor::SeDouble
SeFloat64 SeDouble
Definition
Types.h:33
SourceXtractor::SeFloat64
double SeFloat64
Definition
Types.h:30
Generated by
1.15.0