Loading [MathJax]/extensions/tex2jax.js
MAIA bb96820c
Multiphysics at AIA
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
geometrycontexttypes.h File Reference

Go to the source code of this file.

Classes

struct  y
 define array structures More...
 
struct  b
 

Typedefs

typedef struct y Body
 define array structures More...
 
typedef std::multimap< MString, GeometryProperty * > geometryPropertyMap
 
typedef geometryPropertyMap::const_iterator geometryPropertyIterator
 
typedef std::map< MString, Body * > bodyMap
 
typedef bodyMap::const_iterator bodyIterator
 
typedef struct b geometryAssembly
 

Typedef Documentation

◆ Body

typedef struct y Body

◆ bodyIterator

typedef bodyMap::const_iterator bodyIterator

Definition at line 22 of file geometrycontexttypes.h.

◆ bodyMap

typedef std::map<MString, Body*> bodyMap

Definition at line 21 of file geometrycontexttypes.h.

◆ geometryAssembly

typedef struct b geometryAssembly

◆ geometryPropertyIterator

typedef geometryPropertyMap::const_iterator geometryPropertyIterator

Definition at line 20 of file geometrycontexttypes.h.

◆ geometryPropertyMap

typedef std::multimap<MString, GeometryProperty*> geometryPropertyMap

Definition at line 19 of file geometrycontexttypes.h.