MOAB: Mesh Oriented datABase  (version 5.4.1)
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, const double* end_vtx_coords );
00006 
00007 double measure( moab::EntityType type, int num_vertices, const double* vertex_coordinatee );
00008 
00009 #endif
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines