ESyS-Particle
4.0.1
|
00001 00002 // // 00003 // Copyright (c) 2003-2011 by The University of Queensland // 00004 // Earth Systems Science Computational Centre (ESSCC) // 00005 // http://www.uq.edu.au/esscc // 00006 // // 00007 // Primary Business: Brisbane, Queensland, Australia // 00008 // Licensed under the Open Software License version 3.0 // 00009 // http://www.opensource.org/licenses/osl-3.0.php // 00010 // // 00012 #ifndef __EMESH2DINTERACTION_H 00013 #define __EMESH2DINTERACTION_H 00014 00015 // --- project includes --- 00016 #include "Model/EEdge2DInteraction.h" 00017 #include "Model/ECorner2DInteraction.h" 00018 #include "Model/ETriMeshIP.h" 00019 00020 struct EMesh2DInteraction 00021 { 00022 typedef ETriMeshIP ParameterType; 00023 typedef EEdge2DInteraction EdgeIntType; 00024 typedef ECorner2DInteraction CornerIntType; 00025 }; 00026 00027 #endif //__EMESH2DINTERACTION_H