NDDEM
Typedefs | Enumerations
Typedefs.h File Reference

Go to the source code of this file.

Typedefs

using uint = unsigned int
 
using v1d = vector< double >
 
using v2d = vector< vector< double > >
 
using v3d = vector< vector< vector< double > >>
 
using v1f = vector< float >
 
using cv1d = const vector< double >
 
using cv2d = const vector< vector< double > >
 
using cv3d = const vector< vector< vector< double > >>
 
using cv1f = const vector< float >
 
using bitdim = unsigned int
 
using v1i = vector< int >
 

Enumerations

enum  DataValue {
  radius , mass , Imom , pos ,
  vel , omega , id1 , id2 ,
  pospq , lpq , fpq , mpq ,
  mqp , extra_named , radius , mass ,
  Imom , pos , vel , omega ,
  id1 , id2 , pospq , lpq ,
  fpq , mpq , mqp , extra_named
}
 

Typedef Documentation

◆ bitdim

using bitdim = unsigned int

◆ cv1d

using cv1d = const vector <double>

◆ cv1f

using cv1f = const vector <float>

◆ cv2d

using cv2d = const vector < vector <double> >

◆ cv3d

using cv3d = const vector<vector<vector<double> >>

◆ uint

using uint = unsigned int

◆ v1d

using v1d = vector < double >

◆ v1f

using v1f = vector <float>

◆ v1i

using v1i = vector <int>

◆ v2d

using v2d = vector < vector <double> >

◆ v3d

using v3d = vector<vector<vector<double> >>

Enumeration Type Documentation

◆ DataValue

enum DataValue
Enumerator
radius 
mass 
Imom 
pos 
vel 
omega 
id1 
id2 
pospq 
lpq 
fpq 
mpq 
mqp 
extra_named 
radius 
mass 
Imom 
pos 
vel 
omega 
id1 
id2 
pospq 
lpq 
fpq 
mpq 
mqp 
extra_named