Mesh Oriented datABase  (version 5.5.1)
An array-based unstructured mesh library
measure.hpp
Go to the documentation of this file.
1 #ifndef MEASURE_HPP
2 
3 #include "moab/CN.hpp"
4 
5 double edge_length( const double* start_vtx_coords, const double* end_vtx_coords );
6 
7 double measure( moab::EntityType type, int num_vertices, const double* vertex_coordinatee );
8 
9 #endif