hp2FEM  0.1
include/enumerations/KnotVectors_E.h
00001 #ifndef _KNOTVECTORS_E_H_
00002 #define _KNOTVECTORS_E_H_
00003 // ---------------------------------------------
00004 // company   : 
00005 // user      : 
00006 // date      : 23 Mar 2015 12:01
00007 // file      : KnotVectors_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 KnotVectors_E
00037 {
00038 //#UBLK-BEG-CLASSDEF mm:5ff5d206-8be3-48eb-8d75-575e4b39c62d
00039 //#UBLK-END-CLASSDEF
00040 
00041    // attr=mm:6c683fce-02e9-4701-be96-6dd8794e9463
00042    KNOT_NONE,
00043    // attr=mm:3d93cd96-93d9-443b-b696-a47c067a224d
00044    OPENUNIFORM,
00045    // attr=mm:e7f0bc03-e796-45c6-9107-6e244c5cb3cc
00046    nUNIFORM,
00047    // attr=mm:9483d570-75b1-4c06-9503-4b61863d89c1
00048    nNONUNIFORM
00049 
00050 };
00051 
00052 //#UBLK-BEG-GLOBALH
00053 //#UBLK-END-GLOBALH
00054 
00055 
00056 #endif // _KNOTVECTORS_E_H_
 All Classes Files Functions Variables Typedefs Friends Defines