NDDEM
Typedefs.h
Go to the documentation of this file.
1 
2 
3 
4 #ifndef TYPEDEFS
5 #define TYPEDEFS
6 using namespace std ;
7 using uint = unsigned int ;
8 using v1d = vector < double > ;
9 using v2d = vector < vector <double> > ;
10 using v3d = vector<vector<vector<double>>>;
11 using v1f = vector <float> ;
12 using cv1d= const vector <double> ;
13 using cv2d= const vector < vector <double> > ;
14 using cv3d = const vector<vector<vector<double>>> ;
15 using cv1f = const vector <float> ;
16 using bitdim = unsigned int ;
17 using v1i = vector <int> ;
19 #endif
const vector< float > cv1f
Definition: Typedefs.h:16
vector< vector< double > > v2d
Definition: Typedefs.h:10
vector< int > v1i
Definition: Typedefs.h:18
DataValue
Definition: Typedefs.h:19
@ fpq
Definition: Typedefs.h:19
@ Imom
Definition: Typedefs.h:19
@ pospq
Definition: Typedefs.h:19
@ id2
Definition: Typedefs.h:19
@ lpq
Definition: Typedefs.h:19
@ pos
Definition: Typedefs.h:19
@ vel
Definition: Typedefs.h:19
@ mqp
Definition: Typedefs.h:19
@ mpq
Definition: Typedefs.h:19
@ id1
Definition: Typedefs.h:19
@ extra_named
Definition: Typedefs.h:19
@ omega
Definition: Typedefs.h:19
@ radius
Definition: Typedefs.h:19
@ mass
Definition: Typedefs.h:19
vector< float > v1f
Definition: Typedefs.h:12
unsigned int uint
Definition: Typedefs.h:8
vector< vector< vector< double > >> v3d
Definition: Typedefs.h:11
const vector< vector< vector< double > >> cv3d
Definition: Typedefs.h:15
const vector< double > cv1d
Definition: Typedefs.h:13
const vector< vector< double > > cv2d
Definition: Typedefs.h:14
unsigned int bitdim
Definition: Typedefs.h:17
vector< double > v1d
Definition: Typedefs.h:9
Definition: json.hpp:5678