MOAB: Mesh Oriented datABase  (version 5.4.1)
ShapeTargetMetricTests.cpp
Go to the documentation of this file.
00001 #define TARGET_TEST_GROUP "ShapeTargetMetricTests"
00002 #include "TargetMetricTest.hpp"
00003 
00004 using namespace MBMesquite;
00005 
00006 #include "AWShape2DNB1.hpp"
00007 #include "AWShape2DNB2.hpp"
00008 #include "AWShape2DB1.hpp"
00009 #include "TInverseMeanRatio.hpp"
00010 #include "TShape2DNB2.hpp"
00011 #include "TShape3DB2.hpp"
00012 #include "TShapeB1.hpp"
00013 #include "TShapeNB1.hpp"
00014 
00015 //                               NAME       !SHAPE !SIZE !ORIENT BARRIER
00016 TEST_METRIC_NO_DERIVS_2D( AWShape2DB1, false, true, true, true, 0.0 );
00017 TEST_METRIC_NO_DERIVS_2D( AWShape2DNB1, false, true, true, false, 0.0 );
00018 TEST_METRIC_WITH_GRAD_2D( AWShape2DNB2, false, true, true, false, 0.0 );
00019 TEST_METRIC_WITH_HESS( TInverseMeanRatio, false, true, true, true, 0.0 );
00020 TEST_METRIC_WITH_HESS_2D( TShape2DNB2, false, true, true, false, 0.0 );
00021 TEST_METRIC_WITH_HESS_3D( TShape3DB2, false, true, true, true, 0.0 );
00022 TEST_METRIC_WITH_HESS( TShapeB1, false, true, true, true, 0.0 );
00023 TEST_METRIC_WITH_HESS( TShapeNB1, false, true, true, false, 0.0 );
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines