NDDEM
|
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 , orient , extra_named , radius , mass , Imom , pos , vel , omega , id1 , id2 , pospq , lpq , fpq , mpq , mqp , orient , extra_named } |
using bitdim = unsigned int |
using uint = unsigned int |
using v1d = vector < double > |
using v1f = vector <float> |
using v1i = vector <int> |
using v2d = vector < vector <double> > |
using v3d = vector<vector<vector<double> >> |
enum DataValue |