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 00013 #ifndef __BTRIMESHINTERACTION_H 00014 #define __BTRIMESHINTERACTION_H 00015 00016 // --- project includes --- 00017 #include "Model/BTriangleInteraction.h" 00018 //#include "Model/BEdgeInteraction.h" 00019 //#include "Model/BCornerInteraction.h" 00020 #include "Model/BTriMeshIP.h" 00021 00022 struct BTriMeshInteraction 00023 { 00024 typedef BTriMeshIP ParameterType; 00025 typedef BTriangleInteraction TriIntType; 00026 //typedef BEdgeInteraction EdgeIntType; 00027 //typedef BCornerInteraction CornerIntType; 00028 00029 static string getType(){return "BondedTriMesh";}; 00030 }; 00031 00032 #endif //__BTRIMESHINTERACTION_H