MOAB: Mesh Oriented datABase  (version 5.4.1)
ShapeOrientTargetMetricTests.cpp
Go to the documentation of this file.
00001 #define TARGET_TEST_GROUP "ShapeOrientTargetMetricTests"
00002 #include "TargetMetricTest.hpp"
00003 
00004 using namespace MBMesquite;
00005 
00006 #include "AWShapeOrientNB1.hpp"
00007 #include "TShapeOrientB1.hpp"
00008 #include "TShapeOrientB2.hpp"
00009 #include "TShapeOrientNB1.hpp"
00010 #include "TShapeOrientNB2.hpp"
00011 
00012 //                            NAME     !SHAPE !SIZE !ORIENT BARRIER
00013 TEST_METRIC_WITH_GRAD( AWShapeOrientNB1, false, true, false, false, 0.0 );
00014 TEST_METRIC_WITH_HESS( TShapeOrientB1, false, true, false, true, 0.0 );
00015 TEST_METRIC_WITH_HESS( TShapeOrientB2, false, true, false, true, 0.0 );
00016 TEST_METRIC_WITH_HESS( TShapeOrientNB1, false, true, false, false, 0.0 );
00017 TEST_METRIC_WITH_HESS( TShapeOrientNB2, false, true, false, false, 0.0 );
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines