HOPS
HOPS class reference
MHO_ContainerDefinitions.hh
Go to the documentation of this file.
1 #ifndef MHO_ContainerDefinitions_HH__
2 #define MHO_ContainerDefinitions_HH__
3 
4 #include <complex>
5 #include <string>
6 
7 //include the basic class definitions
8 #include "MHO_Axis.hh"
9 #include "MHO_AxisPack.hh"
10 #include "MHO_TableContainer.hh"
11 
12 //declare/alias the table element types (e.g float, double, int)
13 #include "MHO_ElementTypes.hh"
14 
15 //declare the variety of axis types that will be needed
16 #include "MHO_AxisTypes.hh"
17 
18 //declare container types for baseline data
20 
21 //declare the container types for station data
22 #include "MHO_StationContainers.hh"
23 
24 //declare the container types for fringe output
25 #include "MHO_FringeContainers.hh"
26 
27 #endif
Definitions for single-baseline visibility data and related quantities. This will likely be re-worked...
typedefs and using statements for table container data element types global definition of floating po...