moab
measure.hpp
Go to the documentation of this file.
00001 #ifndef MEASURE_HPP
00002 
00003 #include "moab/CN.hpp"
00004 
00005 double edge_length( const double* start_vtx_coords,
00006                     const double* end_vtx_coords );
00007 
00008 double measure( moab::EntityType type,
00009                 int num_vertices,
00010                 const double* vertex_coordinatee );
00011 
00012 #endif
00013 
00014                 
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines