hp2FEM  0.1
include/enumerations/Variable_Defs_E.h
00001 #ifndef _VARIABLE_DEFS_E_H_
00002 #define _VARIABLE_DEFS_E_H_
00003 // ---------------------------------------------
00004 // company   : 
00005 // user      : 
00006 // date      : 23 Mar 2015 12:01
00007 // file      : Variable_Defs_E.h
00008 // markers   : Full
00009 // language  : C++
00010 // generator : Metamill 6.0
00011 // ---------------------------------------------
00012 
00013 //#UBLK-BEG-HEADERH
00014 //#UBLK-END-HEADERH
00015 
00016 /*=================================================================================================
00017 =                                                                                                 =
00018 =       Copyright 2010-2015  Marco Lucio Bittencourt / Fabiano Fernandes Bargos                       =
00019 =                        Gilberto Luis Valente / Jorge Luis Suzuki / Allan Patrick Cordeiro Dias  =
00020 =                                                                                                 =
00021 =       Licensed under the Apache License, Version 2.0 (the "License");                               =
00022 =       you may not use this file except in compliance with the License.                              =
00023 =       You may obtain a copy of the License at                                                       =
00024 =                                                                                                 =
00025 =               http://www.apache.org/licenses/LICENSE-2.0                                                =
00026 =                                                                                                 =
00027 =       Unless required by applicable law or agreed to in writing, software                           =
00028 =       distributed under the License is distributed on an "AS IS" BASIS,                             =
00029 =       WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.                      =
00030 =       See the License for the specific language governing permissions and                           =
00031 =       limitations under the License.                                                                =
00032 =                                                                                                 =
00033 =================================================================================================*/
00034 
00035 
00036 enum Variable_Defs_E
00037 {
00038 //#UBLK-BEG-CLASSDEF mm:20a4d4c0-f329-4836-afa9-46fe211c695f
00039 //#UBLK-END-CLASSDEF
00040 
00041    // attr=mm:8d1b7e6b-e1c8-4749-9cee-f86e5f8509b0
00042    VD_NONE,
00043    // attr=mm:567fa5a6-5c08-485c-b484-da592259567d
00044    nTHICKNESS,
00045    // attr=mm:506de723-63eb-4ea6-8975-12f432b7a7a6
00046    MAT,
00047    // attr=mm:0ecc6f67-d508-4c3d-bc7e-3efae6b036d0
00048    X_POS,
00049    // attr=mm:89c3cd74-1ba6-4723-b8a0-99bcd6c47ece
00050    Y_POS,
00051    // attr=mm:c1071513-6090-466e-b4f9-0ab50ed40988
00052    Z_POS,
00053    // attr=mm:d7d49558-5e74-4f23-a272-4eb7dcf1acac
00054    WEIGHT,
00055    // attr=mm:a3c5e139-22d0-4a2c-b035-102610528ec5
00056    CENTER,
00057    // attr=mm:6c4f4785-3309-4d51-aa75-854e0e7b6bfe
00058    RADIUS
00059 
00060 };
00061 
00062 //#UBLK-BEG-GLOBALH
00063 //#UBLK-END-GLOBALH
00064 
00065 
00066 #endif // _VARIABLE_DEFS_E_H_
 All Classes Files Functions Variables Typedefs Friends Defines