moab
EdgeSizeEvaluator.cpp
Go to the documentation of this file.
00001 #include "EdgeSizeEvaluator.hpp"
00002 
00003 #include "RefinerTagManager.hpp"
00004 #include "moab/Interface.hpp"
00005 
00006 #include <assert.h>
00007 
00008 namespace moab {
00009 
00011 EdgeSizeEvaluator::EdgeSizeEvaluator()
00012 {
00013   this->tag_manager = 0;
00014 }
00015 
00017 EdgeSizeEvaluator::~EdgeSizeEvaluator()
00018 {
00019 }
00020 
00038 }
00039 
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines