hp2FEM
0.1
|
00001 #ifndef _ENTITY_E_H_ 00002 #define _ENTITY_E_H_ 00003 // --------------------------------------------- 00004 // company : 00005 // user : 00006 // date : 23 Mar 2015 12:01 00007 // file : Entity_E.h 00008 // markers : Full 00009 // language : C++ 00010 // generator : Metamill 6.0 00011 // --------------------------------------------- 00012 00013 //#UBLK-BEG-HEADERH 00014 00015 //============================================================== 00016 // Description : 00017 //-------------------------------------------------------------- 00018 // Author : Gilberto Luis 00019 // Created : 17 Dez 2010 00020 //-------------------------------------------------------------- 00021 // Change history : 00022 // 17 Dez 2010 (Gilberto Luis) Initial version generated 00023 // 00024 //============================================================== 00025 //#UBLK-END-HEADERH 00026 00027 /*================================================================================================= 00028 = = 00029 = Copyright 2010-2015 Marco Lucio Bittencourt / Fabiano Fernandes Bargos = 00030 = Gilberto Luis Valente / Jorge Luis Suzuki / Allan Patrick Cordeiro Dias = 00031 = = 00032 = Licensed under the Apache License, Version 2.0 (the "License"); = 00033 = you may not use this file except in compliance with the License. = 00034 = You may obtain a copy of the License at = 00035 = = 00036 = http://www.apache.org/licenses/LICENSE-2.0 = 00037 = = 00038 = Unless required by applicable law or agreed to in writing, software = 00039 = distributed under the License is distributed on an "AS IS" BASIS, = 00040 = WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. = 00041 = See the License for the specific language governing permissions and = 00042 = limitations under the License. = 00043 = = 00044 =================================================================================================*/ 00045 00046 00047 enum Entity_E 00048 { 00049 //#UBLK-BEG-CLASSDEF mm:88b4e483-f964-11df-95ab-e492b5386a89 00050 //#UBLK-END-CLASSDEF 00051 00052 // attr=mm:88b4e486-f964-11df-95ab-e492b5386a89 00053 NODES = 0, 00054 // attr=mm:22ec48fb-e468-469d-9ffd-bd856527029e 00055 VERTICES, 00056 // attr=mm:88b4e487-f964-11df-95ab-e492b5386a89 00057 KEYPOINTS, 00058 // attr=mm:88b4e488-f964-11df-95ab-e492b5386a89 00059 EDGES, 00060 // attr=mm:88b4e48a-f964-11df-95ab-e492b5386a89 00061 FACES, 00062 // attr=mm:ba670b8b-3dec-11e0-891a-d4865a8b0383 00063 BODIES, 00064 // attr=mm:88b4e489-f964-11df-95ab-e492b5386a89 00065 LINES, 00066 // attr=mm:88b4e520-f964-11df-95ab-e492b5386a89 00067 SURFACES, 00068 // attr=mm:999ec2db-3dec-11e0-891a-d4865a8b0383 00069 VOLUMES 00070 00071 }; 00072 00073 //#UBLK-BEG-GLOBALH 00074 00075 //#UBLK-END-GLOBALH 00076 00077 #ifdef _ENTITY_S_H_ 00078 static const char* Entity_S[] = { 00079 "NODES", 00080 "VERTICES", 00081 "KEYPOINTS", 00082 "EDGES", 00083 "FACES", 00084 "BODIES", 00085 "LINES", 00086 "SURFACES", 00087 "VOLUMES", 00088 }; 00089 #endif // _ENTITY_S_H_ 00090 00091 00092 #endif // _ENTITY_E_H_