Mesh Oriented datABase
(version 5.4.1)
Array-based unstructured mesh datastructure
|
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