Mesh Oriented datABase  (version 5.4.1)
Array-based unstructured mesh datastructure
ContinousCellInfo.h
Go to the documentation of this file.
00001 #ifndef __smoab_detail_ContinousCellInfo_h
00002 #define __smoab_detail_ContinousCellInfo_h
00003 
00004 namespace smoab
00005 {
00006 namespace detail
00007 {
00008 
00009     struct ContinousCellInfo
00010     {
00011         int type;
00012         int numVerts;
00013         int numUnusedVerts;
00014         int numCells;
00015     };
00016 
00017 }  // namespace detail
00018 }  // namespace smoab
00019 
00020 #endif
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines