MBDyn-1.7.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups
GeometryData Struct Reference

#include <geomdata.h>

Collaboration diagram for GeometryData:

Public Types

enum  Flags {
  X = 0x0001U, R = 0x0002U, RT = 0x0004U, PHI = 0x0008U,
  ORIENTATION_MASK = (R | RT | PHI), V = 0x0010U, W = 0x0020U, XPP = 0x0040U,
  WP = 0x0080U, ACCELERATIONS_MASK = (XPP | WP), F = 0x0100U, M = 0x0200U,
  FORCES_MASK = (F | M)
}
 

Public Attributes

unsigned uFlags
 
std::vector< Geometrydata
 

Detailed Description

Definition at line 56 of file geomdata.h.

Member Enumeration Documentation

Enumerator
RT 
PHI 
ORIENTATION_MASK 
XPP 
WP 
ACCELERATIONS_MASK 
FORCES_MASK 

Definition at line 57 of file geomdata.h.

57  {
58  X = 0x0001U,
59 
60  R = 0x0002U,
61  RT = 0x0004U,
62  PHI = 0x0008U,
63 
64  ORIENTATION_MASK = (R | RT | PHI),
65 
66  V = 0x0010U,
67  W = 0x0020U,
68 
69  XPP = 0x0040U,
70  WP = 0x0080U,
71 
73 
74  F = 0x0100U,
75  M = 0x0200U,
76 
77  FORCES_MASK = (F | M)
78  };

Member Data Documentation

std::vector<Geometry> GeometryData::data

Definition at line 81 of file geomdata.h.

unsigned GeometryData::uFlags

Definition at line 79 of file geomdata.h.


The documentation for this struct was generated from the following file: